1:1 Userland threading stage 2.12/4:
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 16 Feb 2007 23:11:40 +0000 (23:11 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Fri, 16 Feb 2007 23:11:40 +0000 (23:11 +0000)
commit164b840133e0ff6c3fe489d175bd14f75a589e5a
tree6af0f1cb72ba407f3c1ffb1ec3811efac819b2bc
parente690c43b658805d1464141149ebfad822924947b
1:1 Userland threading stage 2.12/4:

Factor out lwp_stat and move P_STOPPED into p_stat.

Reviewed-by: Thomas E. Spanjaard <tgen@netphreax.net>
36 files changed:
bin/ps/print.c
lib/libkvm/kvm_proc.c
sys/emulation/linux/i386/linprocfs/linprocfs_misc.c
sys/kern/init_main.c
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/kern_kinfo.c
sys/kern/kern_proc.c
sys/kern/kern_sig.c
sys/kern/kern_synch.c
sys/kern/kern_threads.c
sys/kern/sys_generic.c
sys/kern/sys_process.c
sys/kern/tty.c
sys/kern/usched_bsd4.c
sys/platform/pc32/i386/genassym.c
sys/platform/pc32/i386/swtch.s
sys/platform/pc32/i386/trap.c
sys/platform/vkernel/i386/genassym.c
sys/platform/vkernel/i386/swtch.s
sys/platform/vkernel/i386/trap.c
sys/sys/kinfo.h
sys/sys/proc.h
sys/vfs/procfs/procfs_ctl.c
sys/vfs/procfs/procfs_dbregs.c
sys/vfs/procfs/procfs_fpregs.c
sys/vfs/procfs/procfs_regs.c
sys/vm/vm_glue.c
sys/vm/vm_meter.c
sys/vm/vm_pageout.c
usr.bin/fstat/fstat.c
usr.bin/gcore/gcore.c
usr.bin/systat/pigs.c
usr.bin/top/machine.c
usr.bin/w/proc_compare.c
usr.bin/w/w.c