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.16-596


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-596-g68372c3
Date: Sat, 4 Mar 2017 17:19:52 -0500 (EST)

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  68372c3547c96a06f12bacd36ae97e9903537f9b (commit)
       via  2f16a30a4e3a36dd1fe175de885193a73aa99ae6 (commit)
       via  ca83e0132b560a1d28acbd0784496ee7c07a6863 (commit)
      from  c5e924f3dd1ae6ac89f5ed930e2a7c169a601a46 (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 68372c3547c96a06f12bacd36ae97e9903537f9b
Author: Fred Wright <address@hidden>
Date:   Sat Mar 4 13:53:06 2017 -0800

    Fixes spelling of "daemonization".
    
    Error messages related to daemonization failures had incorrect
    spelling.
    
    TESTED:
    Ran "scons build-all" on OSX.

commit 2f16a30a4e3a36dd1fe175de885193a73aa99ae6
Author: Fred Wright <address@hidden>
Date:   Sat Mar 4 13:28:29 2017 -0800

    Adds default SIGHUP/SIGQUIT defs for non-POSIX builds.
    
    This avoids some build errors on platforms like Windows.  Most likely
    signal() and sigaction() will fail for unsupported signals, but all
    the GPSD code ignores any such failures, anyway.  The definitions
    match the POSIX values, so they won't collide with other signals on
    any platform that uses the POSIX numbers for the supported signals.
    
    TESTED:
    Ran "scons build-all" on OSX.

commit ca83e0132b560a1d28acbd0784496ee7c07a6863
Author: Fred Wright <address@hidden>
Date:   Sat Mar 4 13:00:13 2017 -0800

    Changes error code from dummy os_daemon().
    
    EPERM is closer to the truth than EINVAL in the case where
    daemonization isn't available at all.  Some sort of generic
    "unsupported" error would be even better, but doesn't exist.
    
    TESTED:
    No.  This is only expected to apply to Windows.

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

Summary of changes:
 gps2udp.c   | 2 +-
 gpsd.c      | 2 +-
 gpspipe.c   | 2 +-
 gpxlogger.c | 2 +-
 lcdgps.c    | 2 +-
 os_compat.c | 2 +-
 os_compat.h | 9 +++++++++
 7 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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