aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* config: style for '\0' and NULLWarner Losh2021-04-191-9/+9
* Revert "config(8): Correct the mentioned paper in the SEE ALSO section"Gordon Bergling2021-04-141-4/+3
* config(8): Correct the mentioned paper in the SEE ALSO sectionGordon Bergling2021-04-131-3/+4
* config(8): Mention the authors of a paper in the SEE ALSO sectionGordon Bergling2021-04-091-1/+5
* config(8): remove support for -pKonstantin Belousov2021-04-027-47/+1
* config: Fix typo in comment.John Baldwin2021-02-011-1/+1
* config: Fix a few mandoc related errorsGordon Bergling2020-12-192-10/+11
* Do not use macros in the argument to -widthMateusz Piotrowski2020-06-281-3/+3
* config: Add no-ctfconvert support.Bryan Drewery2020-04-283-4/+12
* config(8): use sbuf to manage line buffersJason A. Harmening2020-04-121-42/+39
* config(8): "fix" a couple of buffer overflowsKyle Evans2020-04-071-4/+24
* config(8): fixes for -fno-commonKyle Evans2020-03-282-9/+20
* Create ../compileWarner Losh2020-02-241-1/+10
* Bump CONFIGVERS to 600017.Warner Losh2020-02-231-1/+1
* Relax machine directives a little.Warner Losh2020-02-232-3/+7
* For valid arch values (really $MACHINE), remove references to alphaWarner Losh2020-02-101-6/+6
* config: do not link against libl, it is not neededBaptiste Daroussin2019-09-101-1/+1
* Fix small bug in wrapping introduced in r325955.Warner Losh2019-08-171-8/+6
* Add nowerror and local to the list of tokens.Warner Losh2019-08-171-0/+1
* Move initializations of config earlier.Warner Losh2019-08-171-10/+10
* Catch mkheaders.c up to the removal of counted device support in 2005.Warner Losh2019-08-151-4/+4
* Sort getopt(3) options and case statements per style(9)Warner Losh2019-08-151-10/+10
* config: Only warn if duplicate option/device comes from the same fileEmmanuel Vadot2019-04-162-6/+15
* config(8): replace opteq with a call to strcasecmpKyle Evans2019-04-151-19/+2
* 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
* config(8): Allow escape-quoted empty stringsKyle Evans2018-08-201-1/+1
* Remove variable re-inserted during mis-application of r336973Kyle Evans2018-07-311-2/+1
* Re-insert variable disappeared during mis-application of r336973Kyle Evans2018-07-311-1/+1
* config(8): Strip comments from env linesKyle Evans2018-07-311-15/+28
* config(8): Invert checks; envmode/hintmode reflect "env provided"1Kyle Evans2018-07-171-2/+2
* Fix GCC 4.2 build after r336415, proper declaration and prototypeKyle Evans2018-07-171-2/+3
* config(8): Add compatibility shims for r335998Kyle Evans2018-07-174-4/+22
* Revert r336353 completely based on protest; compatibility shims incomingKyle Evans2018-07-171-1/+1
* config(8): Bump major version after r335998Kyle Evans2018-07-161-1/+1
* kern_environment: Give the static environment a chance to disable MD envKyle Evans2018-07-121-2/+13
* config(8): Fix broken ABIKyle Evans2018-07-061-1/+1
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-062-75/+98
* Revert r336011,r336012 until I can competently testKyle Evans2018-07-052-98/+75
* Fix build after r336011Kyle Evans2018-07-052-2/+2
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-052-74/+97
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-054-16/+40
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-054-41/+17
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-054-17/+41
* config(8): part of patch disappeared, don't close ifp at the endKyle Evans2018-06-261-2/+0
* config(8): Flip the order of concatenation for `hints` and `env`Kyle Evans2018-06-262-7/+11
* config(8): Make 'env' files consistent with other file-accepting optionsKyle Evans2018-06-264-40/+55
* config(8): Set envmode if we accept an envvarKyle Evans2018-06-261-0/+1
* config(8): Add `envvar` supportKyle Evans2018-06-256-28/+114
* Let -s actually work.Bryan Drewery2018-06-221-1/+1