lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. e2443dfa6a


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. e2443dfa6aa3552acc605fe60782f6667717b733
Date: Sun, 27 Sep 2015 14:33:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  e2443dfa6aa3552acc605fe60782f6667717b733 (commit)
       via  4479cf04fc0c3ba8bcfaef96719cd4ab611aef7a (commit)
       via  3ead27cc0d66e54af62c104c7a06d97bd736d7a1 (commit)
       via  5d7e775ea92f1c746be0faea67d054206e99aa9a (commit)
      from  8b08c0bef78aaa43a3a53fa45899e11d1c3db5ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e2443dfa6aa3552acc605fe60782f6667717b733
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 16:30:19 2015 +0200

    unix port: sys_arch: convert to use CLOCK_MONOTONIC
    
    gettimeofday() uses CLOCK_REALTIME, which can jump forwards and
    backwards as the system time-of-day clock is changed, which makes it an
    unreliable timing source. CLOCK_MONOTONIC is an absolute elapsed
    wall-clock time since some arbitrary, fixed point in the past which
    isn't affected by changes in the system time-of-day clock.
    
    Therefore, converted unix port to use CLOCK_MONOTONIC timer source
    instead of CLOCK_REALTIME through gettimeofday().

commit 4479cf04fc0c3ba8bcfaef96719cd4ab611aef7a
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 15:00:59 2015 +0200

    unix port: check: use unix port sys_arch instead of a local minimal sys_arch

commit 3ead27cc0d66e54af62c104c7a06d97bd736d7a1
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 14:57:45 2015 +0200

    unix port: remove unused lwip_chksum.c

commit 5d7e775ea92f1c746be0faea67d054206e99aa9a
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 14:51:39 2015 +0200

    unix port: check: add missing subunit linker library

-----------------------------------------------------------------------

Summary of changes:
 ports/unix/check/Makefile   |    8 ++-
 ports/unix/check/sys_arch.c |   12 ------
 ports/unix/lwip_chksum.c    |   73 ----------------------------------
 ports/unix/sys_arch.c       |   90 ++++++++++++++++++-------------------------
 4 files changed, 43 insertions(+), 140 deletions(-)
 delete mode 100644 ports/unix/check/sys_arch.c
 delete mode 100644 ports/unix/lwip_chksum.c


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]