summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further cleanup. Also remove the following unused or defunct tokens:peter1999-10-101-70/+9
* Zap references to 'major' token, it's not used.peter1999-10-081-1/+1
* Understand 'config kernelname' and pretend it was apeter1999-05-101-0/+28
* Put on my viking helmet from the closet, and get out the war axe andpeter1999-05-091-36/+1
* config(8) lobotomy, please see commit msg in sys.phk1999-05-091-365/+1
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).luoqi1999-04-271-18/+7
* More cleanups, tweaks and features.peter1999-04-241-182/+59
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thepeter1999-04-181-12/+6
* Get out the blow torch and hack away all the unused stuff. Note thatpeter1999-04-171-82/+41
* Corresponding minimal changes for kernel configuration after new-buspeter1999-04-161-0/+2
* Made booting with -a work for all configurations. Previously itbde1999-04-151-1/+1
* Fixed off-by-1 errors in option line numbers. yyline is 0-based, butbde1998-07-121-2/+6
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stabledfr1998-06-091-0/+6
* Support PC-98 machine.kato1998-05-021-0/+4
* Scaffolding for High Availability code. The actual code will probablyeivind1998-04-021-0/+3
* Make '-n' the default, and introduce a new flag '-r' to get oldeivind1998-02-181-0/+3
* Add isa_devtab_cam.gibbs1997-09-211-0/+3
* Police from style.9 and Bruce.charnier1997-09-161-3/+5
* Use err(3), add usage(). -Wall clean.charnier1997-09-151-14/+26
* Remove support for "port none" and "port auto", it gains nothing,ache1997-03-281-7/+1
* Add #define's for port "none" and "auto"ache1997-03-261-3/+3
OpenPOWER on IntegriCloud