index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gpsmon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpsmon: Expand a too small buffer.
Gary E. Miller
2018-07-26
1
-1
/
+1
*
gpsmon.c: isnan() -> isfinite(). Fix a buffer size.
Gary E. Miller
2018-07-14
1
-2
/
+2
*
gpsmon: fix NULL pointer dereference.
Gary E. Miller
2018-06-17
1
-3
/
+10
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
gpsmon, promptgen: buffer was too small.
Gary E. Miller
2018-02-08
1
-1
/
+1
*
Fixes some trouble with gpsmon and no PPS_ENABLE.
Fred Wright
2017-01-19
1
-9
/
+13
*
Adds Linux "fake PPS" detection and avoidance.
Fred Wright
2016-12-23
1
-6
/
+8
*
Makes MAGIC_HAT kludge optional.
Fred Wright
2016-12-22
1
-2
/
+4
*
Fixes inverted offset signs in gpsmon's PPS lines.
Fred Wright
2016-09-22
1
-1
/
+1
*
Fixes crash when quitting gpsmon in -a mode.
Fred Wright
2016-09-22
1
-2
/
+3
*
for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999
Gary E. Miller
2016-08-16
1
-0
/
+4
*
usleep() is removed from POSIX-2008. Replace with nanosleep()
Gary E. Miller
2016-08-15
1
-2
/
+12
*
FreeBSD wants to force us to call sysconf(). Foil it.
Eric S. Raymond
2016-05-28
1
-0
/
+5
*
gpsmon now includes the hostname with the device display.
Eric S. Raymond
2016-05-18
1
-5
/
+8
*
Im[p;ement and document /dev/gpsd0 side effect.
Eric S. Raymond
2016-05-10
1
-1
/
+2
*
Give ODROID C2 users some hope of getting HAT autodetection of pps0 right.
Eric S. Raymond
2016-04-26
1
-4
/
+5
*
Autoconfiguration kluge for Raspberry Pi.
Eric S. Raymond
2016-04-25
1
-0
/
+8
*
Fix minor typos.
Hal Murray
2016-02-01
1
-1
/
+1
*
Prevent a memory leak in long-running gpsmon instances.
Eric S. Raymond
2016-01-05
1
-0
/
+2
*
Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.
Eric S. Raymond
2015-10-01
1
-8
/
+8
*
Remove a BSD-ism.
Gary E. Miller
2015-06-23
1
-1
/
+5
*
A gaggle of whitespace gaffs.
Gary E. Miller
2015-04-30
1
-13
/
+13
*
Stop infinite loop in gpsmon for /dev/pps0
Gary E. Miller
2015-04-02
1
-5
/
+7
*
Improved error messages in gpsmon.
Eric S. Raymond
2015-04-01
1
-4
/
+2
*
Eliminate some duplication code for timespec arithmetic.
Eric S. Raymond
2015-04-01
1
-1
/
+1
*
Clean up PPS monitor interface with renames, and additional documentation.
Eric S. Raymond
2015-04-01
1
-2
/
+6
*
Write scan-build suppressions to it runs clean.
Eric S. Raymond
2015-03-30
1
-0
/
+3
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-65
/
+13
*
In gpsmon, omit hexdumping trailing CR/LF when dumping textual packets.
Eric S. Raymond
2015-03-30
1
-0
/
+6
*
Clean up most spint errors. All regression tests pass.
Eric S. Raymond
2015-03-28
1
-3
/
+5
*
Fix a display glitch in gpsmon.
Eric S. Raymond
2015-03-19
1
-12
/
+20
*
Address Savannah bug #44566: Unused variable warnings with -DNDEBUG
Kurt Schwehr
2015-03-17
1
-1
/
+1
*
Simplify the thread-monitor interface.
Eric S. Raymond
2015-03-11
1
-2
/
+2
*
splint cleanup of new code.
Eric S. Raymond
2015-03-08
1
-1
/
+1
*
Fix a display glitch when there is a field after TOFF or PPS...
Eric S. Raymond
2015-03-08
1
-2
/
+6
*
ppsthread.c is now fully decoupled from the libgpsd_core.c structures.
Eric S. Raymond
2015-03-08
1
-0
/
+1
*
Eliminate timestamp-T use from PPS thread code.
Eric S. Raymond
2015-03-08
1
-1
/
+1
*
Eliminate a potential source of defects by using static mutex initialization.
Eric S. Raymond
2015-03-08
1
-3
/
+0
*
Decouple (mostly) the PPS thread-monitor from the session structure.
Eric S. Raymond
2015-03-08
1
-4
/
+4
*
Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.
Eric S. Raymond
2015-03-07
1
-4
/
+6
*
Revert "Another step in prying ntplib loose. Partly decouple ppsthread.c fom...
Eric S. Raymond
2015-03-07
1
-15
/
+3
*
Another step in prying ntplib loose. Partly decouple ppsthread.c fom sessions.
Eric S. Raymond
2015-03-07
1
-3
/
+15
*
Generqte -V messages in a uniform way.
Eric S. Raymond
2015-03-02
1
-1
/
+1
*
Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.
Eric S. Raymond
2015-02-26
1
-1
/
+1
*
Warning hunting cleanup in gpsmon.c for visiblize not always used
Jon Schlueter
2015-02-25
1
-0
/
+2
*
Fix broken build for time_offset in gpsmon
Jon Schlueter
2015-02-25
1
-0
/
+2
*
Fix a glitch when painting short values in a field.
Eric S. Raymond
2015-02-25
1
-0
/
+6
*
Put the PPS offset in the PPS timebar in gpsmon.
Gary E. Miller
2015-02-24
1
-4
/
+7
*
Convert gpsmon_hook() to use timespec_str()
Gary E. Miller
2015-02-24
1
-10
/
+17
*
Fix a gpsmon display glitch in client mode.
Eric S. Raymond
2015-02-24
1
-1
/
+3
[next]