003 File Manager
Current Path:
/usr/src/sys/i386/linux
usr
/
src
/
sys
/
i386
/
linux
/
📁
..
📄
Makefile
(103 B)
📄
imgact_linux.c
(6.55 KB)
📄
linux.h
(13.51 KB)
📄
linux_copyout.c
(4.1 KB)
📄
linux_dummy_machdep.c
(2.79 KB)
📄
linux_genassym.c
(746 B)
📄
linux_locore.asm
(3.74 KB)
📄
linux_machdep.c
(17.55 KB)
📄
linux_proto.h
(116.57 KB)
📄
linux_ptrace.c
(11.58 KB)
📄
linux_syscall.h
(14.35 KB)
📄
linux_syscalls.c
(19.9 KB)
📄
linux_sysent.c
(71.68 KB)
📄
linux_systrace_args.c
(163.01 KB)
📄
linux_sysvec.c
(30.26 KB)
📄
linux_vdso.lds.s
(1.26 KB)
📄
syscalls.conf
(278 B)
📄
syscalls.master
(40.41 KB)
Editing: linux_genassym.c
#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/assym.h> #include <sys/systm.h> #include <i386/linux/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_SC_GS, offsetof(struct l_sigcontext, sc_gs)); ASSYM(LINUX_SC_EFLAGS, offsetof(struct l_sigcontext, sc_eflags)); 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_SC_ESP, offsetof(struct l_sigcontext, sc_esp)); ASSYM(LINUX_VERSION_CODE, LINUX_VERSION_CODE);
Upload File
Create Folder