summaryrefslogtreecommitdiff
path: root/share/man/man9/timeout.9
AgeCommit message (Expand)Author
2020-01-03timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9)cheloha
2019-12-02Revert "timeout(9): switch to tickless backend"cheloha
2019-11-26timeout(9): switch to tickless backendcheloha
2019-11-08timeout.9: cite 1997 Varghese/Lauck timeout wheel paper; ok jmc@ schwarze@cheloha
2019-04-14Add lock order checking for timeoutsVisa Hankala
2017-11-24add timeout_barrier, which is like intr_barrier and taskq_barrier.David Gwynne
2016-09-22Introduce a new 'softclock' thread that will be used to execute timeoutMartin Pieuchot
2016-06-14Prevent a round to zero in the timeout_add_...() functions. GettingAlexander Bluhm
2015-11-23add missing NAME entries;Jason McIntyre
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-06-11Remove hzto(9) manual pages and references; OK dlgMike Belopuhov
2015-03-18describe the context the callback runs at in the CONTEXT section.David Gwynne
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
2014-02-13revery -r1.34's addition of spl(9) to SEE ALSO: we already have splclock(9)Jason McIntyre
2014-02-13wrap long linesDavid Gwynne
2014-02-13document the timeout_add and timeout_del return values in the RETURN VALUESDavid Gwynne
2014-02-13document the contexts you can call this api from out into its own sectionDavid Gwynne
2013-11-27make timeout_add and its wrappers return whether the timeout was scheduledDavid Gwynne
2013-06-04Replace old-fashioned .Fd by new-fangled .In for #include lines.Ingo Schwarze
2011-05-10timeout_del now returns an int.David Gwynne
2011-05-09the api that these timeouts replaced doesnt exist in our tree anymore, soDavid Gwynne
2009-04-21Document timeout_add_msec().Michael Knudsen
2008-07-30In the .Fn entries for timeout_add_usec/nsec, don't call the parameterMichael Knudsen
2008-07-24Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweakMichael Knudsen
2008-07-23Document the new timeout_add_* functions.Artur Grabowski
2007-09-14sleep(9) was removed aeons ago according to miod, so remove referencesMichael Knudsen
2007-05-31convert to new .Dd format;Jason McIntyre
2005-09-30add timeout_triggered to .Nm;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2003-06-03license cleaning.Artur Grabowski
2003-04-20typos;Jason McIntyre
2002-12-20Reword to get rid of second person.Artur Grabowski
2002-02-15Xr tvtohz.Artur Grabowski
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-11-07The old timeout API is gone.Artur Grabowski
2001-07-17Change references to hardclock to .Xr where it seem appropriateKenneth R Westerback
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-03-15Document timeout_triggeredConstantine Sapuntzakis
2001-02-16Add function types.Marc Espie
2000-10-12General man page cleanups, mostly to remove trailing whitespace, hardAaron Campbell
2000-06-28While I'm reading this, complete the NAME section and fix a typo.Aaron Campbell
2000-06-05Err, make it splclock(9), so it's more clear to the reader.Aaron Campbell
2000-06-05Xr spl(9)Aaron Campbell
2000-06-05Various fixes.Artur Grabowski
2000-06-04fix typo preapared -> preparedKenneth R Westerback
2000-04-18Better explaination, various fixes.Artur Grabowski
2000-03-23Document timeout_pending and timeout_initialized.Artur Grabowski
2000-03-23Document the new timeout API.Artur Grabowski
1999-09-02Minor fusses: OpenBSD tag, misused macros, codes references path.Marc Espie
1999-09-01Import some documentation from NetBSD, after checking that details match.Marc Espie