summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Merge from head@274682sjg2014-11-191-1/+1
|\
| * mdoc: kill EOL whitespace.joel2014-07-291-1/+1
* | Merge head from 7/28sjg2014-08-191-2/+0
|\ \ | |/
| * Remove ia64.marcel2014-07-071-2/+0
* | Updated dependenciessjg2014-05-161-1/+0
* | Updated dependenciessjg2014-05-101-0/+2
* | Merge headsjg2014-04-286-194/+192
|\ \ | |/
| * 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
* | Merge from headsjg2013-09-053-13/+11
|\ \ | |/
| * 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
* | sync from headsjg2013-04-121-2/+10
|\ \ | |/
| * Loosen restrictions for quoted strings. Now we can use more complex stringsjkim2013-03-261-2/+10
* | Updated dependenciessjg2013-03-111-0/+2
* | Updated dependenciessjg2013-02-161-2/+0
| |
| \
*-. \ Sync from headsjg2012-11-041-2/+2
|\ \ \ | | |/ | |/|
| * | - Fix the error message when a dependency string is not provided tojhb2012-10-101-2/+2
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+36
|/
* 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
OpenPOWER on IntegriCloud