Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2010 19:26:28 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_resource.c kern_thread.c src/sys/sys resourcevar.h
Message-ID:  <201005261927.o4QJRVsB095422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-05-26 19:26:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             kern_resource.c kern_thread.c 
    sys/sys              resourcevar.h 
  Log:
  SVN rev 208580 on 2010-05-26 19:26:28Z by kib
  
  MFC r208488:
  Fix the double counting of the last process thread td_incruntime
  on exit, that is done once in thread_exit() and the second time in
  proc_reap(), by clearing td_incruntime.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.194.2.4  +3 -3      src/sys/kern/kern_resource.c
  1.285.2.7  +1 -1      src/sys/kern/kern_thread.c
  1.55.2.3   +1 -1      src/sys/sys/resourcevar.h



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