summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Fix two memory leaks in config(8).rpaulo2015-10-131-0/+2
* Make it clear that we're ignoring the return value fread(3). Allimp2015-08-241-1/+1
* Add META_MODE support.sjg2015-06-131-0/+37
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-277-21/+57
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * \ Merge head from 7/28sjg2014-08-191-2/+0
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-286-194/+192
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-053-13/+11
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-121-2/+10
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+2
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-041-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+36
| | |/ / / / / / | |/| | | | | |
* | | | | | | | config: remove set but unchecked variableeadler2015-04-191-2/+2
* | | | | | | | Add -s option to config.rodrigc2015-01-292-3/+24
* | | | | | | | Bump config(8) minor version for r277567.will2015-01-241-1/+1
* | | | | | | | Allow lists for "nooption" and "nooptions" keywords.will2015-01-231-1/+11
* | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
* | | | | | | | Fix the negation (!) operator so that it binds only to the word thatian2014-11-231-12/+12
* | | | | | | | Consider the negation operator (!) to be a word even if it is not followedian2014-11-231-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
OpenPOWER on IntegriCloud