freebsd-dev/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
..
linux32_dummy.c Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
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
linux.h Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
Makefile
syscalls.conf
syscalls.master Correct an argument status of wait4 syscall for Linuxulator. 2015-01-01 18:37:03 +00:00