summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* A glut of whitespace fixes.Gary E. Miller2015-04-301-6/+6
* Steps 2 and 3 of the field addition procedure for PPS precision.Eric S. Raymond2015-04-041-1/+3
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-78/+0
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-76/+64
* Only you cabn prevent obscure magic numbers.Eric S. Raymond2015-03-301-0/+6
* Attempt to support /dev/pps devices.Eric S. Raymond2015-03-291-0/+1
* Guard header files that raspbian splint hates.Gary E. Miller2015-03-261-1/+3
* Add compile-time check for arg type to NITEMS()Zbigniew Chyla2015-03-221-1/+1
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-3/+3
* Our PPS expert says some code is useless. Remove it.Eric S. Raymond2015-03-191-3/+0
* Comment improvement.Eric S. Raymond2015-03-161-2/+2
* NMEA2000 driver was not using a bool where it should.Eric S. Raymond2015-03-161-1/+1
* More WIN32 removal.Eric S. Raymond2015-03-091-2/+0
* chronfd doesn't belong in the thread context, move it back out to session.Eric S. Raymond2015-03-081-0/+1
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-3/+0
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-1/+1
* Sigh - gosd,h-tail should have been modified in last commit, not gpsd.hEric S. Raymond2015-03-081-1/+1
* Eliminate a potential source of defects by using static mutex initialization.Eric S. Raymond2015-03-081-3/+0
* Move some toolchain settings into compiler.h, all that stuff should live there.Eric S. Raymond2015-03-071-17/+0
* ppsthread.c gets its own header. Another step towards ntplib.Eric S. Raymond2015-03-071-37/+1
* Expose gpsd_vlog(), so ppsthread.c will be able to see it.Eric S. Raymond2015-03-071-0/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-1/+1
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-15/+17
* Revert "Another step in prying ntplib loose. Partly decouple ppsthread.c fom...Eric S. Raymond2015-03-071-3/+13
* Revert "ntplib extraction requires libgpsd object format bump to 23."Eric S. Raymond2015-03-071-1/+2
* ntplib extraction requires libgpsd object format bump to 23.Eric S. Raymond2015-03-071-2/+1
* Another step in prying ntplib loose. Partly decouple ppsthread.c fom sessions.Eric S. Raymond2015-03-071-13/+3
* Remove some unused code and some port cruft.Eric S. Raymond2015-03-021-1/+4
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-011-2/+0
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-281-0/+2
* Concurrency protection for ntpmon using memory barrier instructions.Eric S. Raymond2015-02-251-18/+0
* Turn some remnant timedrift_t instances to timedelta_t.Eric S. Raymond2015-02-241-5/+5
* Move some double to timespec in chrony socket to preserve precision.Gary E. Miller2015-02-231-0/+4
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-3/+7
* 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