aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/config.y
Commit message (Expand)AuthorAgeFilesLines
* Disallow multiple 'machine' directives in a kernel configurationJoseph Koshy2003-07-061-0/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-261-2/+11
* Allow for boolean make options (``makeoptions NO_MODULES'').Ruslan Ermilov2003-02-211-1/+4
* Implemented a simple "nodevice" config(8) command that cancelsRuslan Ermilov2003-02-151-0/+47
* Convert to using <sys/queue.h> macros.Ruslan Ermilov2003-02-151-15/+6
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-0/+8
* Introduce an "include" directive. It takes one argument, a filenameDima Dorfman2001-07-121-8/+15
* Futher cleanups. Since we have two options lists, one for proper optionsPeter Wemm2001-02-221-18/+9
* Collect together a handful of copies of the option generator code into aPeter Wemm2001-02-221-55/+29
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"Peter Wemm2001-02-191-2/+2
* Remove the need to list each and every cpu platform. Config will nowPeter Wemm2001-02-041-17/+1
* Unwind a bit more cruft - we only have one type of device now.Peter Wemm2001-01-311-3/+0
* Add support for configuring PowerPC kernels.Benno Rice2001-01-221-0/+3
* Clean up some obsolete stuff. config -r has not been needed since aroundPeter Wemm2001-01-221-8/+5
* Implement option strings that we can use in #ifdefs (where unavoidable)Peter Wemm2001-01-191-0/+25
* Make it possible to specify profiling in the kernel config file.Poul-Henning Kamp2000-10-141-0/+3
* Add ia64 support.Doug Rabson2000-09-291-0/+3
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,Peter Wemm2000-08-251-1/+5
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-131-230/+21
* Mark the 'conflicts' keyword as obsolete, and don't generate (unused)Peter Wemm2000-01-291-2/+3
* Remove the cam-specific device wiring code. This was a duplicate ofPeter Wemm2000-01-231-6/+0
* Clean up something in config(8) that has annoyed me for ages. RemovePeter Wemm2000-01-231-11/+15
* Apply the axe to some more cruft in config(8). In particular:Peter Wemm2000-01-081-86/+34
* Re-support "tape" as an alias for device and clean up a bit more cruftPeter Wemm1999-11-091-2/+11
* Add option "-d destdir" which instructs config to use another outputMarcel Moolenaar1999-10-301-2/+2
* Further cleanup. Also remove the following unused or defunct tokens:Peter Wemm1999-10-101-70/+9
* Zap references to 'major' token, it's not used.Peter Wemm1999-10-081-1/+1
* Understand 'config kernelname' and pretend it was aPeter Wemm1999-05-101-0/+28
* Put on my viking helmet from the closet, and get out the war axe andPeter Wemm1999-05-091-36/+1
* config(8) lobotomy, please see commit msg in sys.Poul-Henning Kamp1999-05-091-365/+1
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).Luoqi Chen1999-04-271-18/+7
* More cleanups, tweaks and features.Peter Wemm1999-04-241-182/+59
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thePeter Wemm1999-04-181-12/+6
* Get out the blow torch and hack away all the unused stuff. Note thatPeter Wemm1999-04-171-82/+41
* Corresponding minimal changes for kernel configuration after new-busPeter Wemm1999-04-161-0/+2
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-151-1/+1
* Fixed off-by-1 errors in option line numbers. yyline is 0-based, butBruce Evans1998-07-121-2/+6
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stableDoug Rabson1998-06-091-0/+6
* Support PC-98 machine.KATO Takenori1998-05-021-0/+4
* Scaffolding for High Availability code. The actual code will probablyEivind Eklund1998-04-021-0/+3
* Make '-n' the default, and introduce a new flag '-r' to get oldEivind Eklund1998-02-181-0/+3
* Add isa_devtab_cam.Justin T. Gibbs1997-09-211-0/+3
* Police from style.9 and Bruce.Philippe Charnier1997-09-161-3/+5
* Use err(3), add usage(). -Wall clean.Philippe Charnier1997-09-151-14/+26
* Remove support for "port none" and "port auto", it gains nothing,Andrey A. Chernov1997-03-281-7/+1
* Add #define's for port "none" and "auto"Andrey A. Chernov1997-03-261-3/+3
* Part #2 of the config cleanup. More aggressive, replaced an NIHJoerg Wunsch1996-12-141-34/+14
* Round #1 of cleaning up the config(8) mess. This is only the moreJoerg Wunsch1996-12-141-4/+5
* Implemented a new keyword `disable'. This should be useful for controllingBruce Evans1996-04-131-0/+4
* Implement support for conf/options and i386/conf/options.i386Peter Wemm1995-12-111-0/+24