freebsd-skq/sys/compat/freebsd32
kib f371322983 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
..
freebsd32_capability.c
freebsd32_ioctl.c
freebsd32_ioctl.h
freebsd32_ipc.h
freebsd32_misc.c On exec, single-threading must be enforced before arguments space is 2015-05-10 09:00:40 +00:00
freebsd32_misc.h
freebsd32_proto.h Run make sysent. 2015-01-23 21:08:24 +00:00
freebsd32_signal.h
freebsd32_syscall.h Run make sysent. 2015-01-23 21:08:24 +00:00
freebsd32_syscalls.c Run make sysent. 2015-01-23 21:08:24 +00:00
freebsd32_sysent.c Run make sysent. 2015-01-23 21:08:24 +00:00
freebsd32_systrace_args.c Run make sysent. 2015-01-23 21:08:24 +00:00
freebsd32_util.h
freebsd32.h Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> 2015-04-08 16:30:45 +00:00
Makefile
syscalls.conf
syscalls.master Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00