aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Don't free fnamebuf before we calling cfgfile_add(). This changes aDon Lewis2016-05-161-2/+3
* For pointers use NULL instead of 0.Marcelo Araujo2016-04-272-24/+24
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-16/+0
* Document the ability to override compiled-in env and hints using variablesIan Lepore2016-02-211-3/+6
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Fix two memory leaks in config(8).Rui Paulo2015-10-131-0/+2
* Make it clear that we're ignoring the return value fread(3). AllWarner Losh2015-08-241-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+37
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-277-21/+57
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+0
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-286-194/+192
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-053-13/+11
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-2/+10
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+36
* | | | | | | | config: remove set but unchecked variableEitan Adler2015-04-191-2/+2
* | | | | | | | Add -s option to config.Craig Rodrigues2015-01-292-3/+24
* | | | | | | | Bump config(8) minor version for r277567.Will Andrews2015-01-241-1/+1
* | | | | | | | Allow lists for "nooption" and "nooptions" keywords.Will Andrews2015-01-231-1/+11
* | | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* | | | | | | | Fix the negation (!) operator so that it binds only to the word thatIan Lepore2014-11-231-12/+12
* | | | | | | | Consider the negation operator (!) to be a word even if it is not followedIan Lepore2014-11-231-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | mdoc: kill EOL whitespace.Joel Dahl2014-07-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove ia64.Marcel Moolenaar2014-07-071-2/+0
| |_|_|_|/ |/| | | |
* | | | | 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