CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2013/06/04 18:53:27
Modified files: sys/kern : kern_exit.c kern_fork.c sys/sys : proc.h Log message: factor out pid allocation to functions. add a small cache of recently exited pids that won't get recycled. ok deraadt