summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.c
Commit message (Expand)AuthorAgeFilesLines
* Spell statistics more correctly in comments.rwatson2007-06-141-1/+1
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-111-28/+2
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-52/+26
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-38/+36
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-011-12/+3
* Remove unused ar_subj_comm field from in-kernel audit record; we neverrwatson2007-05-301-1/+0
* No need to force __inline__ of currecord(), as the compiler will usefullyrwatson2007-05-231-1/+1
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-1/+1
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-5/+0
* Update a number of comments:rwatson2006-12-281-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Trim some no longer XXX comments.rwatson2006-10-021-22/+5
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-171-2/+2
* Small style cleanup.rwatson2006-09-091-3/+2
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+8
* Lock process when copying fields from process structure so as torwatson2006-06-081-3/+2
* Consistently use audit_free() to free records, rather thanrwatson2006-06-051-2/+2
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-051-16/+28
* Shorten audit record zone name.rwatson2006-06-051-1/+1
* Rename audit_cv to audit_worker_cv, as it wakes up the auditrwatson2006-06-051-11/+9
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-34/+34
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3rwatson2006-03-191-492/+27
* Merge perforce 93507:rwatson2006-03-181-2/+2
* Merge perforce change 93199:rwatson2006-03-181-3/+3
* Update src/sys/security/audit for OpenBSM 1.0 alpha 5:rwatson2006-03-041-0/+1
* Initialize user process audit ID to AU_DEFAUDITID so that init andrwatson2006-02-111-0/+1
* Acquire vnode lock around call to VOP_GETATTR() in audit_record_write().rwatson2006-02-071-0/+2
* Add support for audit pipe special devices, which allow user spacerwatson2006-02-061-0/+13
* Manage audit record memory with the slab allocator, turningrwatson2006-02-061-100/+85
* When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-051-0/+10
* Add new fields to process-related data structures:rwatson2006-02-021-0/+10
* Import kernel audit framework:rwatson2006-02-011-0/+1083
OpenPOWER on IntegriCloud