freebsd-dev/sys/i386/linux
Jeff Roberson b61ce5b0e6 - Move all of the PS_ flags into either p_flag or td_flags.
- p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or
   previously the sched_lock.  These bugs have existed for some time.
 - Allow swapout to try each thread in a process individually and then
   swapin the whole process if any of these fail.  This allows us to move
   most scheduler related swap flags into td_flags.
 - Keep ki_sflag for backwards compat but change all in source tools to
   use the new and more correct location of P_INMEM.

Reported by:	pho
Reviewed by:	attilio, kib
Approved by:	re (kensmith)
2007-09-17 05:31:39 +00:00
..
imgact_linux.c Partial MFp4 of 114977: 2007-02-24 16:49:25 +00:00
linux_dummy.c Implement the openat() linux syscall 2007-03-29 02:11:46 +00:00
linux_genassym.c Use __FBSDID(). 2003-06-02 16:56:40 +00:00
linux_ipc64.h
linux_locore.s
linux_machdep.c i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE 2007-07-20 08:35:18 +00:00
linux_proto.h Regenerate. 2007-08-28 12:36:23 +00:00
linux_ptrace.c - Move all of the PS_ flags into either p_flag or td_flags. 2007-09-17 05:31:39 +00:00
linux_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux_syscall.h Regenerate. 2007-08-28 12:36:23 +00:00
linux_sysent.c Regenerate. 2007-08-28 12:36:23 +00:00
linux_sysvec.c MFP4: Turn emul_lock into a mutex. 2007-04-02 18:38:13 +00:00
linux.h Implement the openat() linux syscall 2007-03-29 02:11:46 +00:00
Makefile
syscalls.conf - Remove unused sysvec variables from various syscalls.conf. 2006-08-15 17:25:55 +00:00
syscalls.master Implement fake linux sched_getaffinity() syscall to enable java to work 2007-08-28 12:26:35 +00:00