summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Complete port of clock_gettime(3) and teach gpsipe to use it.Eric S. Raymond2015-03-022-5/+10
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-018-37/+58
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-014-11/+0
* HAVE_BLUEZ -> ENABLE_BLUEZ. It's a feature flag, not a platform quirk.Eric S. Raymond2015-03-012-5/+5
* Speed/rate/mode changes in client-mode gpsmon *don't* make sense.Eric S. Raymond2015-03-011-4/+0
* Warning hunting unused function get_int32()Jon Schlueter2015-03-011-0/+2
* Update a comment on talker IDs.Eric S. Raymond2015-02-281-0/+1
* NEWS update.Eric S. Raymond2015-02-281-2/+3
* Followup on ntpmon name change.Eric S. Raymond2015-02-281-1/+1
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-2810-15/+309
* Repair inclusion of stdatomic.h.Eric S. Raymond2015-02-281-1/+5
* Complete "ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.xml"Eric S. Raymond2015-02-281-0/+0
* Warning hunting cleanup unused variable af in gpsdJon Schlueter2015-02-271-4/+6
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-2710-28/+28
* Install ntpmon binary.Miroslav Lichvar2015-02-271-1/+2
* Whitespace & comment polishing.Eric S. Raymond2015-02-271-6/+5
* Obsolescence note.Eric S. Raymond2015-02-271-5/+5
* clock_gettime() port fix for OS X.Eric S. Raymond2015-02-271-0/+11
* More mminor updates for NMEA document.Eric S. Raymond2015-02-271-2/+7
* Minor updates to NMEA and AIVDM/AIVDO documents.Eric S. Raymond2015-02-272-11/+55
* TODO update.Eric S. Raymond2015-02-271-9/+2
* BUGFIX: Some versions of GCC or run modes require this change.Eric S. Raymond2015-02-271-1/+1
* Commits are open for 3.14 development.Eric S. Raymond2015-02-261-1/+1
* Version bump for release 3.13.release-3.13Eric S. Raymond2015-02-262-2/+2
* Fix minor build failure due to moving definition of UNUSED.Eric S. Raymond2015-02-261-0/+1
* memory_barrier() now uses a standardized C11 lockless-concurrency primitive.Eric S. Raymond2015-02-263-12/+22
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-2610-16/+44
* Prevent multiple path rewrites in gpsmon.Eric S. Raymond2015-02-261-0/+6
* Worst reason to remove an ugly kluge ever.Eric S. Raymond2015-02-261-8/+0
* gps.h gets installed in /usr/include and must not use other GPSD-specific files!Eric S. Raymond2015-02-263-1/+2
* Correct the documentation.Eric S. Raymond2015-02-251-13/+10
* Concurrency protection for ntpmon using memory barrier instructions.Eric S. Raymond2015-02-253-54/+67
* In gpmon, it was confusing to use 'mode' as a report field that wasn't SHM mode.Eric S. Raymond2015-02-255-18/+13
* ntpd uses the precision field afer all.Eric S. Raymond2015-02-251-3/+1
* Minor tweak to precision display in ntpmonGary E. Miller2015-02-251-1/+1
* Tweak ntpmon formatting to show fixed pointGary E. Miller2015-02-251-1/+1
* Warning hunting cleanup in gpsmon.c for visiblize not always usedJon Schlueter2015-02-251-0/+2
* Fix new time test in ntpmonGary E. Miller2015-02-251-1/+1
* Document obscure fields in the NTP shared-memory segment.Eric S. Raymond2015-02-252-4/+14
* Documentation polishing for ntpmon.Eric S. Raymond2015-02-252-3/+4
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-256-57/+50
* Typo fix in AIVDM.txt.Eric S. Raymond2015-02-251-4/+6
* Fix broken build for time_offset in gpsmonJon Schlueter2015-02-251-0/+2
* In ntpmon, increase collection time precision and collect the precision field.Eric S. Raymond2015-02-254-20/+27
* Document ntpmon.Eric S. Raymond2015-02-254-0/+146
* ntpmon code polishing.Eric S. Raymond2015-02-253-5/+14
* In tpmon, timestamp reports properly and deal with bad status.Eric S. Raymond2015-02-253-5/+24
* Fix a glitch when painting short values in a field.Eric S. Raymond2015-02-251-0/+6
* First crude but working version of ntpmon. Needs polishing and documentation.Eric S. Raymond2015-02-253-1/+111
* First cut at an interface for the read side of an NTP SHM connection.Eric S. Raymond2015-02-254-32/+208