summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-08add loadable implementations for heap and wheelwilliam
2014-01-04fix typing bugs in fp conversion macroswilliam
2014-01-03comment by callback function parameters unspecified, and fix TIMEOUT_INITIALIZERwilliam
2014-01-03move timeouts_addf to macrowilliam
2014-01-03reorder timeout.h so the important stuffs stays within 64-byte cache lineswilliam
2014-01-03forgot to pass field parameter to TAILQ_CONCATwilliam
2014-01-03forgot to define timeouts_open() and timeouts_close(); add timeouts_hz()william
2014-01-03tweak header includeswilliam
2014-01-03add version routines and TIMEOUT_PUBLIC prefix to exported routines so applic...william
2013-12-14fix typo in Makefilewilliam
2013-12-14fix remaining internal spelling from timer to timeoutwilliam
2013-12-14rename timer.[ch] to timeout.[ch]william
2013-12-14refactor API, moving struct timeout to header, renaming some routines, and ad...william
2013-12-13fix timeout calculations commentwilliam
2013-12-13switch to TAILQs which have less branching logic, and because FreeBSD dropped...william
2013-12-13fix some commentswilliam
2013-12-13add invariant assertion code, and comment our source a little better (this re...william
2013-12-12clean timerNN targetswilliam
2013-12-12use timeouts_ prefix instead of timer_, which is in the POSIX namespace (they...william
2013-05-27fix MAX bug and debug format string allocationWilliam Ahern
2013-05-27fix fls paramterizationWilliam Ahern
2013-05-27sync refactoring workWilliam Ahern
2013-05-27work backwards as well as forwards when calculating mask to overcome cummulat...William Ahern
2013-05-26startWilliam Ahern