summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two memory leaks in config(8).rpaulo2015-10-131-0/+2
* Fix the negation (!) operator so that it binds only to the word thatian2014-11-231-12/+12
* Fix ! by not clearing not at the bottom of the loop.imp2014-02-051-2/+2
* Implement the '!' operator for files* files. It means 'include thisimp2014-02-041-4/+17
* Convert the loop by gotos into a for loop to improve readability. Iimp2014-02-031-124/+122
* Fix a bug introduced in r261437 that failed to honor "optionalimp2014-02-031-5/+6
* Slight cleanup to the error messaging to compress code vertically...imp2014-02-031-57/+38
* Better error messages when EOF is hit in the middle of a phrase.imp2014-02-031-18/+6
* Move the check for standard keyword + optional inclusion specifier toimp2014-02-031-6/+6
* Don't believe we have a requirement until after we've checked all theimp2014-02-031-1/+1
* In the 17 years since r30796, the mandatory keyword has never been usedimp2014-02-031-16/+4
* Slightly deobfuscate read_file() and likely pessimize the runtimeimp2014-02-031-57/+49
* - Fix the error message when a dependency string is not provided tojhb2012-10-101-2/+2
* Fix copyright yearkevlo2012-01-131-1/+1
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-4/+4
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-7/+7
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:fjoe2011-11-301-1/+1
* The generated Makefile for the kernel was not running ctfconvert onrstone2011-11-101-3/+8
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-14/+35
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineimp2011-02-111-0/+2
* Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
* Put warnings out to stderr rather than stdout.imp2010-07-151-24/+30
* style(9) fixes:imp2010-06-131-5/+3
* Move checking the version up from Makefile generation to just afterimp2010-04-271-24/+21
* Revert r206179 (by imp) and do something similar which is more consistentnetchild2010-04-221-1/+1
* - Handle calloc() allocation failures.ru2010-03-301-0/+2
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-221-3/+7
* Revice the way the CTF conversion is done per object. Avoid creating a secondjb2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidjb2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case wherejb2008-05-231-1/+1
* Don't leak files.imp2006-10-241-3/+2
* End my resistance to jmg's multiple hints files and bring in supportimp2006-10-241-9/+6
* Added rudimentary support for the "include" directive (inside "files").ru2006-10-011-0/+14
* Remove an unused variable.stefanf2006-07-191-2/+1
* Use calloc() instead of zeroing the memory our own.delphij2006-06-071-2/+1
* Allow newer config versions to config older versions with the sameimp2006-02-031-1/+2
* - Avoid adding devices multiple times to the device list.ru2005-12-301-5/+2
* Clean up most of the "XXX"-tagged items:ru2005-12-301-13/+22
* Make config(8) understand ORed dependecies in "files*" andru2005-11-271-11/+21
* Clean some code that became obfuscated over the years:ru2005-11-251-43/+19
* Kill count device support from config. I've changed the last fewpeter2004-08-301-14/+4
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-071-4/+0
* Fix a few glitches in my previous commit.cognet2004-05-111-2/+1
* Add a new "files" directive, which allows to include a files.foo file directlycognet2004-05-091-27/+32
* Not particularly pretty hack to generate rules to make .ln filesmarkm2003-06-161-2/+10
* Don't convert the kernel ident to uppercase when writing the Makefile.des2003-04-241-1/+1
* Avoid emitting duplicate makefile entries.phk2003-04-121-1/+4
* Convert to using <sys/queue.h> macros.ru2003-02-151-18/+12
* Moved the setting of all profiling-related variables except the key onebde2002-07-131-11/+7
* Commit some infrastructure for turning on -Werror for kernel compiles.peter2002-02-201-3/+11
OpenPOWER on IntegriCloud