summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
| * BUS_ADD_CHILD calls device_add_child. device_add_child does not callimp2015-10-282-7/+30
| * Use proper CONFDIR after r289148bdrewery2015-10-271-1/+1
| * Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-2711-12/+12
| * Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionhiren2015-10-271-1/+12
| * Add myself and my mentors to the committers-src.dot file.lidl2015-10-271-0/+3
| * Spell CONFGROUPS properly.bdrewery2015-10-271-1/+1
| * META MODE: Fix after addition of bsd.confs.mk: Stage in "files" set.bdrewery2015-10-271-5/+7
| * META MODE: Fix FILESNAME not being respected sans other FILES_group overrides.bdrewery2015-10-261-1/+1
| * META MODE: bsd.files.mk and bsd.confs.mk don't handle symlinks so there is nobdrewery2015-10-262-2/+0
| * Use 't' (bit-field) not 'b' (bit-sized integral type) for describing MRIE (akangie2015-10-251-1/+1
| * Revert r289913 -- I botched up the commit message by accidentngie2015-10-251-1/+1
| * Use 't' (bits) not 'i' (bytes) for describing MRIE (akangie2015-10-251-1/+1
| * Sort properly.bdrewery2015-10-241-1/+1
| * Add bsd.crunchgen.mk to bsd.README.bdrewery2015-10-242-0/+3
| * Slightly rework the comments and logic for default Clang/GCC.bdrewery2015-10-241-10/+11
| * Configs should not be under MK_INCLUDES control.bdrewery2015-10-241-3/+0
| * Rework r289778 to always parallelize known targets, without ordering.bdrewery2015-10-231-14/+20
| * Fix regression from r289734 that caused crunchgen "subdirs" to not bebdrewery2015-10-231-14/+8
| * sysctl(9): Document U8/U16 types from r289773cem2015-10-232-1/+41
| * For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there is no need tobdrewery2015-10-221-0/+11
| * Fix installation of manpages with WITHOUT_COMPRESS broken since r284685.bdrewery2015-10-221-14/+20
| * getenv.9: Document behavior of freeenv(NULL)cem2015-10-221-4/+16
| * Add support for CloudABI on ARM64.ed2015-10-221-2/+5
| * Fix incorrect defined() usage from style clean up in r289735.bdrewery2015-10-221-2/+2
| * Document that we use {} for variable expansion.bdrewery2015-10-221-1/+8
| * Fix style. Namely use {} rather than ().bdrewery2015-10-221-53/+54
| * Rewrite crunchgen target handling for progs so that it can be parallelized.bdrewery2015-10-221-23/+13
| * Clean up some bsd.crunchgen.mk issues.bdrewery2015-10-221-17/+18
| * Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.bdrewery2015-10-221-2/+14
| * Add myself (avos) to committers-src.dotavos2015-10-211-0/+2
| * Remove indirection of _sub target for using _SUBDIR.bdrewery2015-10-211-6/+4
| * Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL.bdrewery2015-10-211-4/+4
| * cpuset.9: Link to/from the new pagecem2015-10-201-0/+2
| * Document cpuset(9)cem2015-10-203-14/+381
| * Improve safety of caching from r289659 by only importing of none of thebdrewery2015-10-201-0/+9
| * Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundantbdrewery2015-10-201-0/+20
| * o NetBSD 7.0, OpenBSD 5.8, FreeBSD 10.2, OS X 10.11 added.pluknet2015-10-201-11/+19
| * Replace all of the duplicated logic for recursing into a subdir with onebdrewery2015-10-191-30/+17
| * Add missing .PHONY for parallel subdir target.bdrewery2015-10-191-1/+1
* | Merge from headbapt2015-10-1944-85/+585
|\ \ | |/
| * Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-181-0/+1
| * Only enable -fstack-protector-strong on gcc 4.9+ and default to -fstack-prote...ngie2015-10-181-2/+4
| * Document bitset(9)cem2015-10-173-2/+430
| * Only use -fstack-protector-strong with supported compilersngie2015-10-171-0/+4
| * Rework the 'make -n -n' feature such that '-n' recurses and '-N' does not.bdrewery2015-10-171-7/+6
| * Install share/zoneinfo in a deterministic way by sorting the results from findngie2015-10-171-1/+1
| * Similar to r289355, /usr/tests is within the base system so put the symbolsbdrewery2015-10-161-1/+1
| * Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundbdrewery2015-10-1613-34/+39
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-1513-0/+20
| * Make installing to a non-existent directory an error.bdrewery2015-10-157-15/+15
OpenPOWER on IntegriCloud