aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/config.y
Commit message (Expand)AuthorAgeFilesLines
* Allow additional "options" files to be specified in kernel configStephen J. Kiernan2024-09-181-0/+22
* config: Remove redundant codeWarner Losh2024-06-061-2/+0
* Use correct function declaration for yyerrorDapeng Gao2024-06-031-2/+4
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* config: drop reference to removed System_specKyle Evans2023-02-241-2/+0
* config(8): Remove obsolete 'config' directive.Warner Losh2021-06-171-9/+0
* config(8): remove support for -pKonstantin Belousov2021-04-021-2/+0
* Relax machine directives a little.Warner Losh2020-02-231-2/+5
* config: Only warn if duplicate option/device comes from the same fileEmmanuel Vadot2019-04-161-6/+13
* config(8): Remove all instances of an option when opting outKyle Evans2018-12-221-2/+1
* config(8): Allow duplicate options to be specifiedKyle Evans2018-12-221-14/+20
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-4/+1
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-051-1/+4
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-4/+1
* config(8): Flip the order of concatenation for `hints` and `env`Kyle Evans2018-06-261-2/+2
* config(8): Make 'env' files consistent with other file-accepting optionsKyle Evans2018-06-261-16/+18
* config(8): Set envmode if we accept an envvarKyle Evans2018-06-261-0/+1
* config(8): Add `envvar` supportKyle Evans2018-06-251-0/+11
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Allow lists for "nooption" and "nooptions" keywords.Will Andrews2015-01-231-1/+11
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-111-4/+0
* Allow a kernel config to specify a set but empty value viaEd Maste2010-09-131-0/+1
* Put warnings out to stderr rather than stdout.Warner Losh2010-07-151-2/+4
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-301-0/+10
* Allow multiple makeoption lines to be used with the += operator, this permitsAndrew Thompson2008-11-221-11/+19
* Allow kernel config files to include files other than those in the CWD,David E. O'Brien2008-07-281-0/+6
* Spring forward into the late 1970's by following item 5 in the yaccWarner Losh2007-12-251-51/+34
* Fix some problems that affect multiple file inclusion. Bruce foundWarner Losh2007-05-171-63/+17
* Improve INCLUDE_CONFIG_FILE support.Wojciech A. Koszek2007-05-121-27/+82
* End my resistance to jmg's multiple hints files and bring in supportWarner Losh2006-10-241-5/+5
* style(9) pedantryWarner Losh2006-10-241-7/+7
* Since multiple hints lines do not work, make doing that a fatal error.Warner Losh2006-10-241-0/+3
* Remove unused variables.Stefan Farfeleder2006-07-201-3/+1
* Use calloc() instead of zeroing the memory our own.Xin LI2006-06-071-8/+4
* - Avoid adding devices multiple times to the device list.Ruslan Ermilov2005-12-301-26/+62
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-271-2/+3
* Use the eq() macro for comparing strings (style), and remove a "break"Ruslan Ermilov2005-11-031-5/+4
* Implement the "nocpu" directive.Ruslan Ermilov2005-11-031-0/+12
* Optionally include a DEFAULTS config file if it is present in the currentJohn Baldwin2005-10-271-0/+16
* Allow one to specify a second parameter to the machine line. ThisWarner Losh2005-04-011-0/+9
* Allow multiple devices to be specified on one device / nodevice line.Dag-Erling Smørgrav2004-10-241-7/+27
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-12/+2
* Add a new "files" directive, which allows to include a files.foo file directlyOlivier Houchard2004-05-091-0/+19
* Fixed spurious syntax errors for including files that don't begin withBruce Evans2003-11-141-3/+4
* 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