aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit/audit_worker.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r184825 from head to stable/7:Robert Watson2009-02-251-24/+31
* Merge r181053 from head to stable/7:Robert Watson2008-08-311-1/+1
* Merge r180703, r180704, r180706, r180708, r180709, r180711, r180712,Robert Watson2008-08-311-1/+1
* Merge r180701 from head to stable/7:Robert Watson2008-08-311-2/+2
* MFC r179715:Simon L. B. Nielsen2008-08-031-1/+3
* Merge audit_worker.c:1.24 (sys:r179176) from head to stable/7:Robert Watson2008-07-021-1/+1
* Merge audit_worker.c:1.24 (179178) from head to stable/7:Robert Watson2008-07-021-2/+2
* Merge audit.c:1.41, audit_arg.c:1.19, audit_bsm.c:1.26,Robert Watson2008-04-201-2/+3
* Merge audit_private.h:1.18, audit_syscalls.c:1.24, audit_trigger.c:1.6,Robert Watson2008-04-061-3/+4
* Merge audit_worker.c:1.20 from HEAD to RELENG_7:Robert Watson2008-04-061-164/+99
* Merge audit_worker.c:1.22 from HEAD to RELENG_7:Robert Watson2008-03-131-3/+0
* Clean up audit comments--formatting, spelling, etc.Robert Watson2007-06-011-6/+5
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orRobert Watson2007-06-011-30/+7
* Short name of kernel audit worker thread from "audit_worker" to "audit".Robert Watson2007-05-211-1/+1
* Update a number of comments:Robert Watson2006-12-281-14/+9
* Rework the way errors are handled with respect to how audit records areRobert Watson2006-09-241-100/+145
* Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security;Robert Watson2006-09-211-1/+1
* Correct a slight regression which was introduced with the implementation ofChristian S.J. Peron2006-09-171-3/+7
* Extract pointer value for mnt_stat from vp after the NULL check, notRobert Watson2006-06-061-1/+2
* Introduce support for per-audit pipe preselection independent from theRobert Watson2006-06-051-25/+47
* No longer unconditionally drain the audit record queue if there isRobert Watson2006-06-051-35/+5
* Pull BSM conversion logic out of audit_record_write(), as well asRobert Watson2006-06-051-84/+48
* Assert audit mtx in audit_worker_drain().Robert Watson2006-06-051-11/+30
* Use struct kaudit_queue instead of a hand-crafted queue type forRobert Watson2006-06-051-1/+1
* Rename audit_cv to audit_worker_cv, as it wakes up the auditRobert Watson2006-06-051-3/+3
* Merge Perforce change 93581 from TrustedBSD audit3 branch:Robert Watson2006-03-191-76/+73
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3Robert Watson2006-03-191-0/+558