Age | Commit message (Expand) | Author |
2024-10-30 | remove unneeded conf.h include | Jonathan Gray |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-10-05 | error on long locator lines, don't overflow buffers | Jonathan Gray |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-06-16 | Convert two K&R function definitions to ANSI | Theo Buehler |
2022-04-07 | Adjust mkioconf so the emitted extern struct cfattach are const. | Theo Buehler |
2021-11-28 | remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN(). | Theo de Raadt |
2021-11-20 | When cmdfile is specified, use lines from it for all input, not just | Joshua Stein |
2021-11-02 | Add standard EXIT STATUS | Klemens Nanni |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-13 | fix SEE ALSO; | Jason McIntyre |
2021-09-13 | introduce /etc/bsd.re-config which can be used to configure the kernel | Robert Nagy |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from | Theo de Raadt |
2019-09-06 | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | cheloha |
2019-08-13 | config -eu uses a second copy of the nlist array[], which should never | Theo de Raadt |
2019-08-11 | delete the bufcachepercent command (since this can be done at runtime), | Theo de Raadt |
2019-07-19 | In the synopsis, put options that take no arguments before those that do. | Ingo Schwarze |
2019-06-28 | fputc/fputs return EOF on error | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-14 | allow specifying a cmdfile instead of trying to pipe in commands for -ef. | Ted Unangst |
2019-04-01 | In the KARL relink case, the bsd.gdb built on the way (so that we get | Theo de Raadt |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2018-04-25 | remove the largely out of date examples related to kernel | Jason McIntyre |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-10-07 | The 'dumps' option only accepts a single device | Philip Guenther |
2017-09-27 | config -e's adds new devices to an extra locator array, which is accounted | Theo de Raadt |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-06-22 | Generate the newbsd: and install-update: targets here, rather than | Theo de Raadt |
2017-06-19 | delete accidental blank line | Theo de Raadt |
2017-06-03 | config -e mode should match our other policies which ensure og-rwx /bsd. | Theo de Raadt |
2017-05-04 | Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1. | Theo Buehler |
2017-05-01 | Fewer kgdb(7) references and fix previous. | Martin Pieuchot |
2017-04-30 | Remove KGDB references. | Martin Pieuchot |
2016-10-27 | Remove some code that was already disabled when it was committed | Theo Buehler |
2016-10-27 | Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago. | Theo Buehler |
2016-10-19 | There used to be disabled code that used /dev/tty to determine the | Theo Buehler |
2016-10-16 | Add a == EOF that was accidentally lost in previous commit. | Theo Buehler |
2016-10-16 | Use the err(3) family of functions more consistently. | Theo Buehler |
2016-10-16 | Remove the -g option. It is obsolete/undocumented since the initial | Martin Natano |
2016-10-16 | Add printf format attributes to the custom error functions. | Theo Buehler |
2016-10-16 | Remove declarations for optarg and optind. They are declared in <unistd.h>. | Martin Natano |
2016-10-16 | Stop complaining about changed kernel options when called for an empty | Martin Natano |
2016-10-14 | Change the default non -b behaviour of config(8) to operate with the | Theo de Raadt |
2016-09-12 | strlen + emalloc + snprintf = asprintf | Michal Mazurek |
2016-09-07 | strlen + emalloc + snprintf = asprintf | Michal Mazurek |
2016-09-07 | Get rid of the static nomem() function and replace it with err(1, NULL); | Michal Mazurek |