K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-04-06T14:03:57.000000Z K 7 svn:log V 511 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 END