003 File Manager
Current Path:
/usr/src/sys/amd64/linux32
usr
/
src
/
sys
/
amd64
/
linux32
/
📁
..
📄
Makefile
(105 B)
📄
linux.h
(14.87 KB)
📄
linux32_dummy_machdep.c
(2.69 KB)
📄
linux32_genassym.c
(651 B)
📄
linux32_locore.asm
(3.77 KB)
📄
linux32_machdep.c
(18.74 KB)
📄
linux32_proto.h
(118.31 KB)
📄
linux32_support.s
(4.81 KB)
📄
linux32_syscall.h
(14.88 KB)
📄
linux32_syscalls.c
(19.87 KB)
📄
linux32_sysent.c
(71.57 KB)
📄
linux32_systrace_args.c
(161.67 KB)
📄
linux32_sysvec.c
(31.03 KB)
📄
linux32_vdso.lds.s
(1.29 KB)
📄
syscalls.conf
(296 B)
📄
syscalls.master
(40.42 KB)
Editing: linux32_genassym.c
#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/assym.h> #include <sys/resource.h> #include <sys/systm.h> #include <amd64/linux32/linux.h> #include <compat/linux/linux_mib.h> ASSYM(LINUX_SIGF_HANDLER, offsetof(struct l_sigframe, sf_handler)); ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc)); ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler)); ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_sc)); ASSYM(LINUX_RT_SIGF_SC, offsetof(struct l_ucontext, uc_mcontext)); ASSYM(LINUX_VERSION_CODE, LINUX_VERSION_CODE); ASSYM(LINUX_SC_ESP, offsetof(struct l_sigcontext, sc_esp));
Upload File
Create Folder