summaryrefslogtreecommitdiff
path: root/share/man/man9/timeout.9
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-131-961/+0
* Add a callout_func_t typedef for functions used with callout_*().John Baldwin2019-12-101-8/+15
* Typo.Mark Johnston2018-04-041-1/+0
* Extract the calculation of the callout fire time into the new functionKonstantin Belousov2016-07-281-17/+120
* The paradigm of a callout is that it has three consequent states:Gleb Smirnoff2016-07-051-2/+6
* Fix a bunch of "sentence not on new line" warnings in section 9.Edward Tomasz Napierala2016-06-081-2/+4
* Spelling fixes supplied by pfg@, detected with codespell, plusWarren Block2016-05-011-1/+1
* Fix issues found by mandoc -Tlint.Christian Brueffer2016-01-081-1/+1
* This fixes several places where callout_stops return is examined. TheRandall Stewart2015-11-131-5/+5
* Add new async_drain to the callout system. This is so-far not used butRandall Stewart2015-11-101-5/+33
* Revert r287780 until more developers have their say.Hans Petter Selasky2015-09-221-21/+0
* Bump .Dd.Sergey Kandaurov2015-09-151-1/+1
* Implement callout_drain_async(), inspired by the projects/hps_headHans Petter Selasky2015-09-141-0/+21
* Revert for r277213:Hans Petter Selasky2015-01-221-401/+459
* Major callout subsystem cleanup and rewrite:Hans Petter Selasky2015-01-151-459/+401
* callout(9): add sbt flavors of callout_scheduleAndriy Gapon2014-11-251-3/+18
* Forgot to bump Dd.John Baldwin2014-10-081-1/+1
* Rewrite timeout(9) to be callout(9)-centric instead. Move the descriptionJohn Baldwin2014-10-081-278/+434
* Fix return type of callout_init_rm() and add return type toGavin Atkinson2014-08-201-2/+3
* Fix markup regression introduced in r268369.Xin LI2014-07-171-2/+1
* Document C_HARDCLOCK flag.Warner Losh2014-07-071-0/+5
* Fix a typo, C_ALSOLUTE -> C_ABSOLUTE.Ian Lepore2014-02-151-1/+1
* Remove EOL whitespace.Joel Dahl2013-08-251-1/+1
* - Bump date.Davide Italiano2013-08-231-2/+2
* Introduce callout_init_rm() so that callouts can be used in conjunctionDavide Italiano2013-08-231-6/+20
* MFcalloutng:Davide Italiano2013-03-041-1/+34
* add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.Alfred Perlstein2013-02-081-1/+1
* Add descriptions for callout_reset_on and callout_schedule_on andJim Harris2012-11-011-1/+35
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* Spelling fixes.Joel Dahl2010-07-311-2/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
* add callout_schedule; besides being useful it also improvesSam Leffler2008-08-021-5/+21
* - Document newly added callout_init_rw functionGabor Kovesdan2007-11-201-1/+26
* - Use .fn to markup untimeout in two places it was missing.John Baldwin2005-12-011-2/+6
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+0
* Make callout_reset() return a non-zero value if a pending calloutGleb Smirnoff2005-09-081-5/+7
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-1/+1
* Add a mechanism for associating a mutex with a callout when theIan Dowse2005-02-071-1/+50
* Fixed whitespace at EOL and double word.Ruslan Ermilov2005-01-281-5/+5
* Attempt to describe the race conditions that must be consideredIan Dowse2005-01-231-9/+221
* Document callout_pending() macro.Gleb Smirnoff2004-12-291-1/+6
* Assorted markup, spelling, and grammar fixes.Ruslan Ermilov2004-06-161-3/+7
* mdoc(7) police:Hiten Pandya2004-05-051-1/+2
* Introduce a callout_drain() function. This acts in the same manner asColin Percival2004-04-061-11/+18
* Looks like I misread the callout code. We do not seem to hold theWarner Losh2003-10-011-11/+12
* Document the implications of the callout_stop() returning 0 if theWarner Losh2003-10-011-0/+14
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* - callout_stop() now returns an integer value instead of void soJohn Baldwin2001-08-231-1/+16
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3