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.11-303


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-303-gee40d67
Date: Thu, 29 Jan 2015 20:13:49 +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  ee40d6733bcd312576c9223de6adaf16f1e0cfd2 (commit)
       via  646f855d4cdd6d7c27333d511b1d49eaea277af4 (commit)
       via  a83ecfd712d37442445523ef0d14c04477ac9289 (commit)
       via  fd427530aa703cf0bb4c2d85fd2f94b2c625e617 (commit)
       via  76535a3b3318266b691a12bef71db467be47282d (commit)
       via  a3af061b227d8334f6f69191ee211baf66de2408 (commit)
      from  a67291dffa1b8741bf44c1dcce1c9a4c855ceb3b (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 ee40d6733bcd312576c9223de6adaf16f1e0cfd2
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 15:05:09 2015 -0500

    Alas, we can't use ICANON.
    
    For the moment, we do nothing with the textual argument to
    gpsd_optimize_io(). We'd like to use it to set ICANON mode and let the
    kernel do all the line buffering itself.  The problem with this is
    that VTIME stops working in ICANON, so a binary packet coming up the
    wire would result in no further input being seen.

commit 646f855d4cdd6d7c27333d511b1d49eaea277af4
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 14:33:05 2015 -0500

    Rare I/O with timeout seems to work.  This replaces the adaptive-delay code.

commit a83ecfd712d37442445523ef0d14c04477ac9289
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 13:28:24 2015 -0500

    Create a logic path for each driver to set tty controls.

commit fd427530aa703cf0bb4c2d85fd2f94b2c625e617
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 12:59:52 2015 -0500

    splint cleanup for gpsdecode -m implementation.

commit 76535a3b3318266b691a12bef71db467be47282d
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 12:49:06 2015 -0500

    Add a minimum packet length to every driver.
    
    Length 0 means the minimum is unknown and the driver should use character 
I/O.

commit a3af061b227d8334f6f69191ee211baf66de2408
Author: Eric S. Raymond <address@hidden>
Date:   Thu Jan 29 11:51:41 2015 -0500

    Remove the failed adaptive-delay experiment.
    
    Instead, we're going to try telling the tty layer to deliver input in chunks
    larger than chracters, with a timeout. That way the select call in the main
    loop will return data ready less often.
    
    All regression tests pass.

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

Summary of changes:
 SConstruct          |    1 -
 build.txt           |   14 ---------
 driver_evermore.c   |    1 +
 driver_garmin.c     |    3 ++
 driver_geostar.c    |    1 +
 driver_italk.c      |    1 +
 driver_navcom.c     |    1 +
 driver_nmea2000.c   |    1 +
 driver_oncore.c     |    1 +
 driver_proto.c      |    2 +
 driver_sirf.c       |    1 +
 driver_superstar2.c |    1 +
 driver_tsip.c       |    1 +
 driver_ubx.c        |    1 +
 driver_zodiac.c     |    1 +
 drivers.c           |   19 ++++++++++++
 gpsd.c              |   82 ---------------------------------------------------
 gpsd.h-tail         |    2 +
 gpsdecode.c         |    4 +-
 libgpsd_core.c      |    3 ++
 serial.c            |   41 +++++++++++++++++++++++++
 21 files changed, 83 insertions(+), 99 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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