opnsense-src/sys/amd64/linux32
Konstantin Belousov 7b445033ff On exec, single-threading must be enforced before arguments space is
allocated from exec_map.  If many threads try to perform execve(2) in
parallel, the exec map is exhausted and some threads sleep
uninterruptible waiting for the map space.  Then, the thread which won
the race for the space allocation, cannot single-thread the process,
causing deadlock.

Reported and tested by:	pho (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2015-05-10 09:00:40 +00:00
..
linux.h Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
linux32_dummy.c Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
linux32_genassym.c Remove dead code. 2011-03-07 08:12:07 +00:00
linux32_ipc64.h
linux32_locore.s Save and restore segment registers on amd64 when entering and leaving 2009-04-01 13:09:26 +00:00
linux32_machdep.c On exec, single-threading must be enforced before arguments space is 2015-05-10 09:00:40 +00:00
linux32_proto.h Regen after r276508, r276509. 2015-01-01 18:43:31 +00:00
linux32_support.s
linux32_syscall.h Regen after r276508, r276509. 2015-01-01 18:43:31 +00:00
linux32_syscalls.c Regen after r276508, r276509. 2015-01-01 18:43:31 +00:00
linux32_sysent.c Regen after r276508, r276509. 2015-01-01 18:43:31 +00:00
linux32_systrace_args.c Regen after r276508, r276509. 2015-01-01 18:43:31 +00:00
linux32_sysvec.c Revert r266925 as it can lead to instant panic at fexecve(): 2014-06-17 05:29:18 +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 Correct an argument status of wait4 syscall for Linuxulator. 2015-01-01 18:37:03 +00:00