| Commit message (Expand) | Author | Age | Files | Lines |
* | - Rework the underlying ALQ storage to be a circular buffer, which amongst other | lstewart | 2010-04-26 | 1 | -89/+466 |
* | The ALQ should not be considered drained until it has been made inactive. | lstewart | 2010-04-01 | 1 | -1/+1 |
* | According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep(). | lstewart | 2010-04-01 | 1 | -3/+3 |
* | - Factor code to destroy an ALQ out of alq_close() into a private alq_destroy(). | lstewart | 2010-04-01 | 1 | -17/+20 |
* | Add support for ALQ(9) to be compiled and loaded as a kernel module. | lstewart | 2010-03-31 | 1 | -1/+83 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Use msleep_spin() instead of unlock/tsleep/lock. This was | rdivacky | 2008-07-02 | 1 | -6/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -2/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | Backout rev 1.17, msleep() can't be used with a spinlock. | cognet | 2007-03-06 | 1 | -2/+6 |
* | Use msleep(9) instead of tsleep(9) surrounded by lock acquisition and | wkoszek | 2007-03-04 | 1 | -6/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | jhb | 2006-03-28 | 1 | -4/+8 |
* | Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure. | pjd | 2006-01-27 | 1 | -1/+1 |
* | Don't forget to call NDFREE(9) in case of vn_open_cred() failure. | pjd | 2006-01-27 | 1 | -2/+2 |
* | Modify the alq(9) alq_open() API to accept a file creation mode, rather | rwatson | 2005-04-16 | 1 | -3/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Allow MAC policies to block/revoke kern_alq write access to a file. | rwatson | 2003-10-25 | 1 | -2/+10 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Add an explicit credential argument to alq_open() to allow the caller to | rwatson | 2003-06-22 | 1 | -3/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -3/+3 |
* | - Reset the free ent to NULL if we have consumed the last free entry. This | jeff | 2003-05-25 | 1 | -0/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | - Export the alq daemon thread pointer. | jeff | 2002-09-26 | 1 | -4/+7 |
* | - Hold the credential of the caller and use it in all subsequent vn ops. | jeff | 2002-09-23 | 1 | -6/+7 |
* | - Add an asynchronous fixed length record logging mechanism called | jeff | 2002-09-22 | 1 | -0/+499 |