aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/taskqueue.9
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-4/+4
* Add a TASK_INITIALIZER() macro that can be used to staticallyJohn Baldwin2011-12-191-1/+7
* Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT...Adrian Chadd2011-09-151-1/+1
* Fix markup.Konstantin Belousov2011-08-011-1/+2
* Document timeout_task.Konstantin Belousov2011-04-261-4/+31
* Add a taskqueue_cancel(9) to cancel a pending task without waiting forMatthew D Fleming2010-11-081-0/+27
* Use a safer mechanism for determining if a task is currently running,Matthew D Fleming2010-10-131-8/+1
* Re-expose and briefly document taskqueue_run(9). The function is usedMatthew D Fleming2010-10-121-0/+15
* Spelling fixes.Joel Dahl2010-07-311-1/+1
* Fix taskqueue_drain(9) to not have false negatives. For threadedMatthew D Fleming2010-07-221-10/+0
* Remove unused taskqueue_find() function.Pawel Jakub Dawidek2009-08-181-10/+2
* Correct typo in the previous commit.Pawel Jakub Dawidek2009-08-171-1/+1
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andPawel Jakub Dawidek2009-08-171-1/+15
* It's Friday the 13th, not the 10th and I can't travel in time. Yet.Oleksandr Tymoshenko2008-06-131-1/+1
* Add "fast" versions of macros and functions to taskqueue(9) APIOleksandr Tymoshenko2008-06-131-5/+22
* Clean out all mentions of struct proc* for it was removed fromOleksandr Tymoshenko2008-05-221-4/+1
* document the call to wakeup after a task has been run...John-Mark Gurney2007-07-091-0/+6
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-1/+1
* Document taskqueue_drain().Gleb Smirnoff2005-05-191-1/+10
* update for recent api changesSam Leffler2005-05-011-11/+25
* Document taskqueue_run_fast(). Markup 'Giant' with ".Va".Joseph Koshy2005-04-191-9/+39
* Add a 'SEE ALSO' section.Joseph Koshy2005-04-151-0/+4
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-121-7/+6
* Correct a misspelling, 'task_fn' -> 'task_fn_t'.Bruce M Simpson2004-10-261-2/+2
* rearange some code that handles the thread taskqueue so that it is moreJohn-Mark Gurney2004-08-081-5/+17
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Assorted markup, spelling, and grammar fixes.Ruslan Ermilov2004-06-161-2/+1
* Document taskqueue_enqueue_fast()Scott Long2004-01-021-0/+10
* Fix typo in the last commit.Kenneth D. Merry2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversKenneth D. Merry2003-09-031-10/+27
* mdoc(7) police: Kill the (now extraneous) empty line. Previously,Ruslan Ermilov2002-03-151-1/+0
* Update function definitions and required include files to reflectChad David2001-12-261-2/+4
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* Add documentation for taskqueue apis.Doug Rabson2000-05-281-0/+203