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-08 17:13:10 +00:00
2004-01-09 23:30:31 +00:00
2004-01-09 06:38:11 +00:00
2003-12-28 06:57:28 +00:00
2003-12-10 05:01:41 +00:00
2003-12-16 14:13:47 +00:00