]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share/mk
Remove _FreeBSD_version check for something that was only an issue with
[FreeBSD/FreeBSD.git] / share / mk /
2015-10-16 Alexander MotinMFV r289310:
2015-10-16 Bryan DrewerySimilar to r289355, /usr/tests is within the base syste...
2015-10-15 Bryan DreweryMake installing to a non-existent directory an error.
2015-10-15 Bryan DreweryFix wrong use of .for; the iteration variable is not...
2015-10-15 Bryan DreweryRemove excess .else
2015-10-15 Alexander MotinMFV r289312: 2605 want to resume interrupted zfs send
2015-10-15 Ed Maste/usr/tests is part of the base system (for *.debug...
2015-10-14 Bryan DreweryAdd missing targets to PHONY_NOTMAIN.
2015-10-14 Bryan DreweryRecurse on 'buildconfig' and 'installconfig'. Remove...
2015-10-14 Bryan DreweryRe-indent the ALL_SUBDIR_TARGETS list
2015-10-14 Bryan DreweryRevert r289282 for now as the interaction with a direct...
2015-10-14 Ed Maste/libexec subdirs are part of the base system (for ...
2015-10-14 Alexander MotinMFV r289311: 5764 "zfs send -nv" directs output to...
2015-10-14 Alexander MotinMFV r289308: 6267 dn_bonus evicted too early
2015-10-14 Alexander MotinMFV r289306: 6295 metaslab_condense's dbgmsg should...
2015-10-14 Alexander MotinMFV r289304: 6293 ztest failure: error == 28 (0xc ...
2015-10-14 Alexander MotinMFV r289298: 6286 ZFS internal error when set large...
2015-10-14 Alexander MotinMFV r289296: 6288 dmu_buf_will_dirty could be faster
2015-10-14 Alexander MotinMFV r289294: 5219 l2arc_write_buffers() may write beyon...
2015-10-14 Bryan DreweryFix support for building a PROG_CXX, and PROG, directly.
2015-10-14 Bryan DreweryFollow-up r288218 by ensuring common objects are built...
2015-10-14 Bryan DreweryReplace the out-of-place includes/files/config handling...
2015-10-14 Bryan DreweryCorrect a comment in bsd.incs.mk forgotten in r274662...
2015-10-14 Bryan DreweryAdd a note about the mysterious files/includes/config...
2015-10-13 Bryan Drewerybsd.subdir.mk: Move all of the targets into ALL_SUBDIR_...
2015-10-13 Bryan Drewerybsd.subdir.mk: Handle cleanobj.
2015-10-12 Alexander MotinMFV r289188: 6281 prefetching should apply to 1MB reads
2015-10-12 Alexander MotinMFV r289187: 6251 add tunable to disable free_bpobj...
2015-10-12 Alexander MotinMFV r289185: 6250 zvol_dump_init() can hold txg open
2015-10-12 Peter WemmUpdate from svn-1.8.14 to 1.9.2.
2015-10-11 Enji CooperDefault TESTSDIR to /usr/tests/${RELDIR:H}
2015-10-11 Enji CooperSimplify netbsd-tests.test.mk
2015-10-11 Baptiste DaroussinUse existing CONFDIR instead of adding a new CONFIGDIR
2015-10-10 Baptiste DaroussinUpdate Dragonfly Mail Agent to v0.10
2015-10-10 Baptiste DaroussinInstall bsd.confs.mk
2015-10-09 Baptiste DaroussinInstall configuration files with CONFMODE instead of...
2015-10-09 Baptiste DaroussinAdd a new bsd.confs.mk similar to bsd.files.mk or bsd...
2015-10-09 Ed MasteUpdate to ELF Tool Chain r3250
2015-10-09 Dag-Erling SmørgravUpgrade to Unbound 1.5.5.
2015-10-07 Simon J. GerratyTo help bootstrap new local depends,
2015-10-07 Simon J. GerratyDo not assume host toolchain supports sysroot
2015-10-07 Simon J. GerratyIn jobs mode we can use .ORDER to force stage_links...
2015-10-06 Dimitry AndricUpgrade our copies of clang, llvm, lldb, compiler-rt...
2015-10-06 Dimitry AndricMerge ^/head r288836 through r288925.
2015-10-06 Warner LoshPrevious versions of bsd.own.mk included bsd.compiler.mk
2015-10-05 Dimitry AndricMerge ^/head r288831 through r288835.
2015-10-05 Dimitry AndricMerge ^/head r288457 through r288830.
2015-10-04 Pedro F. GiffuniBump the stack protector to level "strong".
2015-10-02 Bryan DreweryMETA_MODE: Fix stage_links not running in the right...
2015-10-01 Dimitry AndricMerge ^/head r288197 through r288456.
2015-09-30 Bryan DreweryMETA_MODE: Set HOST_CXX and HOST_CPP and chain them...
2015-09-30 Bryan DreweryMETA_MODE: Remove unneeded groff/tmac special GENDIRDEP...
2015-09-30 Mark JohnstonMFV r288408:
2015-09-27 Xin LIMFV r288243: nc from OpenBSD 5.8.
2015-09-25 Bryan DreweryRemove 'set -e' that are no longer needed as it is...
2015-09-25 Bryan DreweryExplicitly enable .MAKE.ALWAYS_PASS_JOB_QUEUE for bmake.
2015-09-25 Bryan DreweryThe bsd.progs.mk -> bsd.prog.mk rework did not pan...
2015-09-25 Bryan DreweryPROGS: Let the parent run the children in parallel.
2015-09-25 Bryan DreweryMETA_MODE: Fix staging not respecting _DIR overrides.
2015-09-25 Xin LIMFV r288063: make dataset property de-registration...
2015-09-25 Bryan DreweryDon't recurse with cleanobj.
2015-09-24 Dimitry AndricMerge ^/head r288126 through r288196.
2015-09-24 Bryan DreweryFix running make in src directories without a Makefile...
2015-09-24 Bryan DreweryNote that LIBADD is only valid in /usr/src.
2015-09-24 Bryan DreweryAdd very basic LIBADD documentation.
2015-09-24 Bryan DreweryDocument bsd.progs.mk and add more variables overrides.
2015-09-23 Bryan DreweryRELDIR is useful without META_MODE. Always define it.
2015-09-23 Bryan DreweryFix most cases of bsd.progs.mk running duplicate or...
2015-09-23 Bryan DreweryMETA_MODE: Fix 2nd build causing everything to rebuild...
2015-09-23 Bryan DreweryMETA_MODE: Avoid // in meta log for tracked --sysroot...
2015-09-23 Bryan DreweryMETA_MODE: Follow-up r287865 and define CCACHE_DIR...
2015-09-23 Bryan DreweryMETA_MODE: Follow-up r287879 and have 'make -V .OBJDIR...
2015-09-23 Ed MasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 Xin LIMFV r288140: update file to 5.25.
2015-09-22 Dimitry AndricMerge ^/head r288100 through r288125.
2015-09-22 Dimitry AndricMerge ^/head r288035 through r288099.
2015-09-22 Bryan Drewerybsd.lib.mk: Simplify CLEANFILES handling.
2015-09-21 Andriy GaponMFV r287817: 6220 memleak in l2arc on debug build
2015-09-20 Dimitry AndricMerge ^/head r287878 through r288034.
2015-09-18 Bryan DreweryFix LIBRARIES_ONLY
2015-09-18 Bryan DreweryGarbage collect _SHLIBDIRPREFIX leftovers from r284898.
2015-09-18 Bryan DreweryAvoid /usr/obj// from r287899
2015-09-17 Bryan DreweryTrim space
2015-09-17 Bryan DreweryAdd a check to ensure that the env-only mkopts are...
2015-09-17 Bryan Drewerysrc.conf.5: Make it self-documenting that the mkopts...
2015-09-17 Bryan DreweryInclude bsd.mkopt.mk after local.sys.env.mk (which...
2015-09-17 Bryan DreweryFix makeman creating obj directories due to turning...
2015-09-17 Dag-Erling SmørgravUpgrade to Unbound 1.5.4.
2015-09-17 Bryan DreweryMETA_MODE: Default OBJROOT to the traditional /usr...
2015-09-17 Bryan DreweryMETA_MODE: Allow MAKEOBJDIRPREFIX to work more closely...
2015-09-17 Bryan DreweryMETA_MODE: Don't define the default MAKEOBJDIR twice...
2015-09-16 Bryan DreweryUpdate META_MODE architectures for universe
2015-09-16 Bryan DreweryMETA_MODE: Don't create obj directories automatically...
2015-09-16 Dimitry AndricMerge ^/head r287680 through r287877.
2015-09-16 Dimitry AndricUpdate libc++ to 3.7.0 release.
2015-09-16 Bryan DreweryMETA_MODE: Fix OBJROOT ending in two // when it does...
2015-09-16 Bryan DreweryFix check from r287867 for valid MAKEOBJDIR from top...
2015-09-16 Bryan DreweryError and give better feedback for invalid MAKEOBJDIR...
2015-09-16 Bryan DreweryIgnore CCACHE_DIR for meta mode decisions.
2015-09-14 Xin LIMFV r286224: 5695 dmu_sync'ed holes do not retain birth...
next