]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kboot: Implement mount(2)
authorWarner Losh <imp@FreeBSD.org>
Thu, 30 Jun 2022 18:16:46 +0000 (12:16 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 24 Jan 2023 21:49:24 +0000 (14:49 -0700)
commit60688f592d9fcde35b623b9759f4fd61cd796b48
tree4a29abc5d9ab6381fe211c1de64299c56f9efa36
parent6632ac6d8a842336cb032f53ad98061353708a48
kboot: Implement mount(2)

Create a wrapper for the mount system call. To ensure a sane early boot
environment and to gather data we need for kexec, we may need to mount
some special filesystems.

Sponsored by: Netflix

(cherry picked from commit 8138a766b068a17ad8f13ddcb850f356c04d9074)
stand/kboot/arch/amd64/syscall_nr.h
stand/kboot/arch/powerpc64/syscall_nr.h
stand/kboot/host_syscall.h
stand/kboot/host_syscalls.c