freebsd-skq/sys/amd64/linux32
Mateusz Guzik f6f6d24062 Implement lockless resource limits.
Use the same scheme implemented to manage credentials.

Code needing to look at process's credentials (as opposed to thred's) is
provided with *_proc variants of relevant functions.

Places which possibly had to take the proc lock anyway still use the proc
pointer to access limits.
2015-06-10 10:48:12 +00:00
..
linux32_dummy.c Implement Linux specific syncfs() system call. 2015-05-24 18:08:01 +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 Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux32_machdep.c Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
linux32_proto.h Regen for r283492. 2015-05-24 18:09:01 +00:00
linux32_support.s
linux32_syscall.h Regen for r283492. 2015-05-24 18:09:01 +00:00
linux32_syscalls.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux32_sysent.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux32_systrace_args.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux32_sysvec.c Rework signal code to allow using it by other modules, like linprocfs: 2015-05-24 17:47:20 +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
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 Implement Linux specific syncfs() system call. 2015-05-24 18:08:01 +00:00