summaryrefslogtreecommitdiffstats
path: root/share/man/man9/alq.9
Commit message (Collapse)AuthorAgeFilesLines
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-2/+15
| | | | | | | | | than defaulting the cmode argument to vn_open() to 0. Supply a default argument of ALQ_DEFAULT_CMODE (0600) in current callers. Discussed with/pointed out by: hmp Reveiwed by: jeff, hmp MFC after: 3 days
* Remove stale information in IMPLEMENTATION NOTES section about alq_open()hmp2005-03-091-6/+2
| | | | | | using the calling thread's ucred. While I am there, fix references to my name.
* Note that functions alq_flush() and alq_post() should not be called injkoshy2005-02-051-1/+4
| | | | | | contexts where sleeping is disallowed. Pointed out by: ru
* Bring the prototype for alq_open() in line with the code.jkoshy2005-01-301-2/+18
| | | | Add a section on locking.
* Sweep formatting and assorted fixes.ru2004-07-071-12/+12
|
* Manual page for Asynchronous Logging Queues (ALQ) facility.hmp2003-11-101-0/+228
The manual page contains enough information to get someone started with ALQ. MLINKS have been added appropriately. Approved by: jeff, des Reviewed by: des, jeff, sam, brooks, rwatson, mtm
OpenPOWER on IntegriCloud