| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace dev_clone with cdevpriv(9) KPI in audit_pipe code. | davide | 2014-08-20 | 1 | -71/+47 |
* | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | davide | 2013-09-07 | 1 | -8/+3 |
* | Get rid of D_PSEUDO. | ed | 2011-10-18 | 1 | -1/+1 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+1 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -2/+1 |
* | Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this was | rwatson | 2009-04-16 | 1 | -1/+1 |
* | Set the lower bound on queue size for an audit pipe to 1 instead of 0, | rwatson | 2009-02-08 | 1 | -2/+2 |
* | Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's only | rwatson | 2009-02-04 | 1 | -5/+0 |
* | Do a lockless read of the audit pipe list before grabbing the audit pipe | rwatson | 2009-01-06 | 1 | -0/+4 |
* | Fix white space botch: use carriage returns rather than tabs. | rwatson | 2008-12-31 | 1 | -1/+2 |
* | Update introductory comment for audit pipes. | rwatson | 2008-11-02 | 1 | -4/+4 |
* | Remove stale comment about filtering in audit pipe ioctl routine: we do | rwatson | 2008-11-02 | 1 | -3/+0 |
* | Add comment for per-pipe stats. | rwatson | 2008-11-01 | 1 | -0/+3 |
* | We only allow a partial read of the first record in an audit pipe | rwatson | 2008-11-01 | 1 | -15/+28 |
* | Allow a single read(2) system call on an audit pipe to retrieve data from | rwatson | 2008-11-01 | 1 | -40/+32 |
* | Since there is no longer the opportunity for record truncation, just | rwatson | 2008-10-31 | 1 | -2/+1 |
* | Historically, /dev/auditpipe has allows only whole records to be read via | rwatson | 2008-10-31 | 1 | -58/+86 |
* | When we drop an audit record going to and audit pipe because the audit | rwatson | 2008-10-30 | 1 | -13/+9 |
* | Break out single audit_pipe_mtx into two types of locks: a global rwlock | rwatson | 2008-10-30 | 1 | -83/+127 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Further synchronization of copyrights, licenses, white space, etc from | rwatson | 2008-07-31 | 1 | -1/+0 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -1/+1 |
* | Use __FBSDID() for $FreeBSD$ IDs in the audit code. | rwatson | 2008-04-13 | 1 | -2/+3 |
* | Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print | wkoszek | 2007-12-25 | 1 | -1/+1 |
* | Make sure we are incrementing the read count for each audit pipe read. | csjp | 2007-10-27 | 1 | -0/+1 |
* | - Change the wakeup logic associated with having multiple sleepers | csjp | 2007-10-12 | 1 | -2/+2 |
* | Clean up audit comments--formatting, spelling, etc. | rwatson | 2007-06-01 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+3 |
* | Allow the user process to query the kernel's notion of a maximum | rwatson | 2006-08-26 | 1 | -0/+5 |
* | Add kqueue support to audit pipe pseudo-devices. | rwatson | 2006-08-24 | 1 | -0/+84 |
* | Introduce support for per-audit pipe preselection independent from the | rwatson | 2006-06-05 | 1 | -13/+393 |
* | Merge Perforce change 93570 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -0/+10 |
* | Merge Perforce change 93567 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -1/+1 |
* | Merge Perforce change 93506 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -2/+45 |
* | Count drops when the first of two pipe mallocs fails. | rwatson | 2006-03-04 | 1 | -0/+1 |
* | Fix queue drop logic when the queue overflows: decrement queue length. | rwatson | 2006-02-07 | 1 | -0/+1 |
* | Add support for audit pipe special devices, which allow user space | rwatson | 2006-02-06 | 1 | -0/+532 |