/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vncache.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
/freebsd/sys/sys/ |
H A D | eventhandler.h | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | systm.h | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
/freebsd/sys/kern/ |
H A D | uipc_sem.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | sysv_sem.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | vfs_aio.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | kern_exec.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | kern_fork.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|
H A D | kern_exit.c | diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@ diff 75b8b3b25ca74f1079044873565c0f5231e1c2a4 Mon Mar 24 22:15:35 CET 2003 John Baldwin <jhb@FreeBSD.org> 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@
|