summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Move the comment to it's correct place.wkoszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDwkoszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,wkoszek2009-02-061-2/+13
* Delete commented out ancient history.imp2009-01-261-14/+0
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-226-16/+32
* Allow kernel config files to include files other than those in the CWD,obrien2008-07-282-0/+12
* Revice the way the CTF conversion is done per object. Avoid creating a secondjb2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidjb2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case wherejb2008-05-231-1/+1
* Fix a bug introduced by DEFAULTS feature. When the config fileimp2008-04-101-0/+2
* Honour the logical current working directory ($PWD) when using config'semaste2008-01-081-0/+18
* Spring forward into the late 1970's by following item 5 in the yaccimp2007-12-251-51/+34
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-1/+1
* Fix some problems that affect multiple file inclusion. Bruce foundimp2007-05-173-73/+26
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make somewkoszek2007-05-161-4/+4
* Bump config(8) version and build requirement for config(8) to 600006. Thiswkoszek2007-05-131-1/+1
* This is loser's commit message:wkoszek2007-05-121-1/+12
* Add ${.CURDIR} before kernconf.tmpl in order to let the build see newlywkoszek2007-05-121-1/+1
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-127-90/+389
* Don't leak files.imp2006-10-241-3/+2
* Document multiple hints lines.imp2006-10-241-4/+18
* End my resistance to jmg's multiple hints files and bring in supportimp2006-10-244-15/+19
* style(9) pedantryimp2006-10-241-7/+7
* Since multiple hints lines do not work, make doing that a fatal error.imp2006-10-241-0/+3
* Comment out the first paragraph; while it tells the true (we're usingru2006-10-211-14/+14
* Added rudimentary support for the "include" directive (inside "files").ru2006-10-012-1/+15
* Remove unused variables.stefanf2006-07-201-3/+1
* Remove an unused variable.stefanf2006-07-191-2/+1
* Use calloc() instead of zeroing the memory our own.delphij2006-06-074-22/+11
* Document the two argument form of the "machine" directive.jkoshy2006-02-121-1/+12
* Allow newer config versions to config older versions with the sameimp2006-02-032-21/+30
* - Change the exit message from "make cleandepend; make depend" toflz2006-01-141-1/+1
* - Avoid adding devices multiple times to the device list.ru2005-12-302-33/+66
* Clean up most of the "XXX"-tagged items:ru2005-12-304-17/+39
* config.5 was repocopied from share/man/man5/ to usr.sbin/config/.ru2005-12-091-1/+1
* Document "makeoption", "nocpu", and "nomakeoptions" directives.ru2005-12-031-2/+29
* Add "makeoption" as an alias to "makeoptions", for symmetry.ru2005-12-031-0/+1
* Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.ru2005-11-301-4/+3
* The DEFAULTS changes caused the user specified config file to be openedpeter2005-11-291-0/+5
* 600004 is a better new version than 700000 based on some future commits toimp2005-11-281-1/+1
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-271-2/+3
* Make config(8) understand ORed dependecies in "files*" andru2005-11-272-13/+23
* Clean some code that became obfuscated over the years:ru2005-11-253-59/+19
* Minor comment tweak to prevent gcc from being upset about the substringrwatson2005-11-071-1/+1
* Add some rationale about when to bump and not bump the config version.peter2005-11-071-3/+37
* since nocpu isn't used in the kernel config base, we don't need toimp2005-11-041-1/+1
* Use the eq() macro for comparing strings (style), and remove a "break"ru2005-11-031-5/+4
* By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".ru2005-11-031-0/+1
* Implement the "nocpu" directive.ru2005-11-033-1/+14
* Bump config(8) version for the DEFAULTS change.jhb2005-10-271-1/+1
OpenPOWER on IntegriCloud