Christopher Faylor
5e733918c0
* exceptions.cc (setup_handler): Always relinquish lock after we've
...
interrupted.
* fhandler.cc: Move pipe methods to pipe.cc.
* fhandler.h (fhandler_pipe): Add new methods.
* fork.cc (sync_with_parent): Make error messages more informative.
* pipe.cc (fhandler_pipe::fhandler_pipe): Move here from fhandler.cc.
(fhandler_pipe::lseek): Ditto.
(fhandler_pipe::set_close_on_exec): New method.
(fhandler_pipe::read): Ditto.
(fhandler_pipe::close): Ditto.
(fhandler_pipe::dup): Ditto.
(make_pipe): Create the guard mutex on the read side of the pipe.
* select.cc (peek_pipe): Use guard_mutex to discover if we have the right to
read on this pipe.
(fhandler_pipe::readh_for_read): Pass the read pipe guard mutex to peek_pipe.
* syscalls.cc (_read): Always detect signal catchers, for now.
* debug.cc (makethread): Eliminate hack to make thread inheritable.
* sigproc.cc (subproc_init): Don't use hack to make thread inheritable.
2001-09-22 16:55:02 +00:00
..
2001-09-11 20:01:02 +00:00
2001-09-19 01:07:11 +00:00
2001-09-19 16:24:10 +00:00
2001-05-04 20:39:38 +00:00
2000-07-16 17:38:41 +00:00
2001-01-08 04:02:02 +00:00
2001-09-12 17:46:37 +00:00
2001-03-06 12:05:45 +00:00
2001-03-06 12:05:45 +00:00
2001-09-22 16:55:02 +00:00
2001-01-03 14:44:13 +00:00
2001-09-20 20:58:29 +00:00
2001-04-24 15:25:31 +00:00
2001-05-21 19:13:48 +00:00
2001-09-11 20:01:02 +00:00
2001-02-22 14:51:16 +00:00
2001-09-14 00:49:00 +00:00
2001-09-14 00:49:00 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-19 01:07:11 +00:00
2001-09-17 03:05:05 +00:00
2001-09-15 04:36:43 +00:00
2001-09-22 16:55:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-12 17:46:37 +00:00
2001-09-17 18:10:02 +00:00
2001-07-26 19:22:24 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-07 21:32:07 +00:00
2001-04-24 15:25:31 +00:00
2001-09-11 20:01:02 +00:00
2001-09-17 03:05:05 +00:00
2001-09-12 17:46:37 +00:00
2000-10-16 23:55:58 +00:00
2001-09-06 05:17:22 +00:00
2001-09-22 16:55:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-07 21:32:07 +00:00
2000-11-19 04:58:18 +00:00
2001-09-11 20:01:02 +00:00
2001-09-06 05:17:22 +00:00
2001-09-12 17:46:37 +00:00
2001-07-26 19:22:24 +00:00
2001-09-07 21:32:07 +00:00
2001-09-12 17:46:37 +00:00
2001-09-11 20:01:02 +00:00
2001-09-20 11:29:48 +00:00
2001-07-26 19:22:24 +00:00
2001-09-20 11:35:49 +00:00
2001-09-11 20:01:02 +00:00
2001-08-07 05:15:59 +00:00
2001-09-20 20:58:29 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-22 16:55:02 +00:00
2001-09-22 16:55:02 +00:00
2001-09-22 16:55:02 +00:00
2001-09-11 20:01:02 +00:00
2001-01-08 04:02:02 +00:00
2001-09-07 21:32:07 +00:00
2001-09-14 03:01:47 +00:00
2001-09-09 19:06:50 +00:00
2001-09-11 20:01:02 +00:00
2001-09-22 01:37:47 +00:00
2001-09-22 01:29:07 +00:00
2001-09-16 02:56:48 +00:00
2001-09-14 16:57:32 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-06 05:17:22 +00:00
2001-09-15 04:36:43 +00:00
2001-09-11 20:01:02 +00:00
2001-09-07 21:32:07 +00:00
2001-09-11 20:01:02 +00:00
2001-09-18 17:10:09 +00:00
2001-09-16 02:56:58 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-14 03:01:47 +00:00
2001-09-16 14:26:11 +00:00
2001-06-28 02:19:57 +00:00
2001-06-01 01:45:53 +00:00
2001-03-05 06:28:25 +00:00
2001-09-15 00:47:44 +00:00
2001-09-12 17:46:37 +00:00
2001-09-12 17:46:37 +00:00
2001-09-22 16:55:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-04-13 15:28:20 +00:00
2001-09-09 21:57:44 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2000-08-18 19:51:02 +00:00
2001-09-19 15:54:12 +00:00
2001-06-26 14:47:48 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-12 17:46:37 +00:00
2001-09-07 21:32:07 +00:00
2001-09-22 16:55:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 15:25:08 +00:00
2001-09-07 21:32:07 +00:00
2001-02-22 12:56:36 +00:00
2001-09-07 21:32:07 +00:00
2001-09-22 16:55:02 +00:00
2001-09-15 00:47:44 +00:00
2001-09-11 20:01:02 +00:00
2001-09-14 00:49:00 +00:00
2001-03-07 17:45:03 +00:00
2001-05-06 16:00:23 +00:00
2001-09-17 03:05:05 +00:00
2001-09-11 20:01:02 +00:00
2001-09-22 16:55:02 +00:00
2001-09-12 17:46:37 +00:00
2001-09-12 17:46:37 +00:00
2001-08-23 02:27:01 +00:00
2001-09-11 20:01:02 +00:00
2001-03-06 12:05:45 +00:00
2001-09-12 17:46:37 +00:00
2001-09-12 03:18:05 +00:00
2001-09-16 14:26:11 +00:00
2001-09-12 17:46:37 +00:00
2001-09-11 20:01:02 +00:00
2001-09-06 05:17:22 +00:00
2001-09-12 17:46:37 +00:00
2001-09-16 14:26:11 +00:00
2001-04-01 00:06:17 +00:00
2001-09-20 08:02:01 +00:00
2001-09-20 08:02:01 +00:00
2001-09-11 20:01:02 +00:00
2001-09-12 17:46:37 +00:00
2001-09-05 19:36:49 +00:00