opnsense-src/sys/amd64/linux32
Dmitry Chagin baa232bbfd Change linux faccessat syscall definition to match actual linux one.
The AT_EACCESS and AT_SYMLINK_NOFOLLOW flags are actually implemented
within the glibc wrapper function for faccessat().  If either of these
flags are specified, then the wrapper function employs fstatat() to
determine access permissions.

Differential Revision:	https://reviews.freebsd.org/D1078
Reviewed by:	trasz
2015-05-24 16:18:03 +00:00
..
linux.h Introduce a new module linux_common.ko which is intended for the 2015-05-24 15:51:18 +00:00
linux32_dummy.c Implement pselect6() system call. 2015-05-24 15:21:25 +00:00
linux32_genassym.c Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux32_ipc64.h
linux32_locore.s Put linux_platform into the vdso to avoid copying it onto the stack at 2015-05-24 15:30:52 +00:00
linux32_machdep.c To reduce code duplication introduce linux_copyout_rusage() method. 2015-05-24 15:03:09 +00:00
linux32_proto.h Regen for r283403. 2015-05-24 15:22:33 +00:00
linux32_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux32_syscall.h Regen for r283403. 2015-05-24 15:22:33 +00:00
linux32_syscalls.c Regen for r283403. 2015-05-24 15:22:33 +00:00
linux32_sysent.c Regen for r283403. 2015-05-24 15:22:33 +00:00
linux32_systrace_args.c Regen for r283403. 2015-05-24 15:22:33 +00:00
linux32_sysvec.c Refund the proc emuldata struct for future use. For now move flags from 2015-05-24 15:54:58 +00:00
linux32_vdso.lds.s Put linux_platform into the vdso to avoid copying it onto the stack at 2015-05-24 15:30:52 +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 Change linux faccessat syscall definition to match actual linux one. 2015-05-24 16:18:03 +00:00