Date: Tue, 25 Mar 2003 10:57:20 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: John Baldwin <jhb@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: <20030325085720.GA73657@sunbay.com> In-Reply-To: <200303242115.h2OLFZh3053064@repoman.freebsd.org> References: <200303242115.h2OLFZh3053064@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable We had the manpages for at_fork(9) and at_exit(9). On Mon, Mar 24, 2003 at 01:15:35PM -0800, John Baldwin wrote: > jhb 2003/03/24 13:15:35 PST >=20 > FreeBSD src repository >=20 > Modified files: > sys/fs/pseudofs pseudofs_vncache.c=20 > sys/kern kern_exec.c kern_exit.c kern_fork.c=20 > sysv_sem.c uipc_sem.c vfs_aio.c=20 > sys/netncp ncp_subr.c=20 > sys/sys eventhandler.h systm.h=20 > Log: > Replace the at_fork, at_exec, and at_exit functions with the slightly m= ore > flexible process_fork, process_exec, and process_exit eventhandlers. T= his > reduces code duplication and also means that I don't have to go duplica= te > the eventhandler locking three more times for each of at_fork, at_exec,= and > at_exit. > =20 > Reviewed by: phk, jake, almost complete silence on arch@ > =20 > 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 --=20 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 --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gBnwUkv4P6juNwoRAtGiAJ0eUnIkaReysnpLVxGTg+ELZtCk/ACeJ1j9 9X4e1NZtf220JNBbl0MjFfU= =JnUV -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325085720.GA73657>