CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/02 16:09:48
Modified files:
sys/sys : proc.h
sys/kern : kern_proc.c kern_sig.c kern_time.c
sys_process.c
Log message:
Add tfind_user(), for getting a proc* given a user-space TID and
the process* that it should be part of. Use that in clock_get{time,res}(),
thrkill(), and ptrace().
ok jca@ miod@ mpi@ mvs@
