Date: Tue, 25 Mar 2003 11:34:44 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vncache.c src/sys/kern kern_exec.c kern_exit.c kern_fork.c sysv_sem.c uipc_sem.c vfs_aio.c src/sys/netncp ncp_subr.c src/sys/sys eventhandler.h systm.h Message-ID: <XFMail.20030325113444.jhb@FreeBSD.org> In-Reply-To: <20030325085720.GA73657@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25-Mar-2003 Ruslan Ermilov wrote: > We had the manpages for at_fork(9) and at_exit(9). Ah, yes, will take care of. > On Mon, Mar 24, 2003 at 01:15:35PM -0800, John Baldwin wrote: >> jhb 2003/03/24 13:15:35 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/fs/pseudofs pseudofs_vncache.c >> sys/kern kern_exec.c kern_exit.c kern_fork.c >> sysv_sem.c uipc_sem.c vfs_aio.c >> sys/netncp ncp_subr.c >> sys/sys eventhandler.h systm.h >> Log: >> Replace the at_fork, at_exec, and at_exit functions with the slightly more >> flexible process_fork, process_exec, and process_exit eventhandlers. This >> reduces code duplication and also means that I don't have to go duplicate >> the eventhandler locking three more times for each of at_fork, at_exec, and >> at_exit. >> >> Reviewed by: phk, jake, almost complete silence on arch@ >> >> Revision Changes Path >> 1.23 +7 -5 src/sys/fs/pseudofs/pseudofs_vncache.c >> 1.217 +2 -59 src/sys/kern/kern_exec.c >> 1.206 +2 -65 src/sys/kern/kern_exit.c >> 1.188 +2 -86 src/sys/kern/kern_fork.c >> 1.61 +8 -4 src/sys/kern/sysv_sem.c >> 1.8 +12 -6 src/sys/kern/uipc_sem.c >> 1.157 +11 -6 src/sys/kern/vfs_aio.c >> 1.11 +7 -7 src/sys/netncp/ncp_subr.c >> 1.28 +11 -0 src/sys/sys/eventhandler.h >> 1.191 +0 -18 src/sys/sys/systm.h > > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20030325113444.jhb>