freebsd-dev/sys/fs/pseudofs
John Baldwin 75b8b3b25c 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@
2003-03-24 21:15:35 +00:00
..
pseudofs_fileno.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pseudofs_internal.h [the previous commit to pseudofs_vncache.c got the wrong log message] 2001-10-01 04:26:33 +00:00
pseudofs_vncache.c Replace the at_fork, at_exec, and at_exit functions with the slightly more 2003-03-24 21:15:35 +00:00
pseudofs_vnops.c Get rid of caddr_t. 2003-03-02 22:23:45 +00:00
pseudofs.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pseudofs.h Rename vfs_stdsync function to vfs_stdnosync which matches more 2003-03-11 22:15:10 +00:00