CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/07 09:55:29
Modified files:
lib/libkvm : kvm_proc2.c
sys/kern : exec_elf.c init_main.c kern_exit.c kern_fork.c
kern_proc.c kern_resource.c kern_sig.c
kern_synch.c kern_sysctl.c subr_witness.c
sys_process.c tty.c
sys/sys : proc.h
sys/uvm : uvm_glue.c
Log message:
Convert the per-process thread list into a SMR_TAILQ.
Currently all iterations are done under KERNEL_LOCK() and therefor use
the *_LOCKED() variant.
>From and ok claudio@