summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* mdoc: kill EOL whitespace.joel2014-07-291-1/+1
* Remove ia64.marcel2014-07-071-2/+0
* Fix kern/187712: config(8) does not respect KERNCONFDIR.asomers2014-03-204-1/+38
* 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-042-5/+18
* 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
* Work around build breakages with GCC 4.2.jkim2013-05-231-0/+1
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-3/+4
* Make the internal assertion correct--only fail when '\0' is found inwkoszek2013-05-011-10/+4
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* Loosen restrictions for quoted strings. Now we can use more complex stringsjkim2013-03-261-2/+10
* - Fix the error message when a dependency string is not provided tojhb2012-10-101-2/+2
* Fix world after byacc import:bapt2012-05-222-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-3/+3
* 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-032-8/+8
* 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
* Improve portability of config(8).ed2011-07-031-4/+5
* - Merge changes to the base system to support OFED. These includejeff2011-03-212-14/+36
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineimp2011-02-112-1/+3
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0413-2681/+0
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Remove references to MAKEDEV(8)dougb2010-11-152-9/+2
* Fix typos.brucec2010-11-091-1/+1
* Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
* Remove support for creating the 'machine' symlink as well as creating thejhb2010-10-291-27/+0
* mdoc: drop redundant .Pp calls, kill EOL whitespaceuqs2010-10-091-4/+3
* Allow a kernel config to specify a set but empty value viaemaste2010-09-131-0/+1
* Given the lag between introducing the options-compat and fixing theimp2010-08-151-1/+1
* Turns out that it is a bad idea to have a missing compat option be aimp2010-08-151-3/+5
* Put warnings out to stderr rather than stdout.imp2010-07-153-41/+54
* Enhance config to handle MACHINEs with multiple architectures:nwhitehorn2010-07-134-10/+38
* style(9) fixes:imp2010-06-131-5/+3
* sparc64, and possibly other architectures, pads the length of theimp2010-05-011-7/+11
* Require the option that's mapped be listed in the options file. Thisimp2010-04-271-9/+28
* Redo how we add compat options so as to be compatible with oldimp2010-04-272-78/+81
* Move checking the version up from Makefile generation to just afterimp2010-04-273-24/+62
* Revert r206179 (by imp) and do something similar which is more consistentnetchild2010-04-221-1/+1
* Bump minor version of config to reflect the new option remappingimp2010-04-201-1/+1
* Allow option aliasing. Lines of the form:imp2010-04-152-1/+28
OpenPOWER on IntegriCloud