003 File Manager
Current Path:
/usr/src/sys/amd64/linux
usr
/
src
/
sys
/
amd64
/
linux
/
📁
..
📄
Makefile
(103 B)
📄
linux.h
(10.02 KB)
📄
linux_dummy_machdep.c
(2.35 KB)
📄
linux_genassym.c
(497 B)
📄
linux_locore.asm
(2.32 KB)
📄
linux_machdep.c
(8.71 KB)
📄
linux_proto.h
(98.12 KB)
📄
linux_ptrace.c
(16.95 KB)
📄
linux_support.s
(4.81 KB)
📄
linux_syscall.h
(11.73 KB)
📄
linux_syscalls.c
(18.3 KB)
📄
linux_sysent.c
(69.13 KB)
📄
linux_systrace_args.c
(139.2 KB)
📄
linux_sysvec.c
(26.1 KB)
📄
linux_vdso.lds.s
(1.31 KB)
📄
syscalls.conf
(278 B)
📄
syscalls.master
(34.24 KB)
Editing: linux_genassym.c
#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/assym.h> #include <sys/systm.h> #include <amd64/linux/linux.h> #include <compat/linux/linux_mib.h> 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_RSP, offsetof(struct l_sigcontext, sc_rsp));
Upload File
Create Folder