timeval: Preserve quiescence across time_poll().
[sliver-openvswitch.git] / lib / timeval.c
2014-04-28 Ben Pfafftimeval: Preserve quiescence across time_poll().
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-13 Gurucharan Shettytimeval: Sleep instead of poll().
2014-03-05 Gurucharan Shettytimeval: gettimeofday() for Windows.
2014-03-05 Gurucharan Shettytimeval: clock_gettime() for Windows.
2014-02-26 Gurucharan Shettyfatal-signal: Fatal signal handling for Windows.
2014-01-18 Linda Sunpoll-loop: Port to Windows.
2013-12-20 YAMAMOTO Takashitimeval: Workaround for threaded test failures
2013-10-10 Ben Pfafftimeval: Call coverage_clear() before coverage_log...
2013-10-09 Alex Wangtimeval: Wake up all threads when time is warped.
2013-10-01 Alex Wangcoverage: Reimplement the "ovs-appctl coverage/show...
2013-09-13 Ben Pfafftimeval: Replace rwlock by mutex.
2013-09-13 Ben Pfafftimeval: Restore ability to warp time forward when...
2013-09-13 Ben Pfafftimeval: Add Clang thread-safety annotations, fix unimp...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-09-09 YAMAMOTO Takashilib/timeval: don't forget to initialize a rwlock
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-08-08 Ben Pfaffovs-thread: Add support for globally visible per-thread...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-12 Ben Pfafftimeval: Make CPU usage and wakeup tracking per-thread.
2013-07-12 Ben Pfafftimeval: Make reading the current time thread-safe.
2013-07-12 Ben Pfafftimeval: Fix typo in comment.
2013-07-12 Ben Pfafftimeval: Remove backtrace feature.
2013-07-11 Ben Pfafftimeval: New function xclock_gettime().
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-06 Ben Pfafftimeval: Remove time_disable_restart(), time_enable_res...
2013-06-05 Ben Pfafftimeval: Do not block SIGALRM around setting 'deadline...
2013-05-02 Ben PfaffUse pthread_sigmask() in place of sigprocmask(), for...
2013-04-24 Ben Pfafftimeval: Check for HAVE_BACKTRACE instead of HAVE_EXECI...
2013-03-08 Ben Pfafftimeval: Avoid backtrace() from signal handler on x86-64.
2013-02-11 Ben Pfafftimeval: Don't issue poll interval warnings when we...
2013-02-01 Ben Pfafftimeval: Avoid unnecessary integer overflow in time_ala...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-10-26 Ethan Jacksontimeval: Fix occasional backtrace() related deadlock.
2012-10-25 Ethan Jacksonpoll-loop: Log backtraces when CPU usage is high.
2012-10-25 Ethan Jacksontimeval: Coalesce backtraces with counts.
2012-10-25 Ethan Jacksontimeval: Take a backtrace on each SIGALRM.
2012-10-21 Ethan Jacksontimeval: Simplify poll interval logging.
2012-10-16 Ethan Jacksontimeval: Block SIGALRM when sleeping.
2012-10-15 Ethan Jacksontimeval: Add new "backtrace" appctl command.
2012-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-10-05 Ethan Jacksontimeval: Recover from failed timer_create() calls.
2012-10-05 Ethan Jacksontimeval: Don't require signals for time_alarm().
2012-08-09 Leo Altermantimeval: On Linux x86-64 systems refresh time whenever...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-26 Ben Pfafftimeval: Rate-limit logging rusage information.
2012-02-29 Ben Pfafftimeval: Add "time/stop" unixctl command, for use in...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-01 Ben Pfafftimeval: New function time_boot_msec(), factored out...
2011-12-19 Ben Pfafftimeval: Add ability to fast-forward time, for unit...
2011-12-19 Ben Pfaffpoll-loop: Track the poll timeout as an absolute, not...
2011-05-24 Ben Pfaffpoll-loop: Automatically log reason for wakeup when...
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-03-30 Ben Pfafftimeval: Only log poll intervals longer than 50 ms.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-21 Ben Pfafftimeval: Make timeval module initialize itself.
2010-07-21 Ben Pfafftimeval: Integrate CLOCK_MONOTONIC detection into time_...
2010-06-25 Ben Pfafftimeval: Hide "memory leak" from Valgrind.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-25 Ben Pfafftimeval: Always log true poll interval instead of round...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-26 Ben PfaffSpell verb form of "set up" correctly throughout the...
2009-10-23 Ben Pfaffcfg: Fix implementation of timeout in attempting to...
2009-10-23 Ben PfaffAdd test to ensure that time advances both normally...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-15 Ben PfaffMake sure that time advances in a daemon between calls...
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-12 Justin PettitMerge commit 'origin/ctrix' into k
2009-09-11 Justin Pettitlogging: Lower logging level for coverage messages...
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-10 Justin PettitProvide ability to retrieve coverage information
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0