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

/freebsd-10.1-release/sys/security/audit/
H A Daudit.cdiff 155406 Mon Feb 06 20:30:54 MST 2006 rwatson Manage audit record memory with the slab allocator, turning
initialization routines into a ctor, tear-down to a dtor, cleaning
up, etc. This will allow audit records to be allocated from
per-cpu caches.

On recent FreeBSD, dropping the audit_mtx around freeing to UMA is
no longer required (at one point it was possible to acquire Giant
on that path), so a mutex-free thread-local drain is no longer
required.

Obtained from: TrustedBSD Project

Completed in 44 milliseconds