cvs commit: src/sys/kern kern_thread.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 5 17:51:11 PST 2006


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


More information about the cvs-src mailing list