freebsd-dev/stand/kboot
Warner Losh 02dba4f75f kboot: Add hostfs
Add hostfs for the Linux environment. We can't use the userboot one
that's kinda similar because the Linux system calls we have in kboot are
not quite POSIX compliant (Linux takes care of providing the POSIX
interface in libc), so we have to cope with a number of quirks in that
area.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D36607
2022-10-27 11:37:54 -06:00
..
arch stand/kboot: Make FDT fixup per-arch 2022-10-27 11:36:51 -06:00
conf.c kboot: Add hostfs 2022-10-27 11:37:54 -06:00
crt1.c stand: Spell License correctly 2022-07-26 16:31:13 -06:00
host_syscall.h kboot: Implement host_ioctl 2022-07-28 15:35:42 -06:00
host_syscalls.c kboot: Implement host_ioctl 2022-07-28 15:35:42 -06:00
hostcons.c kboot: Make console raw when we start 2022-07-28 15:35:42 -06:00
hostdisk.c stand/kboot: hostdisk isn't a DEVT_DISK, use a different value. 2022-10-22 19:47:24 -06:00
hostfs.c kboot: Add hostfs 2022-10-27 11:37:54 -06:00
init.c kboot: add minmalist init functionality 2022-09-01 11:08:24 -06:00
kboot.h kboot: Add hostfs 2022-10-27 11:37:54 -06:00
kbootfdt.c stand/kboot: Make FDT fixup per-arch 2022-10-27 11:36:51 -06:00
main.c kboot: Add hostfs 2022-10-27 11:37:54 -06:00
Makefile kboot: Add hostfs 2022-10-27 11:37:54 -06:00
termios_gen.h kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
termios.c kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
termios.h kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
version