Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 02:13:45 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_fork.c
Message-ID:  <200711150213.lAF2DjC0081095@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711150213.lAF2DjC0081095>