Searched hist:112564 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Deventhandler.hdiff 112564 Mon Mar 24 19:15:35 MST 2003 jhb 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-11-stable/sys/kern/
H A Dsysv_sem.cdiff 112564 Mon Mar 24 19:15:35 MST 2003 jhb 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 Dkern_fork.cdiff 112564 Mon Mar 24 19:15:35 MST 2003 jhb 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@

Completed in 289 milliseconds