summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* MFC r274924, r274936:ian2014-12-272-12/+17
* MFC: Merge in the changes in -current:imp2014-08-112-193/+154
* MFC r263429asomers2014-04-104-1/+38
* 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
* 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
* Turns out that it is a bad idea to have a missing compat option be aimp2010-08-151-3/+5
* Put warnings out to stderr rather than stdout.imp2010-07-153-41/+54
* Enhance config to handle MACHINEs with multiple architectures:nwhitehorn2010-07-134-10/+38
* style(9) fixes:imp2010-06-131-5/+3
* sparc64, and possibly other architectures, pads the length of theimp2010-05-011-7/+11
* Require the option that's mapped be listed in the options file. Thisimp2010-04-271-9/+28
* Redo how we add compat options so as to be compatible with oldimp2010-04-272-78/+81
* Move checking the version up from Makefile generation to just afterimp2010-04-273-24/+62
* Revert r206179 (by imp) and do something similar which is more consistentnetchild2010-04-221-1/+1
* Bump minor version of config to reflect the new option remappingimp2010-04-201-1/+1
* Allow option aliasing. Lines of the form:imp2010-04-152-1/+28
* - Handle calloc() allocation failures.ru2010-03-305-9/+36
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-1/+1
* Move the comment to it's correct place.wkoszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDwkoszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,wkoszek2009-02-061-2/+13
* Delete commented out ancient history.imp2009-01-261-14/+0
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-226-16/+32
* Allow kernel config files to include files other than those in the CWD,obrien2008-07-282-0/+12
* Revice the way the CTF conversion is done per object. Avoid creating a secondjb2008-06-291-1/+1
OpenPOWER on IntegriCloud