cognet
ced43cb5e7
Prevent a race condition between fork1() and whatever changes the pgrp by
...
setting the new process' p_pgrp again before inserting it in the p_pglist.
Without it we can get the new process to be inserted in a different p_pglist
than the one p2->p_pgrp points to, and this is not something we want to happen.
This is not a fix, merely a bandaid, but it will work until someone finds a
better way to do it.
Discussed with: jhb (a long time ago)
2004-01-09 23:42:36 +00:00
..
2004-01-09 16:52:09 +00:00
2004-01-09 16:52:09 +00:00
2004-01-09 19:20:47 +00:00
2003-12-08 06:29:38 +00:00
2003-11-09 09:17:26 +00:00
2004-01-09 06:53:49 +00:00
2004-01-08 17:13:10 +00:00
2004-01-04 06:35:01 +00:00
2003-11-12 04:22:37 +00:00
2004-01-09 23:30:31 +00:00
2004-01-07 17:58:51 +00:00
2004-01-09 16:10:32 +00:00
2004-01-09 06:38:11 +00:00
2003-11-10 14:20:34 +00:00
2004-01-09 16:52:09 +00:00
2004-01-09 16:52:09 +00:00
2003-12-11 11:28:11 +00:00
2004-01-09 23:42:36 +00:00
2003-12-08 08:32:20 +00:00
2004-01-09 03:57:00 +00:00
2004-01-09 11:25:14 +00:00
2003-12-28 06:57:28 +00:00
2003-11-28 04:19:41 +00:00
2003-11-18 00:39:07 +00:00
2004-01-09 02:03:24 +00:00
2004-01-09 14:14:10 +00:00
2003-12-25 23:39:44 +00:00
2003-12-15 21:49:41 +00:00
2003-11-18 00:39:07 +00:00
2003-12-10 05:01:41 +00:00
2003-11-18 00:39:07 +00:00
2004-01-02 22:38:42 +00:00
2003-11-14 20:54:10 +00:00
2003-12-11 11:30:26 +00:00
2003-11-22 02:21:49 +00:00
2003-12-17 16:12:01 +00:00
2003-12-16 14:13:47 +00:00
2004-01-06 18:51:14 +00:00
2003-11-09 09:17:26 +00:00
2004-01-08 19:08:27 +00:00
2004-01-03 02:02:26 +00:00
2003-12-07 21:10:06 +00:00
2003-12-17 14:55:11 +00:00
2004-01-09 16:52:09 +00:00
2004-01-05 18:04:02 +00:00
2004-01-04 04:08:34 +00:00
2004-01-08 20:48:26 +00:00