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.14-443


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.14-443-g7e28242
Date: Tue, 28 Apr 2015 12:49:10 +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  7e28242fcc5e578de6f5db10d95814c3f20a2bc0 (commit)
       via  2b7e3753ecbba3ada2572a2a7038b11cfd1f0bd3 (commit)
       via  4f5c06746aef13298b5609558001beda0326da39 (commit)
       via  d1965788249d7e22cdde4021d452cf0dc6c6b9bd (commit)
       via  9db980e35547d00c17064ab95ec0986bb2b86081 (commit)
       via  5a8d0abf81d17c53dd9ba54ed1d15219a4fafdcc (commit)
       via  5df5202e889fe72c60dbc9dd47104b043f4fd914 (commit)
       via  8129a14d683cdfe2c9efd9504e785be46aead735 (commit)
       via  0e556e5a2400964694d9b6dad3996a3c77e2c23e (commit)
       via  117d1ceb96a1bc37b2420b6813995d74d033ae7c (commit)
       via  d727fee15c3aae0d9d7d339caf9c78be8dcc4d26 (commit)
       via  b32743090ab8294f54e6f0c59d4ec91e69c51eb4 (commit)
      from  578e38cc3a5a48eef393e8f5850f389b29eb1751 (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 7e28242fcc5e578de6f5db10d95814c3f20a2bc0
Author: Eric S. Raymond <address@hidden>
Date:   Tue Apr 28 08:49:01 2015 -0400

    Added shmclear Added shmclean production.

commit 2b7e3753ecbba3ada2572a2a7038b11cfd1f0bd3
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Apr 24 17:55:00 2015 +0200

    Use correct size of segment for shared-mem export
    
    The gpsd exports data to clients via shared-memory using
    struct shmexport_t, which contains both a copy of
    struct gps_data_t and additional fields. However, when
    allocating shared memory via shmget(), it was passing
    sizeof(struct gps_data_t) as size of the whole segment.
    
    The bug may cause gpsd crash in case the size of gps_data_t
    is equal to or slightly smaller than a multiple of PAGE_SIZE.

commit 4f5c06746aef13298b5609558001beda0326da39
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Apr 24 17:55:00 2015 +0200

    Replace overly complex memcpy with struct assignment

commit d1965788249d7e22cdde4021d452cf0dc6c6b9bd
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Apr 24 17:46:49 2015 +0200

    Copy structs using assignment, not memcpy().

commit 9db980e35547d00c17064ab95ec0986bb2b86081
Author: Sanjeev Gupta <address@hidden>
Date:   Sat Apr 25 00:03:32 2015 +0800

    Openhub now 301 redirects http to https ; save a RTT while browsing

commit 5a8d0abf81d17c53dd9ba54ed1d15219a4fafdcc
Author: Sanjeev Gupta <address@hidden>
Date:   Sat Apr 25 00:03:31 2015 +0800

    http 301 redirects to https ; save time by changing target

commit 5df5202e889fe72c60dbc9dd47104b043f4fd914
Author: Sanjeev Gupta <address@hidden>
Date:   Fri Apr 24 23:31:00 2015 +0800

    Fix broken link.
    
    Please check, how did this survive so long: 
https://www.mainframe.cx/cgi-bin/gps_report.cgi

commit 8129a14d683cdfe2c9efd9504e785be46aead735
Author: Sanjeev Gupta <address@hidden>
Date:   Fri Apr 24 00:40:59 2015 +0800

    Remove End-of-line whitespace

commit 0e556e5a2400964694d9b6dad3996a3c77e2c23e
Author: Sanjeev Gupta <address@hidden>
Date:   Fri Apr 24 00:40:58 2015 +0800

    Generalise WAAS to SBAS and update text.

commit 117d1ceb96a1bc37b2420b6813995d74d033ae7c
Author: Sanjeev Gupta <address@hidden>
Date:   Fri Apr 24 00:40:57 2015 +0800

    Remove End-of-line whitespace

commit d727fee15c3aae0d9d7d339caf9c78be8dcc4d26
Author: Sanjeev Gupta <address@hidden>
Date:   Fri Apr 24 00:40:56 2015 +0800

    Generalise WAAS to SBAS in documentation.

commit b32743090ab8294f54e6f0c59d4ec91e69c51eb4
Author: Sanjeev Gupta <address@hidden>
Date:   Thu Apr 23 19:05:49 2015 +0800

    Remove unneeded imports from webgps.py

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

Summary of changes:
 SConstruct                |   12 ++++++++++++
 contrib/webgps.py         |    2 +-
 gps2udp.c                 |    2 +-
 gpsctl.c                  |    4 +---
 gpsd.c                    |    2 +-
 libgps_shm.c              |    8 ++------
 libgpsd_core.c            |    4 ++--
 ntpshmread.c              |    2 +-
 serial.c                  |    3 +--
 shmexport.c               |   10 ++++------
 www/bt.html               |    2 +-
 www/excellence.html       |    4 ++--
 www/faq.html.in           |   37 +++++++++++++++++++------------------
 www/for-vendors.html      |    2 +-
 www/future.html           |    2 +-
 www/gps-hacking.html      |    2 +-
 www/hacking.html.in       |   32 ++++++++++++++++----------------
 www/hall-of-shame.html    |    2 +-
 www/hardware-head.html.in |    2 +-
 www/history.html          |    2 +-
 www/index.html.in         |    2 +-
 www/references.html       |    2 +-
 www/reliability.html      |    2 +-
 www/troubleshooting.html  |    2 +-
 www/upstream-bugs.html    |    2 +-
 www/wishlist.html         |    2 +-
 www/xgps-sample.html      |    2 +-
 27 files changed, 77 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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