Searched hist:176627 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/security/audit/
H A Daudit_worker.cdiff 176627 Wed Feb 27 15:12:22 MST 2008 rwatson 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
MFC after: 1 month

Completed in 53 milliseconds