cvs commit: src/sys/kern init_main.c kern_fork.c kern_proc.c
David Schultz
das at FreeBSD.org
Sat Nov 20 02:28:49 GMT 2004
das 2004-11-20 02:28:48 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c kern_fork.c kern_proc.c
Log:
Malloc p_stats instead of putting it in the U area. We should consider
simply embedding it in struct proc.
Reviewed by: arch@
Revision Changes Path
1.251 +2 -6 src/sys/kern/init_main.c
1.245 +3 -1 src/sys/kern/kern_fork.c
1.220 +44 -5 src/sys/kern/kern_proc.c
More information about the cvs-src
mailing list