CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/23 00:40:31
Modified files:
sys/kern : init_main.c kern_fork.c uipc_syscalls.c
sys/netinet : in_pcb.c ip_output.c
sys/sys : proc.h
Log message:
The process's rdomain should be, well, per-process and not per-rthread,
so put it in struct process instead of struct proc. While at it,
move the p_emul member inside struct proc so that it gets copied
automatically instead of requiring manual assignment.
ok deraadt@
