1:1 Userland threading stage 2.18/4:
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 Feb 2007 01:14:24 +0000 (01:14 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 Feb 2007 01:14:24 +0000 (01:14 +0000)
commitc7e98b2f7cb2975a2872787d2cd970bb7dff5a4e
tree2cf292124d500d8eb6591721951fffe3a4c5131d
parent31e4e90f8793f8730728240de6fad33dc8983b5c
1:1 Userland threading stage 2.18/4:

Push lwp use a bit further by making some places lwp aware.
This commit deals with ddb, procfs/ptrace and various consumers of
allproc_scan.
23 files changed:
sys/ddb/db_ps.c
sys/emulation/linux/i386/linux_ptrace.c
sys/kern/kern_proc.c
sys/kern/kern_synch.c
sys/kern/sys_process.c
sys/platform/pc32/i386/procfs_machdep.c
sys/platform/vkernel/i386/procfs_machdep.c
sys/sys/proc.h
sys/vfs/procfs/procfs.h
sys/vfs/procfs/procfs_ctl.c
sys/vfs/procfs/procfs_dbregs.c
sys/vfs/procfs/procfs_fpregs.c
sys/vfs/procfs/procfs_map.c
sys/vfs/procfs/procfs_mem.c
sys/vfs/procfs/procfs_note.c
sys/vfs/procfs/procfs_regs.c
sys/vfs/procfs/procfs_rlimit.c
sys/vfs/procfs/procfs_status.c
sys/vfs/procfs/procfs_subr.c
sys/vfs/procfs/procfs_type.c
sys/vfs/procfs/procfs_vnops.c
sys/vm/vm_glue.c
sys/vm/vm_meter.c