]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share
newfs: warn if newer than kernel
[FreeBSD/FreeBSD.git] / share /
2017-11-15 Warner LoshReplace Fx's with 'the' since expanding FreeBSD here...
2017-11-15 Warner LoshReword a bit for clarity.
2017-11-15 Warner LoshAdd note about where to use MACHINE (just src/stand...
2017-11-14 Warner LoshMove sys/boot to stand. Fix all references to new location
2017-11-14 Warner LoshMove sys/boot/fdt/dts to sys/dts and adjust scripts.
2017-11-13 Alex RichardsonRemove -fuse-ld= when creating _LDFLAGS from LDFLAGS
2017-11-13 Warner LoshDocument MACHINE, MACHINE_ARCH, CPUTYPE, TARGET and...
2017-11-12 Baptiste DaroussinStop installing eqnchar which has been removed
2017-11-12 Mariusz ZaborskiIntroduce syslog service for Casper.
2017-11-12 Baptiste DaroussinRemove the special character definitions files for...
2017-11-12 Baptiste DaroussinUpdate to 2017.10.21
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-11 Eitan Adlermailaddr(7): wave goodbye
2017-11-11 Bryan DreweryDIRDEPS_BUILD: Fix after r325417.
2017-11-11 Bryan DreweryDon't work out of a TARGET. directory if TARGET_ARCH...
2017-11-11 Bryan DreweryHandle MAKEOBJDIRPREFIX when already inside of .OBJDIR.
2017-11-10 Warner LoshMove LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
2017-11-10 Warner LoshReplace LOADER_FIREWIRE_SUPPORT variable
2017-11-10 Bryan DreweryAUTO_OBJ: Don't create .OBJDIR with 'make -n'.
2017-11-10 Bryan DreweryAllow consuming Makefiles to add to DEPENDFILES.
2017-11-10 Bryan DreweryNo need to run 'make depend' with FAST_DEPEND logic...
2017-11-10 Bryan DreweryAUTO_OBJ: No need to tree-walk with 'make obj' here.
2017-11-10 Bryan DreweryPass down any PROG-specific buildopts for forwarded...
2017-11-10 Bryan DreweryDon't append TARGET.TARGET_ARCH if OBJTOP is already...
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Tijl CoosemansRemove deprecated OVERRIDE_LINUX_BASE_PORT. It can...
2017-11-10 Bryan DreweryAdd some missed OBJS_SRCS_FILTER from r323637.
2017-11-10 Bryan DreweryAdd support for CRUNCH_LIBS_ for specifying a lib only...
2017-11-10 Bryan DreweryHandle some .OBJDIR == .CURDIR cases.
2017-11-09 Matt JorasCorrect mistake in manpage.
2017-11-09 Matt JorasIntroduce EVENTHANDLER_LIST and some users.
2017-11-09 Bryan DreweryMark targets .PHONY.
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-08 Bryan DreweryMETA_MODE: Bmake 20171028 in r325340 simplifies the...
2017-11-08 Eugene GrosbeinAdd suitable knob ifconfig_<interface>_descr for static...
2017-11-08 Bryan DreweryAUTO_OBJ: Hide 'creating dirs' output with 'make -s'.
2017-11-08 Emmanuel Vadotctl(4): Insert a new line after a sentence-ending full...
2017-11-08 Xin LIUpdate arcmsr(4) to 1.40.00.01:
2017-11-07 Bryan DreweryReenable AUTO_OBJ by default.
2017-11-07 Emmanuel Vadotctl: Make max_luns and max_ports tunable variables...
2017-11-06 Bryan DreweryReapply r295227: Stop hiding link install commands.
2017-11-05 Enji CooperRevert r325443
2017-11-05 Enji CooperFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 Benedict ReuschlingExtend the synopsis section of md(4) to look more like...
2017-11-05 Bryan DreweryFollow-up r325405: Fix assertion still for kernel modul...
2017-11-05 Enji Cooper.S.ppico should omit ${_COV_FLAG}, not .S.pico
2017-11-05 Enji CooperOmit _COV_FLAG from PO_C(XX)FLAGS and from .S.ppico...
2017-11-05 Enji CooperMFhead@r325422
2017-11-05 Bryan DreweryAvoid trying to remove a fullpath directory in CLEANDIRS.
2017-11-05 Bryan DreweryAUTO_OBJ: Allow 'make cleandir obj all' combinations.
2017-11-05 Bryan DrewerySet the expected __objdir for auto.obj.mk to try.
2017-11-05 Bryan DreweryAlways try to set .OBJDIR, even if AUTO_OBJ is enabled...
2017-11-05 Bryan DreweryValidate MAKEOBJDIR after the MAKEOBJDIRPREFIX override.
2017-11-05 Bryan DreweryAUTO_OBJ: Set .OBJDIR=.CURDIR earlier for NO_OBJ Makefiles.
2017-11-04 Bryan DreweryFollow-up r325405: Only enable assertion for in-tree...
2017-11-04 Bryan DreweryAUTO_OBJ: Revert r325351 now that the fix is in auto...
2017-11-04 Bryan DreweryAdd an assertion to avoid the 'rm -rf /etc' case from...
2017-11-04 Simon J. GerratyEnsure .OBJDIR has known value
2017-11-04 Edward Tomasz Napi... Add missing MLINKS for disk_add_alias(9).
2017-11-04 Enji CooperMFhead@r325383
2017-11-03 Bryan DreweryFollow-up r318105: Don't use NO_OBJ at top-level, use...
2017-11-03 Baptiste DaroussinUpdate to CLDR 32 and Unicode 10
2017-11-03 Fabien Thomascrypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC...
2017-11-03 Bryan DreweryAUTO_OBJ: If the wanted .OBJDIR was not used then disab...
2017-11-02 Bryan DreweryAUTO_OBJ is unsafe at the moment as it is for some...
2017-11-02 Bryan DreweryDIRDEPS_BUILD: Cleanup leftover WORLDTMP files.
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Bryan DreweryRegenerate for AUTO_OBJ.
2017-11-02 Bryan DreweryEnable AUTO_OBJ by default if the OBJDIR is writable...
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-02 Justin HibbitsActually add the dtsec(4) man page to the build
2017-11-02 Bryan DreweryDon't propagate MAKEOBJDIRPREFIX changes to environment.
2017-11-01 Bryan DreweryRegenerate for UNIFIED_OBJDIR.
2017-11-01 Bryan DreweryMETA_MODE: Respect make -s.
2017-11-01 Bryan Drewerymake obj: Skip treewalk if AUTO_OBJ is enabled.
2017-11-01 Bryan DreweryAdd a 'make cleanuniverse'.
2017-11-01 Bryan DreweryAdd option UNIFIED_OBJDIR, on by default, which moves...
2017-11-01 Eitan AdlerRemove 'adding_user.7'
2017-11-01 Justin HibbitsRemove a singleton in the DPAA driver, to allow multipl...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 Yuri VictorovichAdd myself as a new committer
2017-10-31 Enji CooperCheckpoint work to integrate coverage and make check...
2017-10-31 Eitan AdlerFix '\' in binary ascii table
2017-10-31 Eitan AdlerAlso bump Dd
2017-10-31 Eitan AdlerUpdate tuning(7) some more
2017-10-31 Enji CooperAdd MK_MAKE_CHECK_WITH_COVERAGE, reliant on MK_COVERAGE...
2017-10-31 Enji CooperMFhead@r325209
2017-10-31 Enji CooperDon't override MK_COVERAGE from bsd.opts.mk in the...
2017-10-31 Enji CooperShuffle MK_COVERAGE conditionals around
2017-10-31 Enji CooperMFhead@r325199
2017-10-31 Bryan DreweryRegenerate after r325180
2017-10-31 Bryan DreweryThis check is not ready here yet.
2017-10-31 Bryan DreweryAUTO_OBJ can work for crunchgen build-tools.
2017-10-31 Bryan DreweryDisable MK_AUTO_OBJ as a make argument like r325078.
2017-10-31 Bryan DreweryMove some objdir handling (OBJROOT/OBJTOP) out of DIRDE...
2017-10-31 Bryan DreweryAdd RELOBJTOP and RELSRCTOP for relative paths.
2017-10-31 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
next