freebsd-dev/stand/kboot
Warner Losh f56d7a73be kboot: Add host_exit and use it to implement exit()
Clients of libsa are expected to implement exit(). The current exit just
loops forever. It is better to really exit: when running as init that
will reboot the system. When not running as init, other programs can
recover (not that we support running as init, but when we do in the
future, this is still the rigtht thing).

Sponsored by: Netflix
2022-07-28 15:35:42 -06:00
..
arch kboot: Add host_exit and use it to implement exit() 2022-07-28 15:35:42 -06:00
conf.c kboot: Move conf.c up to top level 2022-07-28 15:35:42 -06:00
crt1.c stand: Spell License correctly 2022-07-26 16:31:13 -06:00
host_syscall.h kboot: Add host_exit and use it to implement exit() 2022-07-28 15:35:42 -06:00
host_syscalls.c kboot: Add host_exit and use it to implement exit() 2022-07-28 15:35:42 -06:00
hostcons.c
hostdisk.c stand: Make sure nobody has a NULL pointer for dv_cleanup 2022-07-27 09:04:13 -06:00
kbootfdt.c kboot: Convert from getdents to getdents64 2022-07-27 22:29:27 -06:00
main.c kboot: Add host_exit and use it to implement exit() 2022-07-28 15:35:42 -06:00
Makefile kboot: Move conf.c up to top level 2022-07-28 15:35:42 -06:00
version