wpaul c5b15215e5 Correct two bugs:
- If a child receives a SIGTERM, it will call the terminate() function
  and end up doing the shutdown procedurs that should really only be
  done by the parent. Set the SIGTERM behavior back to SIG_DLT in the
  child after fork()ing.

- If the parent fails to read data back from the child because the
  child has exited, it will call rpc_received() with bogus tdata that
  can cause the parent to SEGV. Make handle_children() detect this
  condition correctly and handle it sanely.

*sigh* Another 2.2 candidate.
1997-01-11 17:16:18 +00:00
..
1996-12-21 22:22:55 +00:00
1997-01-11 05:41:39 +00:00
1996-12-23 00:22:00 +00:00
1996-12-21 21:15:09 +00:00
1996-12-09 08:04:55 +00:00
1996-11-10 21:12:44 +00:00
1996-12-21 23:23:11 +00:00
1996-12-23 02:19:12 +00:00
1996-12-23 23:09:55 +00:00
1996-12-26 02:02:31 +00:00
1996-11-04 23:50:58 +00:00
1997-01-10 06:33:13 +00:00
1996-09-20 04:13:44 +00:00
1997-01-01 09:30:13 +00:00
1996-12-21 21:57:21 +00:00
1996-08-23 20:36:11 +00:00
1996-08-29 21:40:09 +00:00
1996-10-27 23:12:48 +00:00
1996-12-23 23:09:55 +00:00
1995-05-30 03:57:47 +00:00
1997-01-04 16:12:06 +00:00
1996-08-16 09:44:40 +00:00
1996-09-05 17:16:10 +00:00
1996-11-01 06:29:34 +00:00
1995-05-30 03:57:47 +00:00
1996-09-05 17:16:10 +00:00
1996-08-21 21:39:44 +00:00
1996-12-09 07:20:41 +00:00
1997-01-10 05:24:55 +00:00
1996-09-23 22:24:39 +00:00
1997-01-11 17:16:18 +00:00
1995-05-30 03:57:47 +00:00
1997-01-07 06:07:21 +00:00
1996-02-12 05:28:30 +00:00
1996-12-16 01:01:46 +00:00