summaryrefslogtreecommitdiffstats
path: root/share/man/man9/taskqueue.9
Commit message (Expand)AuthorAgeFilesLines
* MFC r306441 and r306634:hselasky2016-10-101-0/+2
* Remove taskqueue_enqueue_fast().jhb2016-03-011-20/+2
* Remove EOL whitespace.brueffer2015-06-181-2/+2
* Prevent live-lock and access of destroyed data in taskqueue_drain_all().gibbs2015-01-041-4/+10
* Document taskqueue_start_threads_pinnedbjk2014-05-251-2/+14
* update taskqueue(9) manual pageavg2014-02-141-1/+74
* Extend taskqueue(9) to enable per-taskqueue callbacks.will2013-03-231-0/+28
* Fix typo.kib2012-12-041-1/+1
* Document the interpretation of the negative value of ticks forkib2012-12-041-1/+8
* Typo and mdoc(7) style fixes.gjb2012-05-201-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-4/+4
* Add a TASK_INITIALIZER() macro that can be used to staticallyjhb2011-12-191-1/+7
* Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT...adrian2011-09-151-1/+1
* Fix markup.kib2011-08-011-1/+2
* Document timeout_task.kib2011-04-261-4/+31
* Add a taskqueue_cancel(9) to cancel a pending task without waiting formdf2010-11-081-0/+27
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-131-8/+1
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-121-0/+15
* Spelling fixes.joel2010-07-311-1/+1
* Fix taskqueue_drain(9) to not have false negatives. For threadedmdf2010-07-221-10/+0
* Remove unused taskqueue_find() function.pjd2009-08-181-10/+2
* Correct typo in the previous commit.pjd2009-08-171-1/+1
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-171-1/+15
* It's Friday the 13th, not the 10th and I can't travel in time. Yet.gonzo2008-06-131-1/+1
* Add "fast" versions of macros and functions to taskqueue(9) APIgonzo2008-06-131-5/+22
* Clean out all mentions of struct proc* for it was removed fromgonzo2008-05-221-4/+1
* document the call to wakeup after a task has been run...jmg2007-07-091-0/+6
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
* Assorted markup fixes and minor wordsmithing.ru2005-06-151-1/+1
* Document taskqueue_drain().glebius2005-05-191-1/+10
* update for recent api changessam2005-05-011-11/+25
* Document taskqueue_run_fast(). Markup 'Giant' with ".Va".jkoshy2005-04-191-9/+39
* Add a 'SEE ALSO' section.jkoshy2005-04-151-0/+4
* Scheduled mdoc(7) sweep.ru2005-01-121-7/+6
* Correct a misspelling, 'task_fn' -> 'task_fn_t'.bms2004-10-261-2/+2
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-081-5/+17
* Removed trailing whitespace.ru2004-07-021-1/+1
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-2/+1
* Document taskqueue_enqueue_fast()scottl2004-01-021-0/+10
* Fix typo in the last commit.ken2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-031-10/+27
* mdoc(7) police: Kill the (now extraneous) empty line. Previously,ru2002-03-151-1/+0
* Update function definitions and required include files to reflectdavidc2001-12-261-2/+4
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* Add documentation for taskqueue apis.dfr2000-05-281-0/+203
OpenPOWER on IntegriCloud