cvs commit: src/sys/compat/svr4 svr4_misc.c svr4_resource.c
src/sys/i386/ibcs2 ibcs2_misc.c src/sys/kern kern_exit.c
src/sys/sys resource.h syscallsubr.h wait.h
John Baldwin
jhb at FreeBSD.org
Wed Jan 5 14:19:45 PST 2005
jhb 2005-01-05 22:19:44 UTC
FreeBSD src repository
Modified files:
sys/compat/svr4 svr4_misc.c svr4_resource.c
sys/i386/ibcs2 ibcs2_misc.c
sys/kern kern_exit.c
sys/sys resource.h syscallsubr.h wait.h
Log:
- Move the function prototypes for kern_setrlimit() and kern_wait() to
sys/syscallsubr.h where all the other kern_foo() prototypes live.
- Resort kern_execve() while I'm there.
Revision Changes Path
1.77 +1 -0 src/sys/compat/svr4/svr4_misc.c
1.17 +1 -0 src/sys/compat/svr4/svr4_resource.c
1.57 +1 -0 src/sys/i386/ibcs2/ibcs2_misc.c
1.253 +1 -0 src/sys/kern/kern_exit.c
1.28 +1 -2 src/sys/sys/resource.h
1.15 +6 -2 src/sys/sys/syscallsubr.h
1.21 +2 -6 src/sys/sys/wait.h
More information about the cvs-src
mailing list