summaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-6/+20
* Fix 'local' to not look in the source tree for the file.Bryan Drewery2017-11-173-13/+20
* Remove build system support for lint.Warner Losh2017-11-171-7/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Typo in filename in comment.Nick Hibma2017-09-281-1/+1
* Renumber copyright clause 4Warner Losh2017-02-288-8/+8
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-7/+0
* Allow config to be compiled from another source directory, such as oneMarcel Moolenaar2016-10-261-2/+7
* 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