freebsd-dev/sys/i386/linux
David Xu 9b778a1611 Make sigaltstack as per-threaded, because per-process sigaltstack state
is useless for threaded programs, multiple threads can not share same
stack.
The alternative signal stack is private for thread, no lock is needed,
the orignal P_ALTSTACK is now moved into td_pflags and renamed to
TDP_ALTSTACK.
For single thread or Linux clone() based threaded program, there is no
semantic changed, because those programs only have one kernel thread
in every process.
2004-01-03 23:31:29 +00:00
..
imgact_linux.c
linux_dummy.c Pull latest changes from OpenBSD: 2003-11-16 15:07:10 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s
linux_machdep.c
linux_proto.h Regen (should be a NOP except for rcsid changes) 2003-12-23 03:55:06 +00:00
linux_ptrace.c
linux_syscall.h Regen (should be a NOP except for rcsid changes) 2003-12-23 03:55:06 +00:00
linux_sysent.c Regen (should be a NOP except for rcsid changes) 2003-12-23 03:55:06 +00:00
linux_sysvec.c Make sigaltstack as per-threaded, because per-process sigaltstack state 2004-01-03 23:31:29 +00:00
linux.h
Makefile
syscalls.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.master GC unused third namespace column. 2003-12-23 03:54:40 +00:00