CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/19 20:23:42
Modified files:
sys/kern : kern_exec.c kern_exit.c kern_fork.c
kern_sysctl.c
sys/miscfs/procfs: procfs_vnops.c
sys/sys : proc.h
Log message:
Move p_textvp from struct proc to struct process so that the exit code
can be further simplified.
ok kettenis@
