diff options
-rw-r--r-- | runtime/ChangeLog | 1 | ||||
-rw-r--r-- | runtime/transport/ChangeLog | 1 | ||||
-rw-r--r-- | tapset/ChangeLog | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 53730df7..4f143856 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * time.c: Time-estimation with minimal dependency on xtime. 2006-06-16 Roland McGrath <roland@redhat.com> diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index eb5626d8..693df55d 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * transport.c (_stp_handle_start): Initialize timer functions. * transport.c (_stp_cleanup_and_exit): Teardown timer functions. diff --git a/tapset/ChangeLog b/tapset/ChangeLog index edf521c8..77e9f174 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * timestamp.stp (gettimeofday_us, gettimeofday_ms, gettimeofday_s): Convert to using the runtime-provided _stp_gettimeofday_us(). |