summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Expand)Author
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2019-08-13config -eu uses a second copy of the nlist array[], which should neverTheo de Raadt
2019-08-11delete the bufcachepercent command (since this can be done at runtime),Theo de Raadt
2019-07-19In the synopsis, put options that take no arguments before those that do.Ingo Schwarze
2019-06-28fputc/fputs return EOF on errorTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-14allow specifying a cmdfile instead of trying to pipe in commands for -ef.Ted Unangst
2019-04-01In the KARL relink case, the bsd.gdb built on the way (so that we getTheo de Raadt
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2018-04-25remove the largely out of date examples related to kernelJason McIntyre
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-07The 'dumps' option only accepts a single devicePhilip Guenther
2017-09-27config -e's adds new devices to an extra locator array, which is accountedTheo de Raadt
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2017-06-19delete accidental blank lineTheo de Raadt
2017-06-03config -e mode should match our other policies which ensure og-rwx /bsd.Theo de Raadt
2017-05-04Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1.Theo Buehler
2017-05-01Fewer kgdb(7) references and fix previous.Martin Pieuchot
2017-04-30Remove KGDB references.Martin Pieuchot
2016-10-27Remove some code that was already disabled when it was committedTheo Buehler
2016-10-27Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.Theo Buehler
2016-10-19There used to be disabled code that used /dev/tty to determine theTheo Buehler
2016-10-16Add a == EOF that was accidentally lost in previous commit.Theo Buehler
2016-10-16Use the err(3) family of functions more consistently.Theo Buehler
2016-10-16Remove the -g option. It is obsolete/undocumented since the initialMartin Natano
2016-10-16Add printf format attributes to the custom error functions.Theo Buehler
2016-10-16Remove declarations for optarg and optind. They are declared in <unistd.h>.Martin Natano
2016-10-16Stop complaining about changed kernel options when called for an emptyMartin Natano
2016-10-14Change the default non -b behaviour of config(8) to operate with theTheo de Raadt
2016-09-12strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-07strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-07Get rid of the static nomem() function and replace it with err(1, NULL);Michal Mazurek
2016-03-13one more un-vax, which i fixed but somehow didn;t commit;Jason McIntyre
2015-12-14Remove unused macro that's just a clone of abs(3). ok tb@mmcc
2015-11-19lexer fixes to work with new flex. from Serguey ParkhomovskyTed Unangst
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-12pledge "stdio rpath wpath cpath"; all the path options are usedTheo de Raadt
2015-10-12does not need ioctl.hTheo de Raadt
2015-09-25exec.c provided indirection for multiple exec formats. ELF-only now, so...Philip Guenther
2015-09-21Make UKC handle device locators as longsPhilip Guenther
2015-09-11Change device locators type from int to long, for the sake of 64-bit portsMiod Vallat
2015-04-23delete a NOTDEF of unused codeTheo de Raadt
2015-01-17document the <sys/param.h>Theo de Raadt
2015-01-16More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-04fix a fd leak in an error pathJonathan Gray
2014-05-29use calloc, from Benjamin BaierTed Unangst