summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Optionally include a DEFAULTS config file if it is present in the currentjhb2005-10-273-3/+27
* Put rev. 1.65 into usage().obrien2005-08-111-1/+1
* Add an option to tell what version of config(8) this is.obrien2005-08-102-2/+10
* Ask that "make cleandepend" be run before "make depend", now thatru2005-04-221-1/+1
* Allow one to specify a second parameter to the machine line. Thisimp2005-04-014-3/+28
* style(9) nitsimp2005-03-301-2/+3
* Unstaticize config. It was being optimized away.des2005-03-271-1/+1
* Bump the version number for the addition of devices / nodevices.des2005-02-101-1/+1
* Fully document (no)?(device|option)s?.des2005-02-101-17/+23
* "device" and "nodevice" lines can actually specify more than one devicedes2005-02-101-0/+2
* Sort sections.ru2005-01-181-2/+2
* The ioconf.c is no longer generated.ru2004-12-161-4/+1
* Allow multiple devices to be specified on one device / nodevice line.des2004-10-241-7/+27
* If the file specified in an "include" line does not exist in the currentdes2004-10-241-1/+9
* We accept both "option" and "options" so also accept both "nooption"phk2004-10-121-0/+1
* Kill count device support from config. I've changed the last fewpeter2004-08-306-205/+12
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-077-28/+0
* Static device counts will not be supported in 6.x so place the generatedbrooks2004-06-301-0/+2
OpenPOWER on IntegriCloud