summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_alq.c
Commit message (Expand)AuthorAgeFilesLines
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andjhb2006-03-281-4/+8
* Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.pjd2006-01-271-1/+1
* Don't forget to call NDFREE(9) in case of vn_open_cred() failure.pjd2006-01-271-2/+2
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-3/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* 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