aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Lower some WARNS from 6 to 5 to eliminate redundant redeclaration errorsIan Lepore2015-02-201-1/+1
* MFC: r248777Jung-uk Kim2013-04-291-2/+10
* MFC 206082,206179,207056,207057,210612,210636,210656,212423,212426,228121,John Baldwin2012-10-191-5/+3
* MFC 227429Ryan Stone2012-05-271-4/+9
* MFC r223744:Ed Schouten2011-07-241-4/+5
* MFC r210144 (originally committed by imp):Lawrence Stewart2011-01-023-41/+54
* MFC 215334:Doug Barton2010-11-222-9/+2
* MFC r215034:Rebecca Cran2010-11-201-1/+1
* MFC r212570:Ed Maste2010-10-081-0/+1
* MFC: r209969Warner Losh2010-07-154-10/+38
* MFC: r209135Warner Losh2010-07-151-5/+5
* MFC: r207461Warner Losh2010-05-041-7/+11
* MFC r207265:Warner Losh2010-05-021-9/+28
* MFC r207263:Warner Losh2010-05-022-78/+81
* MFC r207260:Warner Losh2010-05-023-24/+62
* MFC r206915Warner Losh2010-04-251-1/+1
* MFC r206664:Warner Losh2010-04-182-1/+28
* MFC r205880 by ru:Ed Maste2010-04-135-10/+37
* Move the comment to it's correct place.Wojciech A. Koszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDWojciech A. Koszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,Wojciech A. Koszek2009-02-061-2/+13
* Delete commented out ancient history.Warner Losh2009-01-261-14/+0
* Allow multiple makeoption lines to be used with the += operator, this permitsAndrew Thompson2008-11-226-16/+32
* Allow kernel config files to include files other than those in the CWD,David E. O'Brien2008-07-282-0/+12
* Revice the way the CTF conversion is done per object. Avoid creating a secondJohn Birrell2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidJohn Birrell2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case whereJohn Birrell2008-05-231-1/+1
* Fix a bug introduced by DEFAULTS feature. When the config fileWarner Losh2008-04-101-0/+2
* Honour the logical current working directory ($PWD) when using config'sEd Maste2008-01-081-0/+18
* Spring forward into the late 1970's by following item 5 in the yaccWarner Losh2007-12-251-51/+34
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-1/+1
* Fix some problems that affect multiple file inclusion. Bruce foundWarner Losh2007-05-173-73/+26
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make someWojciech A. Koszek2007-05-161-4/+4
* Bump config(8) version and build requirement for config(8) to 600006. ThisWojciech A. Koszek2007-05-131-1/+1
* This is loser's commit message:Wojciech A. Koszek2007-05-121-1/+12
* Add ${.CURDIR} before kernconf.tmpl in order to let the build see newlyWojciech A. Koszek2007-05-121-1/+1
* Improve INCLUDE_CONFIG_FILE support.Wojciech A. Koszek2007-05-127-90/+389
* Don't leak files.Warner Losh2006-10-241-3/+2
* Document multiple hints lines.Warner Losh2006-10-241-4/+18
* End my resistance to jmg's multiple hints files and bring in supportWarner Losh2006-10-244-15/+19
* style(9) pedantryWarner Losh2006-10-241-7/+7
* Since multiple hints lines do not work, make doing that a fatal error.Warner Losh2006-10-241-0/+3
* Comment out the first paragraph; while it tells the true (we're usingRuslan Ermilov2006-10-211-14/+14
* Added rudimentary support for the "include" directive (inside "files").Ruslan Ermilov2006-10-012-1/+15
* Remove unused variables.Stefan Farfeleder2006-07-201-3/+1
* Remove an unused variable.Stefan Farfeleder2006-07-191-2/+1
* Use calloc() instead of zeroing the memory our own.Xin LI2006-06-074-22/+11
* Document the two argument form of the "machine" directive.Joseph Koshy2006-02-121-1/+12
* Allow newer config versions to config older versions with the sameWarner Losh2006-02-032-21/+30
* - Change the exit message from "make cleandepend; make depend" toFlorent Thoumie2006-01-141-1/+1