aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect defined() usage from style clean up in r289735.Bryan Drewery2015-10-221-2/+2
* Document that we use {} for variable expansion.Bryan Drewery2015-10-221-1/+8
* Fix style. Namely use {} rather than ().Bryan Drewery2015-10-221-53/+54
* Rewrite crunchgen target handling for progs so that it can be parallelized.Bryan Drewery2015-10-221-23/+13
* Clean up some bsd.crunchgen.mk issues.Bryan Drewery2015-10-221-17/+18
* Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.Bryan Drewery2015-10-221-2/+14
* Add myself (avos) to committers-src.dotAndriy Voskoboinyk2015-10-211-0/+2
* Remove indirection of _sub target for using _SUBDIR.Bryan Drewery2015-10-211-6/+4
* Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL.Bryan Drewery2015-10-211-4/+4
* cpuset.9: Link to/from the new pageConrad Meyer2015-10-201-0/+2
* Document cpuset(9)Conrad Meyer2015-10-203-14/+381
* Improve safety of caching from r289659 by only importing of none of theBryan Drewery2015-10-201-0/+9
* Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundantBryan Drewery2015-10-201-0/+20
* o NetBSD 7.0, OpenBSD 5.8, FreeBSD 10.2, OS X 10.11 added.Sergey Kandaurov2015-10-201-11/+19
* Replace all of the duplicated logic for recursing into a subdir with oneBryan Drewery2015-10-191-30/+17
* Add missing .PHONY for parallel subdir target.Bryan Drewery2015-10-191-1/+1
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-0/+1
* Only enable -fstack-protector-strong on gcc 4.9+ and default to -fstack-prote...Enji Cooper2015-10-181-2/+4
* Document bitset(9)Conrad Meyer2015-10-173-2/+430
* Only use -fstack-protector-strong with supported compilersEnji Cooper2015-10-171-0/+4
* Rework the 'make -n -n' feature such that '-n' recurses and '-N' does not.Bryan Drewery2015-10-171-7/+6
* Install share/zoneinfo in a deterministic way by sorting the results from findEnji Cooper2015-10-171-1/+1
* Similar to r289355, /usr/tests is within the base system so put the symbolsBryan Drewery2015-10-161-1/+1
* Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundBryan Drewery2015-10-1613-34/+39
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-1513-0/+20
* Make installing to a non-existent directory an error.Bryan Drewery2015-10-157-15/+15
* Fix wrong use of .for; the iteration variable is not used in the loop.Bryan Drewery2015-10-151-2/+2
* Remove excess .elseBryan Drewery2015-10-151-1/+0
* /usr/tests is part of the base system (for *.debug files)Ed Maste2015-10-151-1/+1
* Add missing targets to PHONY_NOTMAIN.Bryan Drewery2015-10-141-7/+7
* Recurse on 'buildconfig' and 'installconfig'. Remove the 'config' pseudo tar...Bryan Drewery2015-10-141-4/+5
* Re-indent the ALL_SUBDIR_TARGETS listBryan Drewery2015-10-141-2/+3
* Revert r289282 for now as the interaction with a directory containingBryan Drewery2015-10-144-15/+20
* /libexec subdirs are part of the base system (for *.debug files)Ed Maste2015-10-141-1/+1
* resolver: automatically reload /etc/resolv.confEric van Gyzen2015-10-141-3/+15
* Fix support for building a PROG_CXX, and PROG, directly.Bryan Drewery2015-10-141-3/+6
* Fix date.Adrian Chadd2015-10-141-1/+1
* Follow-up r288218 by ensuring common objects are built before recursing.Bryan Drewery2015-10-141-0/+19
* rsu(4) manpage updates: add me, add 802.11n support, update caveats.Adrian Chadd2015-10-141-1/+4
* Replace the out-of-place includes/files/config handling in bsd.subdir.mk withBryan Drewery2015-10-144-20/+15
* Correct a comment in bsd.incs.mk forgotten in r274662 and copied into bsd.con...Bryan Drewery2015-10-142-2/+2
* Add a note about the mysterious files/includes/config block.Bryan Drewery2015-10-141-0/+3
* bsd.subdir.mk: Move all of the targets into ALL_SUBDIR_TARGETS.Bryan Drewery2015-10-131-6/+7
* bsd.subdir.mk: Handle cleanobj.Bryan Drewery2015-10-131-1/+1
* Replace references to /dev/acd0 with /dev/cd0Enji Cooper2015-10-131-3/+3
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-122-4/+2
* Default TESTSDIR to /usr/tests/${RELDIR:H}Enji Cooper2015-10-112-4/+9
* Simplify netbsd-tests.test.mkEnji Cooper2015-10-111-8/+4
* Use existing CONFDIR instead of adding a new CONFIGDIRBaptiste Daroussin2015-10-111-1/+0
* Make delete method set via kern.cam.da.X.delete_method persistent.Alexander Motin2015-10-111-11/+20