summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha2019-09-064-71/+10
* config -eu uses a second copy of the nlist array[], which should neverderaadt2019-08-132-24/+8
* delete the bufcachepercent command (since this can be done at runtime),deraadt2019-08-115-31/+8
* In the synopsis, put options that take no arguments before those that do.schwarze2019-07-192-5/+5
* fputc/fputs return EOF on errorderaadt2019-06-283-34/+34
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* allow specifying a cmdfile instead of trying to pipe in commands for -ef.tedu2019-05-145-14/+79
* In the KARL relink case, the bsd.gdb built on the way (so that we getderaadt2019-04-011-2/+3
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-052-5/+5
* remove the largely out of date examples related to kerneljmc2018-04-251-72/+18
* Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intorpe2017-11-051-5/+5
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-291-2/+2
* The 'dumps' option only accepts a single deviceguenther2017-10-071-3/+3
* config -e's adds new devices to an extra locator array, which is accountedderaadt2017-09-274-39/+43
* Stop automatically regenerating gap.o (and hence linking a new kernel)tb2017-07-181-2/+3
* have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateespie2017-07-091-2/+2
* Generate the newbsd: and install-update: targets here, rather thanderaadt2017-06-223-5/+26
* delete accidental blank linederaadt2017-06-191-2/+1
* config -e mode should match our other policies which ensure og-rwx /bsd.deraadt2017-06-031-2/+2
* Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1.tb2017-05-041-2/+7
* Fewer kgdb(7) references and fix previous.mpi2017-05-011-3/+6
* Remove KGDB references.mpi2017-04-301-6/+2
* Remove some code that was already disabled when it was committedtb2016-10-271-21/+1
* Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.tb2016-10-271-6/+1
* There used to be disabled code that used /dev/tty to determine thetb2016-10-191-5/+2
* Add a == EOF that was accidentally lost in previous commit.tb2016-10-161-2/+3
* Use the err(3) family of functions more consistently.tb2016-10-166-98/+57
* Remove the -g option. It is obsolete/undocumented since the initialnatano2016-10-161-14/+2
* Add printf format attributes to the custom error functions.tb2016-10-162-6/+10
* Remove declarations for optarg and optind. They are declared in <unistd.h>.natano2016-10-161-4/+1
* Stop complaining about changed kernel options when called for an emptynatano2016-10-161-6/+3
* Change the default non -b behaviour of config(8) to operate with thederaadt2016-10-141-2/+30
* strlen + emalloc + snprintf = asprintfakfaew2016-09-121-7/+5
* strlen + emalloc + snprintf = asprintfakfaew2016-09-071-4/+4
* Get rid of the static nomem() function and replace it with err(1, NULL);akfaew2016-09-071-18/+10
* one more un-vax, which i fixed but somehow didn;t commit;jmc2016-03-131-5/+4
* Remove unused macro that's just a clone of abs(3). ok tb@mmcc2015-12-141-3/+1
* lexer fixes to work with new flex. from Serguey Parkhomovskytedu2015-11-191-3/+3
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* pledge "stdio rpath wpath cpath"; all the path options are usedderaadt2015-10-121-1/+4
* does not need ioctl.hderaadt2015-10-121-2/+1
* exec.c provided indirection for multiple exec formats. ELF-only now, so...guenther2015-09-253-95/+8
* Make UKC handle device locators as longsguenther2015-09-212-79/+77
* Change device locators type from int to long, for the sake of 64-bit portsmiod2015-09-111-3/+3
* delete a NOTDEF of unused codederaadt2015-04-231-25/+1
* document the <sys/param.h>deraadt2015-01-171-2/+2
* More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3.deraadt2015-01-161-12/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1611-32/+18
* fix a fd leak in an error pathjsg2014-06-041-1/+2
* use calloc, from Benjamin Baiertedu2014-05-291-3/+2