summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_alq.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* - Export the alq daemon thread pointer.jeff2002-09-261-4/+7
| | | | - Don't log ktr events from the alq daemon.
* - Hold the credential of the caller and use it in all subsequent vn ops.jeff2002-09-231-6/+7
| | | | | | - Get rid of the ill conceived aq_td field. Suggested by: rwatson
* - Add an asynchronous fixed length record logging mechanism calledjeff2002-09-221-0/+499
ALQ (Asynch. Logging Queues). ALQ supports many seperate queues with different record and buffer sizes. It opens and logs to any vnode so it can be used with character devices as well as regular files. Reviewed in part by: phk, jake, markm
OpenPOWER on IntegriCloud