summaryrefslogtreecommitdiffstats
path: root/share/man/man9/workq_add_task.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove workq code. its been replaced with tasks.dlg2015-01-271-138/+0
| | | | | | | it has been unused since december, and unhooked from the build since christmas. ok krw@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-17/+17
|
* use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-171-4/+4
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-3/+3
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* tweak previous;jmc2009-09-031-4/+4
|
* document workq_queue_taskdlg2009-09-021-2/+25
|
* reintroduce mutexes to workqs for locking.dlg2008-10-301-4/+10
| | | | | | tested by many on many archs including several alpha test. ok tedu@ go for it deraadt@
* i prefer our ISC license.dlg2007-11-281-21/+11
|
* readjust list width after previous;jmc2007-11-281-2/+2
|
* i'm always behind on the doc updatestedu2007-11-281-7/+2
|
* tweak previous;jmc2007-11-251-3/+5
|
* document new WQ_DIRECTOK flagtedu2007-11-251-2/+5
|
* workq_add_task returns ENOMEM on failuretedu2007-11-241-3/+3
|
* spell tedu's name correctly.thib2007-06-111-3/+3
| | | | ok jmc@,tedu@
* start new sentence w/ capital letter;jmc2007-06-011-3/+3
|
* explain the usefulness of being able to provide two argumentstedu2007-05-311-1/+6
| | | | ok dlg
* tedu just moved an argument to workq_add_taskdlg2007-05-311-2/+2
|
* add a manpage for workq stuff.dlg2007-05-311-0/+114
thanks to jmc for tweaking it. im sure he'll find more changes to make soon