Ben Gras c6e6aa8850 mark forked process as such in the kernel p_name
. helps debugging output; you can see the difference
    between parent and child easily (it's sometimes 
    confusing to see an expected endpoint number with
    an unexpected name, i.e. before exec())
  . when processes crash after fork and before exec, it's
    an instant hint that that's what's going on, instead of
    it being the parent (endpoint numbers don't usually convey
    this)
  . name returns to 'normal' after exec(), so *F isn't visible
    normally at all. (Except for for RS which forks apparently.)
2011-02-21 15:05:32 +00:00
..
2010-09-15 14:11:06 +00:00
2010-09-19 15:52:12 +00:00
2010-09-15 14:09:52 +00:00
2010-09-15 14:09:46 +00:00
2010-09-23 10:49:52 +00:00
2010-06-24 13:31:40 +00:00
2010-06-24 13:31:40 +00:00
2010-09-07 07:18:11 +00:00
2010-09-15 14:10:57 +00:00
2010-04-26 14:43:59 +00:00
2011-01-28 11:35:02 +00:00
2011-02-06 22:59:02 +00:00
2010-09-15 14:11:30 +00:00
2010-12-17 13:47:11 +00:00
2010-12-17 13:47:11 +00:00
2010-09-15 14:11:25 +00:00
2010-09-15 14:11:25 +00:00
2010-09-15 14:10:03 +00:00
2010-09-16 07:18:47 +00:00
2010-09-15 14:11:25 +00:00
2010-06-11 08:16:10 +00:00
2010-09-23 10:49:45 +00:00