freebsd-skq/sys/i386/linux
des 7d30f45397 rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have
to call fork1() directly if we don't want out process queued right away.
This has the serendipitous side effect of saving us a call to pfind().

This makes threaded Linux apps (such as Opera) work again.
2001-03-11 18:52:10 +00:00
..
imgact_linux.c
linux_dummy.c Remove dummy stub functions. 2001-02-16 14:46:16 +00:00
linux_genassym.c
linux_locore.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
linux_machdep.c rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have 2001-03-11 18:52:10 +00:00
linux_proto.h Re-gen auto generated files. 2001-02-16 14:47:24 +00:00
linux_syscall.h Re-gen auto generated files. 2001-02-16 14:47:24 +00:00
linux_sysent.c Re-gen auto generated files. 2001-02-16 14:47:24 +00:00
linux_sysvec.c Grab the process lock while calling psignal and before calling psignal. 2001-03-07 03:37:06 +00:00
linux.h Allow debugging output to be controlled on a per-syscall granularity. 2001-02-16 16:40:43 +00:00
Makefile
syscalls.conf
syscalls.master Add mount syscall to linux emulation. Also improve emulation of reboot. 2001-02-16 14:42:11 +00:00