summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/main.c
Commit message (Expand)AuthorAgeFilesLines
* Make the internal assertion correct--only fail when '\0' is found inwkoszek2013-05-011-10/+4
* Loosen restrictions for quoted strings. Now we can use more complex stringsjkim2013-03-261-2/+10
* Fix world after byacc import:bapt2012-05-221-0/+1
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Improve portability of config(8).ed2011-07-031-4/+5
* Remove support for creating the 'machine' symlink as well as creating thejhb2010-10-291-27/+0
* Enhance config to handle MACHINEs with multiple architectures:nwhitehorn2010-07-131-9/+20
* sparc64, and possibly other architectures, pads the length of theimp2010-05-011-7/+11
* Move checking the version up from Makefile generation to just afterimp2010-04-271-0/+40
* - Handle calloc() allocation failures.ru2010-03-301-9/+11
* Move the comment to it's correct place.wkoszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDwkoszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,wkoszek2009-02-061-2/+13
* Fix a bug introduced by DEFAULTS feature. When the config fileimp2008-04-101-0/+2
* Honour the logical current working directory ($PWD) when using config'semaste2008-01-081-0/+18
* Fix some problems that affect multiple file inclusion. Bruce foundimp2007-05-171-9/+8
* This is loser's commit message:wkoszek2007-05-121-1/+12
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-121-46/+203
* End my resistance to jmg's multiple hints files and bring in supportimp2006-10-241-0/+1
* Use calloc() instead of zeroing the memory our own.delphij2006-06-071-2/+1
* - Change the exit message from "make cleandepend; make depend" toflz2006-01-141-1/+1
* Clean up most of the "XXX"-tagged items:ru2005-12-301-0/+15
* Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.ru2005-11-301-4/+3
* The DEFAULTS changes caused the user specified config file to be openedpeter2005-11-291-0/+5
* Optionally include a DEFAULTS config file if it is present in the currentjhb2005-10-271-3/+10
* Put rev. 1.65 into usage().obrien2005-08-111-1/+1
* Add an option to tell what version of config(8) this is.obrien2005-08-101-1/+5
* Ask that "make cleandepend" be run before "make depend", now thatru2005-04-221-1/+1
* Allow one to specify a second parameter to the machine line. Thisimp2005-04-011-0/+14
* style(9) nitsimp2005-03-301-2/+3
* Unstaticize config. It was being optimized away.des2005-03-271-1/+1
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-071-4/+0
* Add a new "files" directive, which allows to include a files.foo file directlycognet2004-05-091-0/+2
* Check the return values of opendir() and unlink() in cleanheaders().tmm2003-06-121-2/+4
* Convert to using <sys/queue.h> macros.ru2003-02-151-2/+3
* We don't need to hit the user over the head so strong now that we'veobrien2002-07-061-1/+0
* Add a hint about -DNO_WERRORpeter2002-02-251-0/+1
* Remove the old machine symlink first.peter2001-07-141-3/+2
* Introduce an "include" directive. It takes one argument, a filenamedd2001-07-121-0/+1
* Move kernel compile directory from sys/compile/FOO toimp2001-06-301-3/+2
* Move the 'dont forget "make depend"' to be the last thing that people see,peter2001-02-231-0/+1
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"peter2001-02-191-5/+4
* Remove the need to list each and every cpu platform. Config will nowpeter2001-02-041-10/+1
* Redo the stray header file cleanup code to not depend on timestampspeter2001-01-311-27/+44
* AARGH! This does not mix too well with the -o noatime mount option.peter2001-01-291-1/+6
* I confess. This is a truely nasty hack. I am so ashamed!peter2001-01-291-0/+57
* Add support for configuring PowerPC kernels.benno2001-01-221-0/+1
* Clean up some obsolete stuff. config -r has not been needed since aroundpeter2001-01-221-27/+3
* Try and stop config(8) from freaking out due to unnecessary paranoiapeter2001-01-041-13/+2
* Fix buffer overflows in filenames. If you had a path > 80 charactersimp2000-11-211-11/+9
OpenPOWER on IntegriCloud