aboutsummaryrefslogtreecommitdiff
path: root/lib/timeval.c
AgeCommit message (Expand)Author
2013-03-07timeval: Avoid backtrace() from signal handler on x86-64.Ben Pfaff
2013-02-01timeval: Avoid unnecessary integer overflow in time_alarm().Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-10-26timeval: Fix occasional backtrace() related deadlock.Ethan Jackson
2012-10-25poll-loop: Log backtraces when CPU usage is high.Ethan Jackson
2012-10-25timeval: Coalesce backtraces with counts.Ethan Jackson
2012-10-25timeval: Take a backtrace on each SIGALRM.Ethan Jackson
2012-10-20timeval: Simplify poll interval logging.Ethan Jackson
2012-10-16timeval: Block SIGALRM when sleeping.Ethan Jackson
2012-10-14timeval: Add new "backtrace" appctl command.Ethan Jackson
2012-10-09config: Add explicit support for building on ESX.Ethan Jackson
2012-10-05timeval: Recover from failed timer_create() calls.Ethan Jackson
2012-10-05timeval: Don't require signals for time_alarm().Ethan Jackson
2012-08-09timeval: On Linux x86-64 systems refresh time whenever it is requested.Leo Alterman
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff
2012-04-26timeval: Rate-limit logging rusage information.Ben Pfaff
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-01timeval: New function time_boot_msec(), factored out of vlog.Ben Pfaff
2011-12-19timeval: Add ability to fast-forward time, for unit testing.Ben Pfaff
2011-12-19poll-loop: Track the poll timeout as an absolute, not a relative time.Ben Pfaff
2011-05-24poll-loop: Automatically log reason for wakeup when CPU usage spikes.Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-03-30timeval: Only log poll intervals longer than 50 ms.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-21timeval: Make timeval module initialize itself.Ben Pfaff
2010-07-21timeval: Integrate CLOCK_MONOTONIC detection into time_init().Ben Pfaff
2010-06-25timeval: Hide "memory leak" from Valgrind.Ben Pfaff
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-03-25timeval: Always log true poll interval instead of rounding off.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-10-26Spell verb form of "set up" correctly throughout the tree.Ben Pfaff
2009-10-23cfg: Fix implementation of timeout in attempting to lock the config file.Ben Pfaff
2009-10-23Add test to ensure that time advances both normally and in a daemon.Ben Pfaff
2009-10-15Make sure that time advances in a daemon between calls to time_refresh().Ben Pfaff
2009-09-11logging: Lower logging level for coverage messages due to slow poll loopsJustin Pettit
2009-07-10Provide ability to retrieve coverage informationJustin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff