K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-03-24T21:15:35.000000Z K 7 svn:log V 367 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@ END