Date: Wed, 5 Jan 2005 22:19:44 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200501052219.j05MJi3o043633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501052219.j05MJi3o043633>