aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/main.c
Commit message (Expand)AuthorAgeFilesLines
* config(8): remove support for -pKonstantin Belousov2021-04-021-4/+0
* 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-281-0/+11
* Create ../compileWarner Losh2020-02-241-1/+10
* Move initializations of config earlier.Warner Losh2019-08-171-10/+10
* Sort getopt(3) options and case statements per style(9)Warner Losh2019-08-151-10/+10
* 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-171-3/+3
* config(8): Add `envvar` supportKyle Evans2018-06-251-0/+1
* Let -s actually work.Bryan Drewery2018-06-221-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Make it clear that we're ignoring the return value fread(3). AllWarner Losh2015-08-241-1/+1
* config: remove set but unchecked variableEitan Adler2015-04-191-2/+2
* Add -s option to config.Craig Rodrigues2015-01-291-3/+11
* Consider the negation operator (!) to be a word even if it is not followedIan Lepore2014-11-231-0/+5
* Fix kern/187712: config(8) does not respect KERNCONFDIR.Alan Somers2014-03-201-1/+11
* Make the internal assertion correct--only fail when '\0' is found inWojciech A. Koszek2013-05-011-10/+4
* Loosen restrictions for quoted strings. Now we can use more complex stringsJung-uk Kim2013-03-261-2/+10
* Fix world after byacc import:Baptiste Daroussin2012-05-221-0/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Improve portability of config(8).Ed Schouten2011-07-031-4/+5
* Remove support for creating the 'machine' symlink as well as creating theJohn Baldwin2010-10-291-27/+0
* Enhance config to handle MACHINEs with multiple architectures:Nathan Whitehorn2010-07-131-9/+20
* sparc64, and possibly other architectures, pads the length of theWarner Losh2010-05-011-7/+11
* Move checking the version up from Makefile generation to just afterWarner Losh2010-04-271-0/+40
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-301-9/+11
* Move the comment to it's correct place.Wojciech A. Koszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDWojciech A. Koszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,Wojciech A. Koszek2009-02-061-2/+13
* Fix a bug introduced by DEFAULTS feature. When the config fileWarner Losh2008-04-101-0/+2
* Honour the logical current working directory ($PWD) when using config'sEd Maste2008-01-081-0/+18
* Fix some problems that affect multiple file inclusion. Bruce foundWarner Losh2007-05-171-9/+8
* This is loser's commit message:Wojciech A. Koszek2007-05-121-1/+12
* Improve INCLUDE_CONFIG_FILE support.Wojciech A. Koszek2007-05-121-46/+203
* End my resistance to jmg's multiple hints files and bring in supportWarner Losh2006-10-241-0/+1
* Use calloc() instead of zeroing the memory our own.Xin LI2006-06-071-2/+1
* - Change the exit message from "make cleandepend; make depend" toFlorent Thoumie2006-01-141-1/+1
* Clean up most of the "XXX"-tagged items:Ruslan Ermilov2005-12-301-0/+15
* Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.Ruslan Ermilov2005-11-301-4/+3
* The DEFAULTS changes caused the user specified config file to be openedPeter Wemm2005-11-291-0/+5
* Optionally include a DEFAULTS config file if it is present in the currentJohn Baldwin2005-10-271-3/+10
* Put rev. 1.65 into usage().David E. O'Brien2005-08-111-1/+1
* Add an option to tell what version of config(8) this is.David E. O'Brien2005-08-101-1/+5
* Ask that "make cleandepend" be run before "make depend", now thatRuslan Ermilov2005-04-221-1/+1
* Allow one to specify a second parameter to the machine line. ThisWarner Losh2005-04-011-0/+14
* style(9) nitsWarner Losh2005-03-301-2/+3
* Unstaticize config. It was being optimized away.Dag-Erling Smørgrav2005-03-271-1/+1
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0