summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config (follow)
Commit message (Collapse)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
| | | | ok jca
* emit an extra "config" convenience target that allows oneespie2013-10-293-4/+56
| | | | | | | to rerun config without changing directories. Lots of inputs by deraadt@, who wanted it to work for movable relative directories.
* remote bits for a.out and ecoffderaadt2013-10-133-275/+6
| | | | ok guenther
* some Bx/Ox conversion;jmc2013-08-141-4/+6
| | | | From: Jan Stary
* 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
| | | | input/ok deraadt@, ok miod@
* 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
| | | | ok guenther millert kettenis
* tedu lint tendrils through config internals.espie2012-09-175-66/+22
| | | | | | also mark some known targets as .PHONY okay miod@
* Improve error messages when removing/recreating symlinks in the build dirguenther2012-06-221-12/+20
| | | | ok deraadt@
* Fix some minor things in config(8):edd2011-10-0218-42/+70
| | | | | | | | * As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@
* When using `config -e`:edd2011-10-022-6/+15
| | | | | | | | | * Don't print a NULL pointer if binary loaded is not a kernel. * Don't segfault of binary loaded is not a kernel. * Report non-existent kernel via a preliminary stat(). * Make a warning look like the rest. OK haesbaert@, nicm@
* remove unused variablechl2011-07-161-2/+2
| | | | ok miod@ matthew@
* 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
| | | | | | | ok miod@, deraadt@ N.B.: If you're following -current, you MUST recompile config(8) and re-config your kernel or else ioconf.c will fail to compile.
* 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
| | | | for chars.
* fix potential use of uninitialized value, and remove unused variables.chl2010-06-022-5/+3
| | | | ok deraadt@
* Do not add the swap*.c to the CFILES as a dependency. The rest of thederaadt2010-05-311-27/+1
| | | | | | | Makefile.* file copes with swap*.c the same as vers.c; it is also much nicer to keep the whole CFILES as far-reaching absolute or relative paths rather than relative to . ok miod
* automatically generate the _arch= and _mach= lines at the top of the kernelderaadt2010-05-241-1/+5
| | | | | | Makefile, since we already know them. (Later on, we can remove the chunks from the Makefile.* files...) ok kettenis
* Now that the old SysV SHM size limits global variables are gone, removekettenis2009-12-104-36/+6
| | | | support for setting them from config(8).
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-279-47/+9
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Correct a target name so that we don't rebuild vers.o (and thenguenther2009-10-191-2/+2
| | | | | | | bsd) unless some other object has changed. Rebuild and reinstall in /usr/src/usr.sbin/config/ after updating! "I like it" deraadt@
* change "cachepct" to "bufcachepercent" so it is the samebeck2009-06-032-7/+8
| | | | | as the variable and the similar sysctl ok deraadt@
* 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
| | | | OMAGIC binaries. Found the hard way by jsg@
* Make enable selected by attribute work.maja2008-11-221-3/+3
| | | | Reported by John Lloyd j at bitminer dot ca. -moj
* 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
| | | | | | | case anymore. Note that you can always override it from the command line if you need it. after discussion with deraadt@ and tedu@
* basic bounds check on elf header info. avoid crashes on i.e.e truncatedotto2008-08-121-2/+16
| | | | kernels; noted by jasper@ ok miod@
* remove build warnings:chl2008-04-191-4/+3
| | | | | | | - unused variables - missing return ok espie@
* Make it possible to disable/enable pseudo devices in UKC, config file andmaja2008-03-245-17/+44
| | | | at config -e. -moj ok deraadt@
* Done mark a disable of a disabled device as an change (and same with enable).maja2008-03-231-8/+10
| | | | Reported by jj@ a long time ago. -moj
* 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
| | | | | | | | | for suffix rules. Use them to avoid writing loads of explicit lines. Shaves 2/3 of each Makefile off. okay miod@, deraadt@, henning@
* avoid request for input if lines are set to zerosimon2008-03-081-3/+3
| | | | ok deraadt@, sthen@
* add missing header for errx.chl2007-11-271-1/+2
| | | | ok otto@ deraadt@
* Let multiple variables in the same filename expandderaadt2007-11-261-38/+52
| | | | ok otto millert
* Put the converted filename into the makefiles, so that we can later supportderaadt2007-11-261-5/+11
| | | | variables make(1) does not natively convert in the same way.
* discard still-born support for .o files in the "file" command..deraadt2007-11-261-16/+1
| | | | this is OpenBSD.. source for everyone..
* 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
| | | | | | | If more than one path is provided, access() them to choose which one should be used, while parsing for ${name} expansions... currently limited to MACHINE_ARCH ok miod
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-4/+3
| | | | ok pyr@, ray@, millert@, moritz@, chl@
* Add check for nlist failure to prevent a segfault.ray2007-06-281-7/+8
| | | | | | | | | Remove ret variable, which is only set but not never checked. return (1) instead of exit(1) for consistency. Original diff from Rainer Giedat. OK millert, maja, and otto.
* convert to new .Dd format;jmc2007-05-311-2/+2
|