summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_worker.c
Commit message (Expand)AuthorAgeFilesLines
* Busy the mount point which is the owner of the audit vnode, aroundkib2016-01-161-15/+45
* IFp4 @208383:pjd2012-11-301-3/+3
* IFp4 @208382:pjd2012-11-301-8/+15
* IFp4 @208381:pjd2012-11-301-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-7/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+1
* Wrap sx locking of the audit worker sleep lock in macros, update comments.rwatson2008-11-101-24/+31
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-1/+1
* Generally avoid <space><tab> as a white space anomoly.rwatson2008-07-221-1/+1
* In preparation to sync Apple and FreeBSD versions of security audit,rwatson2008-07-221-2/+2
* When the file-system containing the audit log file is running low onsimon2008-06-101-1/+3
* Don't use LK_DRAIN before calling VOP_FSYNC() in the two furtherrwatson2008-05-211-2/+2
* Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case forrwatson2008-05-211-1/+1
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-131-2/+3
* Remove XXX to remind me to check the free space calculation, which to myrwatson2008-03-101-3/+0
* Rename globally exposed symbol send_trigger() to audit_send_trigger().rwatson2008-03-011-3/+4
* Replace somewhat awkward audit trail rotation scheme, which involved therwatson2008-02-271-156/+91
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-7/+7
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-6/+5
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-011-30/+7
* Short name of kernel audit worker thread from "audit_worker" to "audit".rwatson2007-05-211-1/+1
* Update a number of comments:rwatson2006-12-281-14/+9
* Rework the way errors are handled with respect to how audit records arerwatson2006-09-241-100/+145
* Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security;rwatson2006-09-211-1/+1
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-171-3/+7
* Extract pointer value for mnt_stat from vp after the NULL check, notrwatson2006-06-061-1/+2
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-051-28/+50
* No longer unconditionally drain the audit record queue if there isrwatson2006-06-051-35/+5
* Pull BSM conversion logic out of audit_record_write(), as well asrwatson2006-06-051-84/+48
* Assert audit mtx in audit_worker_drain().rwatson2006-06-051-11/+30
* Use struct kaudit_queue instead of a hand-crafted queue type forrwatson2006-06-051-1/+1
* Rename audit_cv to audit_worker_cv, as it wakes up the auditrwatson2006-06-051-3/+3
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-76/+73
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3rwatson2006-03-191-0/+558
OpenPOWER on IntegriCloud