summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-1/+2
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+7
* gpsd was shipping NMEA time to SHM even when no valid fix.Gary E. Miller2016-07-161-2/+1
* Don't daemonize gpsd if no good device or control socket.Nuno Gonçalves2016-06-141-0/+17
* Deal with some minor compiler warnings from FreeBSD.Eric S. Raymond2016-05-281-3/+3
* Make the gpsd usage message correct for timeservice builds.Eric S. Raymond2016-05-111-7/+11
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-2/+2
* Rename PPS_M IN_FIXES to NTP_MIN_FIXESGary E. Miller2016-04-131-1/+1
* Also send SKY when GPGSA is received.Gary E. Miller2016-04-111-1/+1
* RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller2016-04-061-1/+7
* Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller2016-04-051-1/+1
* Introduce the flag GOODTIME_IS...HTJ2016-03-221-1/+2
* Fix build on OS/X < 10.6Fred Wright2016-01-211-4/+8
* Address Savannah bug #46648: gpsd crashes and buffer overflow is reported...Eric S. Raymond2016-01-041-1/+8
* Add a FIXME comment abot the emergency fix.Eric S. Raymond2015-06-011-0/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-05-311-1/+1
* Free a GPS if it fails to activate on awakening. Fixes crash-exit bug.Eric S. Raymond2015-05-311-0/+4
* Stop reporting bad GPS serial time to ntp/chrony.Gary E. Miller2015-05-281-0/+3
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-7/+7
* Revert "Copy structs using assignment, not memcpy()."Gary E. Miller2015-04-281-1/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-281-1/+1
* Fix misleading PPS JSON documentation. Still needs work.Gary E. Miller2015-04-051-0/+2
* Add precision to the PPS JSON message.Gary E. Miller2015-04-011-2/+10
* Increase consistency of names. No code changes.Eric S. Raymond2015-04-011-1/+1
* Clean up PPS monitor interface with renames, and additional documentation.Eric S. Raymond2015-04-011-2/+2
* Propagate in-band time to PPS-only devices each time a fresh fix comes in.Eric S. Raymond2015-03-311-35/+12
* Prefix two more PPS log outputs with PPS:Gary E. Miller2015-03-311-3/+4
* Document some return codes, one more small step at /dev/ppsX handling.Gary E. Miller2015-03-311-2/+20
* Write scan-build suppressions to it runs clean.Eric S. Raymond2015-03-301-0/+4
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-90/+20
* Defensive coding for the presence of NULs.Eric S. Raymond2015-03-301-3/+3
* Only you cabn prevent obscure magic numbers.Eric S. Raymond2015-03-301-2/+0
* Improved code for associating a lone PPS to in-band time.Eric S. Raymond2015-03-291-13/+12
* Minor splint annotation of new /dev/pps code.Eric S. Raymond2015-03-291-0/+2
* Attempt to support /dev/pps devices.Eric S. Raymond2015-03-291-1/+42
* More offerings to the splint god.Gary E. Miller2015-03-281-1/+4
* Guard header files that raspbian splint hates.Gary E. Miller2015-03-261-5/+5
* Remove redundant $ifndefGary E. Miller2015-03-261-2/+0
* Remove #ifdef with no body contentGary E. Miller2015-03-251-2/+0
* Acccept doing synchronization logging at only 1s granularity to remove floats.Eric S. Raymond2015-03-201-1/+1
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-4/+3
* Revert "Take a GPS file descriptor ourut of the read set when deactivating."Eric S. Raymond2015-03-171-1/+0
* Take a GPS file descriptor ourut of the read set when deactivating.Eric S. Raymond2015-03-171-0/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-2/+3
* If command sockets weren't opend, a stale pidfile could linger.Eric S. Raymond2015-03-131-0/+1
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-1/+1
* Float elimination. We only need integer time after timeouts.Eric S. Raymond2015-03-091-6/+10
* splint cleanup of new code.Eric S. Raymond2015-03-081-1/+1
* Eliminate timestamp-T use from PPS thread code.Eric S. Raymond2015-03-081-1/+1
* Eliminate a potential source of defects by using static mutex initialization.Eric S. Raymond2015-03-081-4/+0