summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
Commit message (Expand)AuthorAgeFilesLines
* Allow lists for "nooption" and "nooptions" keywords.will2015-01-231-1/+11
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* Allow a kernel config to specify a set but empty value viaemaste2010-09-131-0/+1
* Put warnings out to stderr rather than stdout.imp2010-07-151-2/+4
* - Handle calloc() allocation failures.ru2010-03-301-0/+10
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-221-11/+19
* Allow kernel config files to include files other than those in the CWD,obrien2008-07-281-0/+6
* Spring forward into the late 1970's by following item 5 in the yaccimp2007-12-251-51/+34
* Fix some problems that affect multiple file inclusion. Bruce foundimp2007-05-171-63/+17
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-121-27/+82
* End my resistance to jmg's multiple hints files and bring in supportimp2006-10-241-5/+5
* 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
* Remove unused variables.stefanf2006-07-201-3/+1
* Use calloc() instead of zeroing the memory our own.delphij2006-06-071-8/+4
* - Avoid adding devices multiple times to the device list.ru2005-12-301-28/+64
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-271-2/+3
* Use the eq() macro for comparing strings (style), and remove a "break"ru2005-11-031-5/+4
* Implement the "nocpu" directive.ru2005-11-031-0/+12
* Optionally include a DEFAULTS config file if it is present in the currentjhb2005-10-271-0/+16
* Allow one to specify a second parameter to the machine line. Thisimp2005-04-011-0/+9
* Allow multiple devices to be specified on one device / nodevice line.des2004-10-241-7/+27
* Kill count device support from config. I've changed the last fewpeter2004-08-301-12/+2
* Add a new "files" directive, which allows to include a files.foo file directlycognet2004-05-091-0/+19
* Fixed spurious syntax errors for including files that don't begin withbde2003-11-141-3/+4
* Disallow multiple 'machine' directives in a kernel configurationjkoshy2003-07-061-0/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-2/+11
* Allow for boolean make options (``makeoptions NO_MODULES'').ru2003-02-211-1/+4
* Implemented a simple "nodevice" config(8) command that cancelsru2003-02-151-0/+47
* Convert to using <sys/queue.h> macros.ru2003-02-151-15/+6
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-0/+8
* Introduce an "include" directive. It takes one argument, a filenamedd2001-07-121-8/+15
* Futher cleanups. Since we have two options lists, one for proper optionspeter2001-02-221-18/+9
* Collect together a handful of copies of the option generator code into apeter2001-02-221-55/+29
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"peter2001-02-191-2/+2
* Remove the need to list each and every cpu platform. Config will nowpeter2001-02-041-17/+1
* Unwind a bit more cruft - we only have one type of device now.peter2001-01-311-3/+0
* Add support for configuring PowerPC kernels.benno2001-01-221-0/+3
* Clean up some obsolete stuff. config -r has not been needed since aroundpeter2001-01-221-8/+5
* Implement option strings that we can use in #ifdefs (where unavoidable)peter2001-01-191-0/+25
* Make it possible to specify profiling in the kernel config file.phk2000-10-141-0/+3
* Add ia64 support.dfr2000-09-291-0/+3
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-251-1/+5
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-230/+21
* Mark the 'conflicts' keyword as obsolete, and don't generate (unused)peter2000-01-291-2/+3
* Remove the cam-specific device wiring code. This was a duplicate ofpeter2000-01-231-6/+0
* Clean up something in config(8) that has annoyed me for ages. Removepeter2000-01-231-11/+15
* Apply the axe to some more cruft in config(8). In particular:peter2000-01-081-86/+34
* Re-support "tape" as an alias for device and clean up a bit more cruftpeter1999-11-091-2/+11
* Add option "-d destdir" which instructs config to use another outputmarcel1999-10-301-2/+2
OpenPOWER on IntegriCloud