Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2008 14:03:57 +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/security/audit audit_worker.c
Message-ID:  <200804061403.m36E3v37065348@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-04-06 14:03:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/security/audit   audit_worker.c 
  Log:
  Merge audit_worker.c:1.20 from HEAD to RELENG_7:
  
    Replace somewhat awkward audit trail rotation scheme, which involved the
    global audit mutex and condition variables, with an sx lock which protects
    the trail vnode and credential while in use, and is acquired by the system
    call code when rotating the trail.  Previously, a "message" would be sent
    to the kernel audit worker, which did the rotation, but the new code is
    simpler and (hopefully) less error-prone.
  
    Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.16.2.2  +106 -171  src/sys/security/audit/audit_worker.c



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