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