iedowse 439a88e5fd Fix a long-standing bug relating to the handling of SIGHUP: mountd
would call malloc, stdio and other library functions from the signal
handler which is not safe due to reentrancy problems.

Instead, add a simple handler that just sets a flag, and call the
more complex function from main() when necessary. Unfortunately to
be able to check this flag, we must expand the svc_run() call, but
the RPC library makes that relatively easy to do.
2001-04-21 00:55:17 +00:00
..
2001-04-01 07:00:35 +00:00
2001-03-30 16:32:52 +00:00
2001-04-16 15:18:16 +00:00
2001-04-07 11:21:35 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-04-07 11:21:35 +00:00
2001-04-02 06:21:13 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-04-10 08:31:13 +00:00
2001-04-18 15:54:10 +00:00
2001-04-20 15:04:59 +00:00
2001-04-18 15:54:10 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-04-21 00:13:57 +00:00