aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two memory leaks in config(8).Rui Paulo2015-10-131-0/+2
* Fix the negation (!) operator so that it binds only to the word thatIan Lepore2014-11-231-12/+12
* Fix ! by not clearing not at the bottom of the loop.Warner Losh2014-02-051-2/+2
* Implement the '!' operator for files* files. It means 'include thisWarner Losh2014-02-041-4/+17
* Convert the loop by gotos into a for loop to improve readability. IWarner Losh2014-02-031-124/+122
* Fix a bug introduced in r261437 that failed to honor "optionalWarner Losh2014-02-031-5/+6
* Slight cleanup to the error messaging to compress code vertically...Warner Losh2014-02-031-57/+38
* Better error messages when EOF is hit in the middle of a phrase.Warner Losh2014-02-031-18/+6
* Move the check for standard keyword + optional inclusion specifier toWarner Losh2014-02-031-6/+6
* Don't believe we have a requirement until after we've checked all theWarner Losh2014-02-031-1/+1
* In the 17 years since r30796, the mandatory keyword has never been usedWarner Losh2014-02-031-16/+4
* Slightly deobfuscate read_file() and likely pessimize the runtimeWarner Losh2014-02-031-57/+49
* - Fix the error message when a dependency string is not provided toJohn Baldwin2012-10-101-2/+2
* Fix copyright yearKevin Lo2012-01-131-1/+1
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-4/+4
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-7/+7
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:Max Khon2011-11-301-1/+1
* The generated Makefile for the kernel was not running ctfconvert onRyan Stone2011-11-101-3/+8
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-14/+35
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineWarner Losh2011-02-111-0/+2
* Give the user a hint as to what config(8) is unhappy with.David E. O'Brien2010-11-021-2/+2
* Put warnings out to stderr rather than stdout.Warner Losh2010-07-151-24/+30
* style(9) fixes:Warner Losh2010-06-131-5/+3
* Move checking the version up from Makefile generation to just afterWarner Losh2010-04-271-24/+21
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+1
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-301-0/+2
* Allow multiple makeoption lines to be used with the += operator, this permitsAndrew Thompson2008-11-221-3/+7
* Revice the way the CTF conversion is done per object. Avoid creating a secondJohn Birrell2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidJohn Birrell2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case whereJohn Birrell2008-05-231-1/+1
* Don't leak files.Warner Losh2006-10-241-3/+2
* End my resistance to jmg's multiple hints files and bring in supportWarner Losh2006-10-241-9/+6
* Added rudimentary support for the "include" directive (inside "files").Ruslan Ermilov2006-10-011-0/+14
* Remove an unused variable.Stefan Farfeleder2006-07-191-2/+1
* Use calloc() instead of zeroing the memory our own.Xin LI2006-06-071-2/+1
* Allow newer config versions to config older versions with the sameWarner Losh2006-02-031-1/+2
* - Avoid adding devices multiple times to the device list.Ruslan Ermilov2005-12-301-5/+2
* Clean up most of the "XXX"-tagged items:Ruslan Ermilov2005-12-301-13/+22
* Make config(8) understand ORed dependecies in "files*" andRuslan Ermilov2005-11-271-11/+21
* Clean some code that became obfuscated over the years:Ruslan Ermilov2005-11-251-43/+19
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-14/+4
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0
* Fix a few glitches in my previous commit.Olivier Houchard2004-05-111-2/+1
* Add a new "files" directive, which allows to include a files.foo file directlyOlivier Houchard2004-05-091-27/+32
* Not particularly pretty hack to generate rules to make .ln filesMark Murray2003-06-161-2/+10
* Don't convert the kernel ident to uppercase when writing the Makefile.Dag-Erling Smørgrav2003-04-241-1/+1
* Avoid emitting duplicate makefile entries.Poul-Henning Kamp2003-04-121-1/+4
* Convert to using <sys/queue.h> macros.Ruslan Ermilov2003-02-151-18/+12
* Moved the setting of all profiling-related variables except the key oneBruce Evans2002-07-131-11/+7
* Commit some infrastructure for turning on -Werror for kernel compiles.Peter Wemm2002-02-201-3/+11