Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 01:51:08 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_thread.c
Message-ID:  <200602060151.k161p8Lv096772@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-02-06 01:51:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
  When exiting a thread, submit any pending record.  Today, we don't
  audit thread exit, but should that happen, this will prevent
  unhappiness, as the thread exit system call will never return, and
  hence not commit the record.
  
  Pointed out by/with:    cognet
  Obtained from:          TrustedBSD Project
  
  Revision  Changes    Path
  1.227     +4 -0      src/sys/kern/kern_thread.c



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