1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/sys/i386/linux
Xin LI 669414e4fb Implement AT_SECURE properly.
AT_SECURE auxv entry has been added to the Linux 2.5 kernel to pass a
boolean flag indicating whether secure mode should be enabled. 1 means
that the program has changes its credentials during the execution.
Being exported AT_SECURE used by glibc issetugid() call.

Submitted by:	imp, dchagin
Security:	FreeBSD-SA-16:10.linux
Security:	CVE-2016-1883
2016-01-27 07:20:55 +00:00
..
imgact_linux.c Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
linux_dummy.c Implement Linux specific syncfs() system call. 2015-05-24 18:08:01 +00:00
linux_genassym.c Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux_ipc64.h
linux_locore.s Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux_machdep.c Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
linux_proto.h Regen after r293907. 2016-01-14 10:15:21 +00:00
linux_ptrace.c Rework signal code to allow using it by other modules, like linprocfs: 2015-05-24 17:47:20 +00:00
linux_support.s
linux_syscall.h Regen after r293907. 2016-01-14 10:15:21 +00:00
linux_syscalls.c Regen after r293907. 2016-01-14 10:15:21 +00:00
linux_sysent.c Regen after r293907. 2016-01-14 10:15:21 +00:00
linux_systrace_args.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_sysvec.c Implement AT_SECURE properly. 2016-01-27 07:20:55 +00:00
linux_vdso.lds.s Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux.h Reduce duplication between MD Linux code by moving msg related 2015-05-24 18:03:14 +00:00
Makefile
syscalls.conf
syscalls.master Change linux get_robust_list system call to match actual linux one. 2016-01-14 10:13:58 +00:00