aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit/audit_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 193951:John Baldwin2010-01-221-2/+1
* Merge r186662 from head to stable/7:Robert Watson2009-03-161-1/+2
* Merge r174894 from head to stable/7:Robert Watson2009-03-161-1/+1
* Merge r188315 from head to stable/7:Robert Watson2009-03-011-2/+2
* Merge r188122 from head to stable/7:Robert Watson2009-02-251-5/+0
* Merge r184544 and r184545 from head to stable/7:Robert Watson2009-02-251-7/+4
* Merge r184540 from head to stable/7:Robert Watson2009-02-251-0/+3
* Merge r184536 from head to stable/7:Robert Watson2009-02-251-15/+28
* Merge r184534 from head to stable/7:Robert Watson2009-02-251-40/+32
* Merge 3184510 from head to stable/7:Robert Watson2009-02-251-2/+1
* Merge r184508 from head to stable/7:Robert Watson2009-02-251-58/+86
* Merge r186825 from head to stable/7:Robert Watson2009-02-251-0/+4
* Merge r184488 from head to stable/7:Robert Watson2009-02-061-83/+127
* Merge r184489 from head to stable/7:Robert Watson2009-02-061-13/+9
* Merge r181053 from head to stable/7:Robert Watson2008-08-311-1/+0
* Merge audit.c:1.41, audit_arg.c:1.19, audit_bsm.c:1.26,Robert Watson2008-04-201-2/+3
* MFC revision 1.13Christian S.J. Peron2007-11-041-0/+1
* MFC audit_pipe.c revision 1.12Christian S.J. Peron2007-10-201-2/+2
* Clean up audit comments--formatting, spelling, etc.Robert Watson2007-06-011-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+3
* Allow the user process to query the kernel's notion of a maximumRobert Watson2006-08-261-0/+5
* Add kqueue support to audit pipe pseudo-devices.Robert Watson2006-08-241-0/+84
* Introduce support for per-audit pipe preselection independent from theRobert Watson2006-06-051-13/+393
* Merge Perforce change 93570 from TrustedBSD audit3 branch:Robert Watson2006-03-191-0/+10
* Merge Perforce change 93567 from TrustedBSD audit3 branch:Robert Watson2006-03-191-1/+1
* Merge Perforce change 93506 from TrustedBSD audit3 branch:Robert Watson2006-03-191-2/+45
* Count drops when the first of two pipe mallocs fails.Robert Watson2006-03-041-0/+1
* Fix queue drop logic when the queue overflows: decrement queue length.Robert Watson2006-02-071-0/+1
* Add support for audit pipe special devices, which allow user spaceRobert Watson2006-02-061-0/+532