aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_alq.c
Commit message (Expand)AuthorAgeFilesLines
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andJohn Baldwin2006-03-281-4/+8
* Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.Pawel Jakub Dawidek2006-01-271-1/+1
* Don't forget to call NDFREE(9) in case of vn_open_cred() failure.Pawel Jakub Dawidek2006-01-271-2/+2
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherRobert Watson2005-04-161-3/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Allow MAC policies to block/revoke kern_alq write access to a file.Robert Watson2003-10-251-2/+10
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Add an explicit credential argument to alq_open() to allow the caller toRobert Watson2003-06-221-3/+4
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* - Reset the free ent to NULL if we have consumed the last free entry. ThisJeff Roberson2003-05-251-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* - Export the alq daemon thread pointer.Jeff Roberson2002-09-261-4/+7
* - Hold the credential of the caller and use it in all subsequent vn ops.Jeff Roberson2002-09-231-6/+7
* - Add an asynchronous fixed length record logging mechanism calledJeff Roberson2002-09-221-0/+499