summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Decode SkytTraq undocumented $STI sentence.Gary E. Miller2016-07-214-6/+51
* Another step to decode SkyTraq $STI.Gary E. Miller2016-07-211-0/+3
* Initial support for undocumented SkyTraq $STI sentence.Gary E. Miller2016-07-201-1/+27
* Modify misleading comment on leap seconds.Gary E. Miller2016-07-192-4/+14
* Fix typoHal Murray2016-07-181-1/+1
* TSIP: Add support for messages 0x5d and 0x6cNuno Goncalves2016-07-182-12/+153
* Puedo GPGSA outputs 12 SATs and NaNs as empty.Gary E. Miller2016-07-186-41/+59
* TSIP: fix time offsetNuno Goncalves2016-07-181-2/+12
* TSIP: improve commentsNuno Goncalves2016-07-182-11/+41
* gpsd was shipping NMEA time to SHM even when no valid fix.Gary E. Miller2016-07-161-2/+1
* Try to prevent ntpshmmon from writing a short record on interrupt.Eric S. Raymond2016-07-161-0/+7
* Corrects info regarding 13-bit week numbers.Fred Wright2016-07-151-15/+17
* mprove test_libgps to detect gps_send() and gps_read() errors.Robert Norris2016-07-141-2/+10
* Building test_libgps can fail with specifc build options.Robert Norris2016-07-141-2/+6
* Fix a typos in a date in a logfile comment.Fred Wright2016-07-141-1/+1
* Improvements to 13-bit week number descriptions.Fred Wright2016-07-142-22/+24
* Fix an uninitialized variable found by valgrind.Ferry Huberts2016-07-141-0/+1
* Stop gpsprof xtic lables from overlapping.Gary E. Miller2016-07-131-0/+1
* Set gpsprof output size to 800,600Gary E. Miller2016-07-132-1/+2
* Minor fix to ntpshmmon data header.Eric S. Raymond2016-07-131-1/+1
* Restore the original output format of ntpshmmon.Eric S. Raymond2016-07-131-2/+2
* Make ntpshmviz display as an impulse plot and made it Python 3 compatible.Keane Wolter2016-07-131-114/+55
* Add a mention to use only the performance governor.Gary E. Miller2016-06-301-1/+5
* Add section on avoiing power saving options.Gary E. Miller2016-06-291-2/+25
* Improve xxGSA commentsGary E. Miller2016-06-211-4/+6
* Add some commments on xxGSA.Gary E. Miller2016-06-211-0/+6
* Fix formatting of ntpshmmon to match recent output change.Gary E. Miller2016-06-171-1/+1
* Make ntpshmmon take less CPUGary E. Miller2016-06-171-3/+9
* Only read the system clock for tvc is we are going to use it.Gary E. Miller2016-06-162-2/+2
* Expand the -h option in ntpshmmon.Gary E. Miller2016-06-151-2/+11
* Update PPS comments and constantsGary E. Miller2016-06-151-23/+50
* Fix double counting in ntpshmmonGary E. Miller2016-06-152-23/+38
* Don't daemonize gpsd if no good device or control socket.Nuno Gonçalves2016-06-141-0/+17
* gps.py: Don't negate flags twice!Nuno Gonçalves2016-06-141-1/+1
* gpsprof: fix 'instrumented'plotNuno Gonçalves2016-06-141-8/+7
* Document the TPV status key.Gary E. Miller2016-06-141-0/+6
* Add back in /dev/pps0 for the rasPi.Gary E. Miller2016-06-101-3/+10
* Minor HOWTO correction.Eric S. Raymond2016-06-071-1/+1
* Explain why to start gpsd first.Eric S. Raymond2016-06-071-8/+18
* Add ARP error example. Add section on temperature errors.Gary E. Miller2016-05-301-1/+15
* Add info on ARP problems, only need to bump rev every month/release.Gary E. Miller2016-05-301-5/+18
* Deal with some minor compiler warnings from FreeBSD.Eric S. Raymond2016-05-281-3/+3
* FreeBSD wants to force us to call sysconf(). Foil it.Eric S. Raymond2016-05-281-0/+5
* revert error cchecking of tcsetattr() in gpsd_set_speed().Gary E. Miller2016-05-261-4/+10
* Basically revert 56a2a6eb494c6dbc454bad518df8861c9258ad5bGary E. Miller2016-05-261-3/+1
* Attempting to solve tty mode prblems that have suraced sudenty.Eric S. Raymond2016-05-261-2/+33
* Fix a bogus address.Eric S. Raymond2016-05-261-4/+4
* Add info on sourcetype to the error log on failure.Gary E. Miller2016-05-251-2/+2
* Do not try to set the speed on non-tty's.Gary E. Miller2016-05-251-1/+5
* Replace a malloc() with an alloca()Gary E. Miller2016-05-251-22/+17