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-04-01 22:22:33 +00:00
2010-09-15 14:11:25 +00:00
2010-04-01 22:22:33 +00:00
2010-04-01 22:22:33 +00:00
2010-04-01 22:22:33 +00:00
2010-09-15 14:11:25 +00:00
2010-06-08 14:09:18 +00:00
2010-04-01 22:22:33 +00:00
2010-09-15 14:11:25 +00:00
2010-04-01 22:22:33 +00:00
2010-07-09 18:29:04 +00:00
2010-04-01 22:22:33 +00:00
2010-04-01 22:22:33 +00:00
2010-06-08 14:09:18 +00:00
2010-04-01 22:22:33 +00:00
2010-09-15 14:11:25 +00:00
2010-09-15 14:11:25 +00:00
2010-04-01 22:22:33 +00:00
2010-04-01 22:22:33 +00:00
2010-06-08 14:09:18 +00:00
2010-04-01 22:22:33 +00:00
2010-04-01 22:22:33 +00:00
2010-09-15 14:09:46 +00:00
2010-06-08 14:09:18 +00:00
2010-10-25 16:21:23 +00:00