freebsd-dev/sys/i386/linux
Kip Macy 8451d0dd78 In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by:	rwatson
Approved by:	re (bz)
2011-09-16 13:58:51 +00:00
..
imgact_linux.c Add accounting for most of the memory-related resources. 2011-04-05 20:23:59 +00:00
linux_dummy.c linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_genassym.c Segment registers are stored in the uc_mcontext member of the struct 2008-09-07 16:39:21 +00:00
linux_ipc64.h - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); 2002-10-11 11:43:09 +00:00
linux_locore.s Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
linux_machdep.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
linux_proto.h linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_ptrace.c Introduce the x86 kernel interfaces to allow kernel code to use 2010-06-05 15:59:59 +00:00
linux_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux_syscall.h linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_syscalls.c linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_sysent.c linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_systrace_args.c linux compat: add non-dummy capget and capset system calls, regenerate 2011-03-26 10:59:24 +00:00
linux_sysvec.c Export the correct AT_PLATFORM value. 2011-03-26 09:25:35 +00:00
linux.h Revert r220032:linux compat: add SO_PASSCRED option with basic handling 2011-03-31 08:14:51 +00:00
Makefile add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.conf add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.master linux compat: add non-dummy capget and capset system calls 2011-03-26 10:51:56 +00:00