Christopher Faylor 8c43a9f82e * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't close
hProcess handle here since it is used to ensure that a new process isn't
created with the old pid after the old pid exits.
* spawn.cc (spawn_guts): Ditto.
* pinfo.cc (proc_waiter): Don't send any signals if we've execed since this
process doesn't officially exist.
* pinfo.h (pinfo::pid_handle): Eliminate.  Just use hProc.
* sigproc.cc (sig_send): Don't send any signals if our sendsig doesn't exist.
That's a sign that we are execing.
(remove_proc): Eliminate pid_handle close.
2004-12-06 00:29:41 +00:00
..
2004-12-05 02:30:20 +00:00
2004-01-20 03:11:39 +00:00
2004-05-12 16:21:18 +00:00
2004-03-14 05:35:19 +00:00
2004-12-05 02:30:20 +00:00
2004-02-04 22:40:50 +00:00
2004-09-03 01:32:02 +00:00
2003-07-07 05:32:24 +00:00
2004-04-16 21:22:13 +00:00
2004-07-20 16:08:49 +00:00
2003-03-09 20:31:07 +00:00
2004-05-16 16:38:27 +00:00