gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-521-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-521-gd9b8758
Date: Wed, 30 Oct 2013 16:39:59 +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 "GPSD".

The branch, master has been updated
       via  d9b8758935f902fb0ea77fee09e9627e09462a11 (commit)
      from  7a5a25946be3db4bd8c08d1a5b126f43131144eb (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 d9b8758935f902fb0ea77fee09e9627e09462a11
Author: Eric S. Raymond <address@hidden>
Date:   Wed Oct 30 12:32:12 2013 -0400

    Separate ntpd support from chrony support, step 1.
    
    ntp_offset becomes time_offset. There is a new config symbol CHRONY_ENABLE;
    most time service code is npw controlled by TIMESERVICE_ENABLE.  The
    file ntpshm.c becomes timeexport.c
    
    This change is not complete. More disentanglement has to be done inside
    timeexport.c itself; at the moment enabling one but not both of
    ntpshm or chrony will probably break its compile.  The point of getting
    this commit out is so Gary will see the new baseline code ASAP.
    
    All regression tests pass.

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

Summary of changes:
 SConstruct               |    6 +-
 driver_evermore.c        |    6 +-
 driver_garmin.c          |   24 +++++-----
 driver_geostar.c         |   12 +++---
 driver_italk.c           |    6 +-
 driver_navcom.c          |    6 +-
 driver_nmea2000.c        |    6 +-
 driver_oncore.c          |   12 +++---
 driver_proto.c           |   12 +++---
 driver_sirf.c            |   34 ++++++++--------
 driver_superstar2.c      |    6 +-
 driver_tsip.c            |   12 +++---
 driver_ubx.c             |    6 +-
 driver_zodiac.c          |   12 +++---
 drivers.c                |  102 +++++++++++++++++++++++-----------------------
 gpscap.ini               |   22 +++++-----
 gpscap.py                |   10 ++--
 gpsd.c                   |   23 ++++++-----
 gpsd.h-tail              |   18 ++++++--
 libgpsd_core.c           |    6 ++-
 subframe.c               |    4 +-
 ntpshm.c => timeexport.c |   18 +++++----
 www/writing-a-driver.xml |   19 ++++++--
 23 files changed, 203 insertions(+), 179 deletions(-)
 rename ntpshm.c => timeexport.c (98%)


hooks/post-receive
-- 
GPSD



reply via email to

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