summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use reallocarray and friends. okay miod@espie2014-05-187-26/+39
* Obvious markup fixes; ran into this while testing mandocdb(8).schwarze2014-01-201-11/+14
* unsigned char casts for ctypederaadt2013-11-235-17/+21
* emit an extra "config" convenience target that allows oneespie2013-10-293-4/+56
* remote bits for a.out and ecoffderaadt2013-10-133-275/+6
* some Bx/Ox conversion;jmc2013-08-141-4/+6
* More a.out files leave the party.miod2013-07-051-173/+0
* ELF_TOOLCHAIN bye bye.miod2013-07-051-6/+1
* sw_vp is now in struct nfs_diskless.florian2013-04-191-3/+3
* shuffle the KERNEL BUILDING text a little; from daniel dickmanjmc2013-03-281-7/+10
* some updates from daniel dickman;jmc2013-03-271-20/+7
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* tedu lint tendrils through config internals.espie2012-09-175-66/+22
* Improve error messages when removing/recreating symlinks in the build dirguenther2012-06-221-12/+20
* Fix some minor things in config(8):edd2011-10-0218-42/+70
* When using `config -e`:edd2011-10-022-6/+15
* remove unused variablechl2011-07-161-2/+2
* remove mcd example here tootedu2011-06-261-17/+2
* Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.matthew2011-06-011-6/+4
* stop talking about make depend; ok guentherderaadt2011-04-151-15/+3
* do not need the run "make depend" reminder anymorederaadt2011-04-151-2/+1
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-4/+4
* fix potential use of uninitialized value, and remove unused variables.chl2010-06-022-5/+3
* Do not add the swap*.c to the CFILES as a dependency. The rest of thederaadt2010-05-311-27/+1
* automatically generate the _arch= and _mach= lines at the top of the kernelderaadt2010-05-241-1/+5
* Now that the old SysV SHM size limits global variables are gone, removekettenis2009-12-104-36/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-279-47/+9
* Correct a target name so that we don't rebuild vers.o (and thenguenther2009-10-191-2/+2
* change "cachepct" to "bufcachepercent" so it is the samebeck2009-06-032-7/+8
* correct example; from Sebastian Rotherjmc2009-03-231-3/+3
* Do not forget to adjust offsets for the beginning of the data area for nonmiod2009-01-191-3/+3
* Make enable selected by attribute work.maja2008-11-221-3/+3
* correct comment; a part of PR4184deraadt2008-10-031-2/+2
* simplify S definition to just srcdir, since it appears there's no specialespie2008-08-141-19/+3
* basic bounds check on elf header info. avoid crashes on i.e.e truncatedotto2008-08-121-2/+16
* remove build warnings:chl2008-04-191-4/+3
* Make it possible to disable/enable pseudo devices in UKC, config file andmaja2008-03-245-17/+44
* Done mark a disable of a disabled device as an change (and same with enable).maja2008-03-231-8/+10
* spaces found reading that diffderaadt2008-03-223-7/+7
* put in explicit suffix rules, they're needed anyways since $< is only usedespie2008-03-221-24/+51
* avoid request for input if lines are set to zerosimon2008-03-081-3/+3
* add missing header for errx.chl2007-11-271-1/+2
* Let multiple variables in the same filename expandderaadt2007-11-261-38/+52
* Put the converted filename into the makefiles, so that we can later supportderaadt2007-11-261-5/+11
* discard still-born support for .o files in the "file" command..deraadt2007-11-261-16/+1
* correct pathname variable matching, and also support ${MACHINE}deraadt2007-11-251-4/+14
* Extend the "file" directive to accept multiple pathnames seperated by '|'.deraadt2007-11-255-29/+103
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-4/+3
* Add check for nlist failure to prevent a segfault.ray2007-06-281-7/+8
* convert to new .Dd format;jmc2007-05-311-2/+2