summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-2/+1
* Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this wasrwatson2009-04-161-1/+1
* Set the lower bound on queue size for an audit pipe to 1 instead of 0,rwatson2009-02-081-2/+2
* Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's onlyrwatson2009-02-041-5/+0
* Do a lockless read of the audit pipe list before grabbing the audit piperwatson2009-01-061-0/+4
* Fix white space botch: use carriage returns rather than tabs.rwatson2008-12-311-1/+2
* Update introductory comment for audit pipes.rwatson2008-11-021-4/+4
* Remove stale comment about filtering in audit pipe ioctl routine: we dorwatson2008-11-021-3/+0
* Add comment for per-pipe stats.rwatson2008-11-011-0/+3
* We only allow a partial read of the first record in an audit piperwatson2008-11-011-15/+28
* Allow a single read(2) system call on an audit pipe to retrieve data fromrwatson2008-11-011-40/+32
* Since there is no longer the opportunity for record truncation, justrwatson2008-10-311-2/+1
* Historically, /dev/auditpipe has allows only whole records to be read viarwatson2008-10-311-58/+86
* When we drop an audit record going to and audit pipe because the auditrwatson2008-10-301-13/+9
* Break out single audit_pipe_mtx into two types of locks: a global rwlockrwatson2008-10-301-83/+127
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-311-1/+0
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-131-2/+3
* Change "audit_pipe_preselect" to "audit_pipe_presel" to make it printwkoszek2007-12-251-1/+1
* Make sure we are incrementing the read count for each audit pipe read.csjp2007-10-271-0/+1
* - Change the wakeup logic associated with having multiple sleeperscsjp2007-10-121-2/+2
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-011-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+3
* Allow the user process to query the kernel's notion of a maximumrwatson2006-08-261-0/+5
* Add kqueue support to audit pipe pseudo-devices.rwatson2006-08-241-0/+84
* Introduce support for per-audit pipe preselection independent from therwatson2006-06-051-13/+393
* Merge Perforce change 93570 from TrustedBSD audit3 branch:rwatson2006-03-191-0/+10
* Merge Perforce change 93567 from TrustedBSD audit3 branch:rwatson2006-03-191-1/+1
* Merge Perforce change 93506 from TrustedBSD audit3 branch:rwatson2006-03-191-2/+45
* Count drops when the first of two pipe mallocs fails.rwatson2006-03-041-0/+1
* Fix queue drop logic when the queue overflows: decrement queue length.rwatson2006-02-071-0/+1
* Add support for audit pipe special devices, which allow user spacerwatson2006-02-061-0/+532
OpenPOWER on IntegriCloud