aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* config: Add no-ctfconvert support.Bryan Drewery2020-04-281-3/+10
* 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
* config(8): replace opteq with a call to strcasecmpKyle Evans2019-04-151-19/+2
* 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
* config(8): Add compatibility shims for r335998Kyle Evans2018-07-171-0/+14
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-061-73/+96
* Revert r336011,r336012 until I can competently testKyle Evans2018-07-051-96/+73
* Fix build after r336011Kyle Evans2018-07-051-1/+1
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-051-73/+96
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-2/+0
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-051-0/+2
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-2/+0
* config(8): part of patch disappeared, don't close ifp at the endKyle Evans2018-06-261-2/+0
* config(8): Make 'env' files consistent with other file-accepting optionsKyle Evans2018-06-261-18/+16
* config(8): Add `envvar` supportKyle Evans2018-06-251-27/+70
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix 'local' to not look in the source tree for the file.Bryan Drewery2017-11-171-12/+18
* Remove build system support for lint.Warner Losh2017-11-171-7/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* For pointers use NULL instead of 0.Marcelo Araujo2016-04-271-15/+15
* 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