1:1 Userland threading stage 2.13/4:
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 18 Feb 2007 16:12:43 +0000 (16:12 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 18 Feb 2007 16:12:43 +0000 (16:12 +0000)
commit9a379a4ace7aa61d2193727302b23d8b70163560
tree0c712a06e69498810b46e478adb254afc8dc2b9a
parentdeafb8ae2203f0d7b1c953b6cdbab8974129867d
1:1 Userland threading stage 2.13/4:

Move P_SINTR and P_BREAKTSLEEP into lwp_flag.

Introduce proc_stop and proc_unstop to handle the transition of a complete proc
to and from stopped state.  This is influenced by NetBSD.
18 files changed:
bin/ps/print.c
bin/ps/ps.1
share/man/man9/sleep.9
sys/kern/kern_exit.c
sys/kern/kern_sig.c
sys/kern/kern_synch.c
sys/kern/kern_threads.c
sys/kern/lwkt_msgport.c
sys/kern/sys_generic.c
sys/kern/sys_process.c
sys/kern/tty.c
sys/platform/pc32/i386/trap.c
sys/platform/vkernel/i386/trap.c
sys/sys/proc.h
sys/sys/systm.h
sys/vfs/procfs/procfs_ctl.c
sys/vm/vm_meter.c
usr.bin/w/proc_compare.c