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

Ruslan Ermilov ru@FreeBSD.org
Tue Mar 25 08:57:42 PST 2003


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
> 
>   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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030325/c31a6bf6/attachment.bin


More information about the cvs-src mailing list