summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning from gcc: vwprintw is deprecatedSanjeev Gupta2019-01-291-2/+2
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-2/+1
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-261-2/+2
* Removed variable length arrays, added -Wvla compiler option.vla-removalIan Bruene2018-11-261-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gpsmon: Expand a too small buffer.Gary E. Miller2018-07-261-1/+1
* gpsmon.c: isnan() -> isfinite(). Fix a buffer size.Gary E. Miller2018-07-141-2/+2
* gpsmon: fix NULL pointer dereference.Gary E. Miller2018-06-171-3/+10
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* gpsmon, promptgen: buffer was too small.Gary E. Miller2018-02-081-1/+1
* Fixes some trouble with gpsmon and no PPS_ENABLE.Fred Wright2017-01-191-9/+13
* Adds Linux "fake PPS" detection and avoidance.Fred Wright2016-12-231-6/+8
* Makes MAGIC_HAT kludge optional.Fred Wright2016-12-221-2/+4
* Fixes inverted offset signs in gpsmon's PPS lines.Fred Wright2016-09-221-1/+1
* Fixes crash when quitting gpsmon in -a mode.Fred Wright2016-09-221-2/+3
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+4
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-2/+12
* FreeBSD wants to force us to call sysconf(). Foil it.Eric S. Raymond2016-05-281-0/+5
* gpsmon now includes the hostname with the device display.Eric S. Raymond2016-05-181-5/+8
* Im[p;ement and document /dev/gpsd0 side effect.Eric S. Raymond2016-05-101-1/+2
* Give ODROID C2 users some hope of getting HAT autodetection of pps0 right.Eric S. Raymond2016-04-261-4/+5
* Autoconfiguration kluge for Raspberry Pi.Eric S. Raymond2016-04-251-0/+8
* Fix minor typos.Hal Murray2016-02-011-1/+1
* Prevent a memory leak in long-running gpsmon instances.Eric S. Raymond2016-01-051-0/+2
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-8/+8
* Remove a BSD-ism.Gary E. Miller2015-06-231-1/+5
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-13/+13
* Stop infinite loop in gpsmon for /dev/pps0Gary E. Miller2015-04-021-5/+7
* Improved error messages in gpsmon.Eric S. Raymond2015-04-011-4/+2
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-1/+1
* Clean up PPS monitor interface with renames, and additional documentation.Eric S. Raymond2015-04-011-2/+6
* Write scan-build suppressions to it runs clean.Eric S. Raymond2015-03-301-0/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-65/+13
* In gpsmon, omit hexdumping trailing CR/LF when dumping textual packets.Eric S. Raymond2015-03-301-0/+6
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-3/+5
* Fix a display glitch in gpsmon.Eric S. Raymond2015-03-191-12/+20
* Address Savannah bug #44566: Unused variable warnings with -DNDEBUGKurt Schwehr2015-03-171-1/+1
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-2/+2
* splint cleanup of new code.Eric S. Raymond2015-03-081-1/+1
* Fix a display glitch when there is a field after TOFF or PPS...Eric S. Raymond2015-03-081-2/+6
* ppsthread.c is now fully decoupled from the libgpsd_core.c structures.Eric S. Raymond2015-03-081-0/+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-3/+0
* Decouple (mostly) the PPS thread-monitor from the session structure.Eric S. Raymond2015-03-081-4/+4
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-4/+6
* Revert "Another step in prying ntplib loose. Partly decouple ppsthread.c fom...Eric S. Raymond2015-03-071-15/+3
* Another step in prying ntplib loose. Partly decouple ppsthread.c fom sessions.Eric S. Raymond2015-03-071-3/+15
* Generqte -V messages in a uniform way.Eric S. Raymond2015-03-021-1/+1
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-1/+1
* Warning hunting cleanup in gpsmon.c for visiblize not always usedJon Schlueter2015-02-251-0/+2