index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timeval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Add high resolution sleep support.
Bhanuprakash Bodireddy
2017-11-28
1
-0
/
+19
*
timeval: Check for OS-provided clock_gettime on macOS
Richard Oliver
2017-10-30
1
-3
/
+3
*
timeval: Add functions with microsecond granularity.
Ilya Maximets
2017-10-27
1
-0
/
+35
*
timeval: Fix misleading function descriptions.
Ilya Maximets
2017-10-24
1
-6
/
+4
*
timeval: Reorder elements in clock structure.
Bhanuprakash Bodireddy
2016-10-17
1
-2
/
+2
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
timeval: Add clock_gettime() for OS X
Lance Richardson
2016-03-22
1
-1
/
+32
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
poll: Suppress logging for pmd threads.
Ilya Maximets
2016-01-11
1
-1
/
+1
*
timeval: Remove duplicate memset().
Russell Bryant
2015-02-20
1
-1
/
+0
*
timeval: Correctly report usage statistics in log_poll_interval().
Ben Pfaff
2015-02-11
1
-26
/
+31
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
timeval: Fix seq memory leak
Daniele Di Proietto
2014-10-03
1
-1
/
+1
*
unixctl: Make command description all lowercase.
Alex Wang
2014-09-11
1
-1
/
+1
*
lib/timeval: Use relaxed atomics also when writing on 'slow_path'.
Jarno Rajahalme
2014-08-29
1
-3
/
+3
*
timeval: Initialize 'unix_epoch' for Windows correctly.
Gurucharan Shetty
2014-07-09
1
-15
/
+7
*
timeval: Provide a variation for time/warp command.
Gurucharan Shetty
2014-06-13
1
-25
/
+99
*
timeval: Workaround strftime bug in VS 2013.
Gurucharan Shetty
2014-05-14
1
-1
/
+3
*
timeval: Preserve quiescence across time_poll().
Ben Pfaff
2014-04-28
1
-5
/
+9
*
ovs-rcu: New library.
Ben Pfaff
2014-03-18
1
-0
/
+11
*
timeval: Sleep instead of poll().
Gurucharan Shetty
2014-03-13
1
-1
/
+6
*
timeval: gettimeofday() for Windows.
Gurucharan Shetty
2014-03-05
1
-0
/
+8
*
timeval: clock_gettime() for Windows.
Gurucharan Shetty
2014-03-05
1
-0
/
+74
*
fatal-signal: Fatal signal handling for Windows.
Gurucharan Shetty
2014-02-26
1
-0
/
+5
*
poll-loop: Port to Windows.
Linda Sun
2014-01-17
1
-4
/
+19
*
timeval: Workaround for threaded test failures
YAMAMOTO Takashi
2013-12-20
1
-0
/
+1
*
timeval: Call coverage_clear() before coverage_log() in time_poll().
Ben Pfaff
2013-10-09
1
-2
/
+2
*
timeval: Wake up all threads when time is warped.
Alex Wang
2013-10-08
1
-1
/
+25
*
coverage: Reimplement the "ovs-appctl coverage/show" command.
Alex Wang
2013-10-01
1
-0
/
+1
*
timeval: Replace rwlock by mutex.
Ben Pfaff
2013-09-13
1
-11
/
+11
*
timeval: Restore ability to warp time forward when time is not stopped.
Ben Pfaff
2013-09-13
1
-2
/
+20
*
timeval: Add Clang thread-safety annotations, fix unimportant violation.
Ben Pfaff
2013-09-13
1
-7
/
+16
*
vlog: Report timestamps in millisecond resolution in log messages.
Paul Ingram
2013-09-13
1
-0
/
+46
*
lib/timeval: don't forget to initialize a rwlock
YAMAMOTO Takashi
2013-09-09
1
-0
/
+1
*
timeval: Remove CACHE_TIME scheme.
Alex Wang
2013-09-04
1
-124
/
+7
*
ovs-thread: Add support for globally visible per-thread data.
Ben Pfaff
2013-08-08
1
-1
/
+1
*
clang: Add annotations for thread safety check.
Ethan Jackson
2013-07-30
1
-11
/
+11
*
timeval: Make CPU usage and wakeup tracking per-thread.
Ben Pfaff
2013-07-12
1
-27
/
+62
*
timeval: Make reading the current time thread-safe.
Ben Pfaff
2013-07-12
1
-105
/
+112
*
timeval: Fix typo in comment.
Ben Pfaff
2013-07-11
1
-1
/
+1
*
timeval: Remove backtrace feature.
Ben Pfaff
2013-07-11
1
-157
/
+0
*
timeval: New function xclock_gettime().
Ben Pfaff
2013-07-11
1
-2
/
+12
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+3
*
ovs-thread: Add support for various thread-related assertions.
Ben Pfaff
2013-06-28
1
-0
/
+2
*
timeval: Remove time_disable_restart(), time_enable_restart() functions.
Ben Pfaff
2013-06-06
1
-29
/
+0
*
timeval: Do not block SIGALRM around setting 'deadline' in time_alarm().
Ben Pfaff
2013-06-05
1
-5
/
+0
*
Use pthread_sigmask() in place of sigprocmask(), for thread safety.
Ben Pfaff
2013-05-02
1
-2
/
+2
*
timeval: Check for HAVE_BACKTRACE instead of HAVE_EXECINFO_H.
Ben Pfaff
2013-04-24
1
-1
/
+1
*
timeval: Avoid backtrace() from signal handler on x86-64.
Ben Pfaff
2013-03-07
1
-12
/
+16
*
timeval: Don't issue poll interval warnings when we warp time.
Ben Pfaff
2013-02-11
1
-1
/
+1
[next]