summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-201-9/+10
* Fixing broken build scons minimal=on ntpshm=onJon Schlueter2015-02-181-0/+2
* Revert the ntpshm allocation change - go back to using an external bool array.Eric S. Raymond2015-02-161-0/+1
* Repair the logic for setting a non-default SHM export segment.Eric S. Raymond2015-02-161-1/+1
* Remove unused and incorrect retval from timespec_strZbigniew Chyla2015-02-151-1/+1
* timespec_str: add "const" to input argumentZbigniew Chyla2015-02-151-1/+1
* Simplify NTP SHM segment creation.Eric S. Raymond2015-02-151-1/+0
* Replace Gary's magic number 22 with TIMESPEC_LEN.Eric S. Raymond2015-02-121-0/+3
* Namespace cleanup.Eric S. Raymond2015-02-121-1/+1
* Mutex-lock the update of last-fix time.Eric S. Raymond2015-02-121-1/+3
* Shut up. splint!Eric S. Raymond2015-02-121-1/+3
* Add some comments to TS_NORM()Gary E. Miller2015-02-111-2/+13
* Keeping TS_NORM() a macro too ugly, convert to inline functionGary E. Miller2015-02-111-20/+25
* Maybe this time I got the TS_NORM() corner case?Gary E. Miller2015-02-111-1/+1
* Another edge case in TS_NORM()Gary E. Miller2015-02-111-1/+1
* Fix TS_NORM for negative numbers.Gary E. Miller2015-02-111-6/+16
* Remove some remnants of the adaptive-delay experiment.Eric S. Raymond2015-02-091-8/+0
* Add TS_SUB() to subtract timespecs. Fix another double.Gary E. Miller2015-02-021-0/+8
* Fix insufficient precision in last_fixtime.clockGary E. Miller2015-02-011-1/+3
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-2/+0
* Add missing pthread_mutex_init(&ppslast_mutex)Gary E. Miller2015-01-301-0/+3
* Create a logic path for each driver to set tty controls.Eric S. Raymond2015-01-291-0/+1
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Add gpsdecode -m option for dumping minimum packet lengths.Eric S. Raymond2015-01-291-0/+1
* Try a simpler adaptive-delay formula that produces shorter delays.Eric S. Raymond2015-01-271-4/+2
* Fix clang's only warning in non-test code, about a cast in the shmexport code.Eric S. Raymond2015-01-271-1/+1
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-241-1/+1
* Guard NTPSHM-related declarationsMatt2015-01-231-2/+2
* Guard includes of termios.h with #ifdef HAVE_TERMIOS_HMatt2015-01-231-0/+2
* Introduce an adaptive delay into the main loop to prevent select buzzing.Eric S. Raymond2015-01-221-0/+10
* More splint cleanup. All regression tests pass.Eric S. Raymond2015-01-211-2/+2
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-2/+2
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-211-5/+2
* Refactor the way NTP shared memory segments are addressed.Eric S. Raymond2015-01-131-3/+3
* Clean STATUS_DGPS_FIX out of the public interface. All regression tests pass.Eric S. Raymond2015-01-131-0/+6
* Adding Driver build dependancy NMEA2000 on AVIDMJon Schlueter2015-01-121-0/+3
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-1/+2
* Move side effects out of assert()Zbigniew Chyla2015-01-071-1/+5
* Fixing endif guard in gpsd.h-tail to match guard levelsJon Schlueter2015-01-071-1/+1
* GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond2014-09-281-5/+0
* Add scons check for gmtimeMatt2014-09-271-3/+3
* Do the right thing if we're not using glibc - use local timegm().Eric S. Raymond2014-09-251-0/+5
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-0/+1
* Complete wrapping of ntpshm_latch function in #ifdef NTPSHM_ENABLESimon Dawson2014-09-041-0/+2
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-271-2/+3
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-8/+8
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-271-4/+3
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-1/+1
* More gpsd_report removal. All regression tests pass.Eric S. Raymond2014-08-271-1/+1
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-5/+11