David Xu
407948a530
Oops, forgot to update this file.
...
Fix a race condition between kern_wait() and thread_stopped().
Problem is in kern_wait(), parent process steps through children list,
once a child process is skipped, and later even if the child is stopped,
parent process still sleeps in msleep(), the race happens if parent
masked SIGCHLD.
Submitted by : Peter Edwards peadar.edwards at gmail dot com
MFC after : 4 days
2005-04-19 08:11:28 +00:00
..
2005-04-18 21:45:34 +00:00
2005-04-19 04:01:25 +00:00
2005-04-18 21:45:34 +00:00
2005-04-17 21:38:22 +00:00
2005-02-02 14:27:36 +00:00
2005-04-14 04:51:18 +00:00
2005-04-13 10:59:09 +00:00
2005-04-17 19:36:08 +00:00
2005-04-19 04:01:25 +00:00
2005-04-16 12:12:27 +00:00
2005-03-11 22:07:04 +00:00
2005-04-14 05:25:40 +00:00
2005-04-19 06:11:16 +00:00
2005-04-16 23:47:19 +00:00
2005-03-28 18:31:18 +00:00
2005-04-19 06:23:59 +00:00
2005-04-13 10:59:09 +00:00
2005-04-19 04:01:25 +00:00
2005-04-08 03:37:20 +00:00
2005-04-19 04:01:25 +00:00
2005-04-18 21:45:34 +00:00
2005-04-13 03:26:24 +00:00
2005-04-13 10:59:09 +00:00
2005-04-19 08:11:28 +00:00
2005-04-02 18:52:44 +00:00
2005-04-19 04:01:25 +00:00
2005-04-15 01:52:40 +00:00
2005-04-12 17:55:13 +00:00
2005-02-22 14:37:22 +00:00
2005-02-21 21:58:17 +00:00
2005-04-18 11:32:17 +00:00
2005-04-18 18:35:05 +00:00
2005-04-18 18:35:05 +00:00
2005-03-09 15:28:48 +00:00
2005-04-10 18:05:46 +00:00
2005-01-10 13:06:42 +00:00
2005-02-17 14:21:22 +00:00
2005-02-23 22:44:38 +00:00
2005-03-31 12:19:44 +00:00
2005-01-07 01:45:51 +00:00
2005-04-14 07:08:34 +00:00
2005-04-18 13:42:13 +00:00
2005-04-17 16:25:36 +00:00
2005-03-11 17:24:46 +00:00
2005-04-19 03:19:19 +00:00
2005-02-15 02:54:53 +00:00
2005-04-18 03:31:29 +00:00
2005-03-31 22:54:48 +00:00
2005-04-18 21:45:34 +00:00
2005-03-19 01:16:25 +00:00
2005-04-18 13:36:57 +00:00
2005-04-18 21:45:34 +00:00
2005-04-19 08:07:28 +00:00
2005-04-11 15:15:03 +00:00
2005-04-16 10:57:49 +00:00
2005-04-16 12:37:16 +00:00
2005-03-08 00:09:41 +00:00