CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/29 14:32:04
Modified files:
sys/kern : kern_fork.c
sys/sys : proc.h
Log message:
Move p_sleeplocks and p_limit into the "zero on create" section of struct
proc, so they don't need to be explicitly initialized in thread_new()
suggested by anton@
ok kettenis@
