cvs commit: src/sys/kern kern_fork.c

Julian Elischer julian at FreeBSD.org
Wed Nov 14 18:13:46 PST 2007


julian      2007-11-15 02:13:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  When forking, the new thread deserves a name too. Don't just use the
  td_startcopy section as it is not the right thing to do
  in other cases (e.g. if starting a new thread from one that is already named).
  
  Revision  Changes    Path
  1.289     +1 -0      src/sys/kern/kern_fork.c


More information about the cvs-src mailing list