aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-4/+4
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-032-8/+8
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:Max Khon2011-11-301-1/+1
* The generated Makefile for the kernel was not running ctfconvert onRyan Stone2011-11-101-3/+8
* Improve portability of config(8).Ed Schouten2011-07-031-4/+5
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-212-14/+36
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineWarner Losh2011-02-112-1/+3
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-111-4/+0
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0413-2681/+0
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* Remove references to MAKEDEV(8)Doug Barton2010-11-152-9/+2
* Fix typos.Rebecca Cran2010-11-091-1/+1
* Give the user a hint as to what config(8) is unhappy with.David E. O'Brien2010-11-021-2/+2
* Remove support for creating the 'machine' symlink as well as creating theJohn Baldwin2010-10-291-27/+0
* mdoc: drop redundant .Pp calls, kill EOL whitespaceUlrich Spörlein2010-10-091-4/+3
* Allow a kernel config to specify a set but empty value viaEd Maste2010-09-131-0/+1
* Given the lag between introducing the options-compat and fixing theWarner Losh2010-08-151-1/+1
* Turns out that it is a bad idea to have a missing compat option be aWarner Losh2010-08-151-3/+5
* Put warnings out to stderr rather than stdout.Warner Losh2010-07-153-41/+54
* Enhance config to handle MACHINEs with multiple architectures:Nathan Whitehorn2010-07-134-10/+38
* style(9) fixes:Warner Losh2010-06-131-5/+3
* sparc64, and possibly other architectures, pads the length of theWarner Losh2010-05-011-7/+11
* Require the option that's mapped be listed in the options file. ThisWarner Losh2010-04-271-9/+28
* Redo how we add compat options so as to be compatible with oldWarner Losh2010-04-272-78/+81
* Move checking the version up from Makefile generation to just afterWarner Losh2010-04-273-24/+62
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+1
* Bump minor version of config to reflect the new option remappingWarner Losh2010-04-201-1/+1
* Allow option aliasing. Lines of the form:Warner Losh2010-04-152-1/+28
* - Handle calloc() allocation failures.Ruslan Ermilov2010-03-305-9/+36
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Move the comment to it's correct place.Wojciech A. Koszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDWojciech A. Koszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,Wojciech A. Koszek2009-02-061-2/+13
* Delete commented out ancient history.Warner Losh2009-01-261-14/+0
* Allow multiple makeoption lines to be used with the += operator, this permitsAndrew Thompson2008-11-226-16/+32
* Allow kernel config files to include files other than those in the CWD,David E. O'Brien2008-07-282-0/+12
* Revice the way the CTF conversion is done per object. Avoid creating a secondJohn Birrell2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidJohn Birrell2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case whereJohn Birrell2008-05-231-1/+1
* Fix a bug introduced by DEFAULTS feature. When the config fileWarner Losh2008-04-101-0/+2
* Honour the logical current working directory ($PWD) when using config'sEd Maste2008-01-081-0/+18
* Spring forward into the late 1970's by following item 5 in the yaccWarner Losh2007-12-251-51/+34
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-1/+1
* Fix some problems that affect multiple file inclusion. Bruce foundWarner Losh2007-05-173-73/+26
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make someWojciech A. Koszek2007-05-161-4/+4