summaryrefslogtreecommitdiff
path: root/res/res_timing_timerfd.c
AgeCommit message (Expand)Author
2015-07-02res_timing: Don't close FD 0 when out of open files.Walter Doekes
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-02-07timing: Improve performance for most timing implementations.Joshua Colp
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2011-12-27Fix timing source dependency issues with MOHMatthew Jordan
2011-08-17Merged revisions 332321 via svnmerge from Terry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-06Merged revisions 326484 via svnmerge from David Vossel
2011-06-29Merged revisions 325673 via svnmerge from David Vossel
2011-01-19Merged revisions 302462 via svnmerge from Paul Belanger
2010-11-08Merged revisions 294313 via svnmerge from Jeff Peeler
2010-11-08Merged revisions 294278 via svnmerge from Jeff Peeler
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-01-15Clarify error message in res_timing_timerfd.Sean Bright
2010-01-14If we aren't running on a machine that support CLOCK_MONOTONIC, don't load.Sean Bright
2009-06-09module load priorityDavid Vossel
2009-05-11Fix some timer state corruption.Russell Bryant
2009-03-02Fix a reference leak in timerfd_set_rate().Russell Bryant
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2009-01-16Fix a logic error that occur when using the timerfd interfaceMark Michelson
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-20Fix compilingTerry Wilson
2008-11-19Cast this value since a uint64_t is not the sameMark Michelson
2008-11-19Merge the changes from the res_timing_timerfd branch.Mark Michelson