aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/lang.l
Commit message (Expand)AuthorAgeFilesLines
* config(8): Allow escape-quoted empty stringsKyle Evans2018-08-201-1/+1
* config(8): Add `envvar` supportKyle Evans2018-06-251-0/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Don't free fnamebuf before we calling cfgfile_add(). This changes aDon Lewis2016-05-161-2/+3
* Fix kern/187712: config(8) does not respect KERNCONFDIR.Alan Somers2014-03-201-0/+13
* Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+1
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-3/+4
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-301-0/+3
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Allow multiple makeoption lines to be used with the += operator, this permitsAndrew Thompson2008-11-221-0/+1
* Allow kernel config files to include files other than those in the CWD,David E. O'Brien2008-07-281-0/+6
* Improve INCLUDE_CONFIG_FILE support.Wojciech A. Koszek2007-05-121-0/+26
* Add "makeoption" as an alias to "makeoptions", for symmetry.Ruslan Ermilov2005-12-031-0/+1
* By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".Ruslan Ermilov2005-11-031-0/+1
* Implement the "nocpu" directive.Ruslan Ermilov2005-11-031-0/+1
* "device" and "nodevice" lines can actually specify more than one deviceDag-Erling Smørgrav2005-02-101-0/+2
* If the file specified in an "include" line does not exist in the currentDag-Erling Smørgrav2004-10-241-1/+9
* We accept both "option" and "options" so also accept both "nooption"Poul-Henning Kamp2004-10-121-0/+1
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-17/+2
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0
* Add a new "files" directive, which allows to include a files.foo file directlyOlivier Houchard2004-05-091-0/+1
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-261-1/+3
* Implemented a simple "nodevice" config(8) command that cancelsRuslan Ermilov2003-02-151-1/+2
* Clean up hex() and octal() to return and work with unsigned integers sinceJuli Mallett2002-06-211-8/+8
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-0/+1
* Introduce an "include" directive. It takes one argument, a filenameDima Dorfman2001-07-121-0/+85
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"Peter Wemm2001-02-191-1/+1
* Make it possible to specify profiling in the kernel config file.Poul-Henning Kamp2000-10-141-0/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-131-35/+9
* Re-support "tape" as an alias for device and clean up a bit more cruftPeter Wemm1999-11-091-1/+2
* Add option "-d destdir" which instructs config to use another outputMarcel Moolenaar1999-10-301-1/+1
* Further cleanup. Also remove the following unused or defunct tokens:Peter Wemm1999-10-101-30/+0
* Zap references to 'major' token, it's not used.Peter Wemm1999-10-081-1/+1
* Don't include trailing whitespace in ID tokens before comments. ie:Peter Wemm1999-07-011-1/+2
* Understand 'config kernelname' and pretend it was aPeter Wemm1999-05-101-0/+1
* config(8) lobotomy, please see commit msg in sys.Poul-Henning Kamp1999-05-091-7/+1
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).Luoqi Chen1999-04-271-12/+38
* More cleanups, tweaks and features.Peter Wemm1999-04-241-7/+7
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thePeter Wemm1999-04-181-23/+7
* Get out the blow torch and hack away all the unused stuff. Note thatPeter Wemm1999-04-171-3/+0
* Removed unused/unusable "ha" keyword. Device classes should never haveBruce Evans1998-10-161-2/+4
* Scaffolding for High Availability code. The actual code will probablyEivind Eklund1998-04-021-0/+1
* Add isa_devtab_cam.Justin T. Gibbs1997-09-211-0/+1
* Use err(3), add usage(). -Wall clean.Philippe Charnier1997-09-151-0/+9
* Remove support for "port none" and "port auto", it gains nothing,Andrey A. Chernov1997-03-281-2/+0
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
* yacc rule changes.Poul-Henning Kamp1996-05-301-1/+1
* Implemented a new keyword `disable'. This should be useful for controllingBruce Evans1996-04-131-7/+10