summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_alq.c
Commit message (Expand)AuthorAgeFilesLines
* Allow MAC policies to block/revoke kern_alq write access to a file.rwatson2003-10-251-2/+10
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-221-3/+4
* Use __FBSDID().obrien2003-06-111-3/+3
* - Reset the free ent to NULL if we have consumed the last free entry. Thisjeff2003-05-251-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* - Export the alq daemon thread pointer.jeff2002-09-261-4/+7
* - Hold the credential of the caller and use it in all subsequent vn ops.jeff2002-09-231-6/+7
* - Add an asynchronous fixed length record logging mechanism calledjeff2002-09-221-0/+499
OpenPOWER on IntegriCloud