aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Fix kern/187712: config(8) does not respect KERNCONFDIR.Alan Somers2014-03-204-1/+38
* 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-042-5/+18
* 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
* Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+1
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-3/+4
* Make the internal assertion correct--only fail when '\0' is found inWojciech A. Koszek2013-05-011-10/+4
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* Loosen restrictions for quoted strings. Now we can use more complex stringsJung-uk Kim2013-03-261-2/+10
* - Fix the error message when a dependency string is not provided toJohn Baldwin2012-10-101-2/+2
* Fix world after byacc import:Baptiste Daroussin2012-05-222-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* 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-032-8/+8
* 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
* Improve portability of config(8).Ed Schouten2011-07-031-4/+5
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-212-14/+36
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineWarner Losh2011-02-112-1/+3
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-111-4/+0
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0413-2681/+0
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* Remove references to MAKEDEV(8)Doug Barton2010-11-152-9/+2
* Fix typos.Rebecca Cran2010-11-091-1/+1
* Give the user a hint as to what config(8) is unhappy with.David E. O'Brien2010-11-021-2/+2
* Remove support for creating the 'machine' symlink as well as creating theJohn Baldwin2010-10-291-27/+0
* mdoc: drop redundant .Pp calls, kill EOL whitespaceUlrich Spörlein2010-10-091-4/+3
* Allow a kernel config to specify a set but empty value viaEd Maste2010-09-131-0/+1
* Given the lag between introducing the options-compat and fixing theWarner Losh2010-08-151-1/+1
* Turns out that it is a bad idea to have a missing compat option be aWarner Losh2010-08-151-3/+5
* Put warnings out to stderr rather than stdout.Warner Losh2010-07-153-41/+54
* Enhance config to handle MACHINEs with multiple architectures:Nathan Whitehorn2010-07-134-10/+38
* style(9) fixes:Warner Losh2010-06-131-5/+3
* sparc64, and possibly other architectures, pads the length of theWarner Losh2010-05-011-7/+11
* Require the option that's mapped be listed in the options file. ThisWarner Losh2010-04-271-9/+28
* Redo how we add compat options so as to be compatible with oldWarner Losh2010-04-272-78/+81
* Move checking the version up from Makefile generation to just afterWarner Losh2010-04-273-24/+62
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+1
* Bump minor version of config to reflect the new option remappingWarner Losh2010-04-201-1/+1
* Allow option aliasing. Lines of the form:Warner Losh2010-04-152-1/+28
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-305-9/+36
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0