summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-1729-99/+109
* Whitespace fixes.Eric S. Raymond2009-11-171-2/+2
* A start on an improved manual page.Eric S. Raymond2009-11-171-2/+2
* cgps is converted to use new protocol.Eric S. Raymond2009-11-172-18/+6
* Condition out the compass-mode code in cgps.Eric S. Raymond2009-11-171-93/+25
* I found the bug in JSON parsing, so re-enable new protocol on all clients.Eric S. Raymond2009-11-174-4/+4
* Avoid doing some invalid buffer copies that can cause really obscure errors.Eric S. Raymond2009-11-173-4/+4
* Adjust Garmin Serial Binary NTPD fudge for 4800bps.Gary E. Miller2009-11-171-2/+5
* Ignore SiRF message type 0x04 for OOx purposes.Gary E. Miller2009-11-171-1/+5
* Time of arrival of SiRF binary messages jumps around too much.Gary E. Miller2009-11-171-10/+16
* Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete).Eric S. Raymond2009-11-174-9/+6
* Comment fix.Eric S. Raymond2009-11-171-1/+1
* Make the last patch compile.Gary E. Miller2009-11-171-2/+2
* Quite the ntpshm_alloc() logging a bit.Gary E. Miller2009-11-171-2/+2
* More instrumentation for the JSON parseer.Eric S. Raymond2009-11-171-5/+7
* fix the probe logic, thereby unbreaking the rest of the protocols.Chris Kuethe2009-11-171-4/+7
* Make fudge explicit in ntpshm_put(), and log it..Gary E. Miller2009-11-179-16/+22
* whitespaceChris Kuethe2009-11-171-30/+30
* missed a couple in the MKT / MTK renameChris Kuethe2009-11-171-2/+2
* merge in the rest of chris adams' SVeeSix patchChris Kuethe2009-11-172-3/+110
* Improve NTPD logging (and some code) in the ntpd parts of SiRF.Gary E. Miller2009-11-171-28/+53
* Add a missing check field to a parser specification.Eric S. Raymond2009-11-161-0/+2
* More tagging of NTPD logs.Gary E. Miller2009-11-162-7/+12
* Fix last logging commit and add some more NTPD logging.Gary E. Miller2009-11-161-5/+12
* With this change I think you can nicely log all PPS/NTPD related logs this way:Gary E. Miller2009-11-162-2/+3
* Add some instrimentation with which to detect JSON parser problems.Eric S. Raymond2009-11-161-8/+19
* Avoid null-pointer issues.Eric S. Raymond2009-11-161-80/+82
* Be a bit more generous about setting the observed mask...Eric S. Raymond2009-11-161-1/+3
* Comment fixes. All regression tests pass.Eric S. Raymond2009-11-161-3/+3
* Splint cleanup.Eric S. Raymond2009-11-163-10/+12
* Improvements to core cycle-change logic, and MKT3301 support.Eric S. Raymond2009-11-162-9/+23
* Fixes for generated DEVICE calls.Eric S. Raymond2009-11-161-3/+3
* Make it possible to pass a cycle change to gpsctl.Eric S. Raymond2009-11-161-1/+1
* Correct confusion of Garmin NMEA and Garmin Serial binaryGary E. Miller2009-11-151-10/+3
* Some packets do not end in \n, so make sure there is on in the log message.Gary E. Miller2009-11-151-1/+3
* Tweak a log message.Gary E. Miller2009-11-151-1/+1
* Shut up splint. Per Hakan Johansson.Gary E. Miller2009-11-152-4/+5
* Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRCChris Kuethe2009-11-145-39/+39
* Get current second from the last GPS timestamp.Gary E. Miller2009-11-141-13/+24
* More PPS cleanupGary E. Miller2009-11-142-41/+36
* Improve error messages for shmget() failures.Gary E. Miller2009-11-131-3/+3
* Be a tad more liberal on accepting 5Hz pulese.Gary E. Miller2009-11-131-1/+1
* Fix an oops pointed out by Hakan Johansson.Gary E. Miller2009-11-131-1/+1
* Change logging in ntpshm_pps() so now all PPS logs are prefixed with PPS.Gary E. Miller2009-11-131-4/+5
* Fix #ifdef TSIP nesting from Chris Adams's TSIP-validation patch.Gary E. Miller2009-11-131-1/+1
* More refactoring of ppsmonitor().Gary E. Miller2009-11-131-14/+24
* Reorder the tests in pps_monitor...Gary E. Miller2009-11-131-4/+14
* More ppsmonitor tweaks.Gary E. Miller2009-11-131-8/+17
* Smll fixes and cleanups for PPS code.Gary E. Miller2009-11-131-16/+28
* Never give up totally looking for PPS,...Gary E. Miller2009-11-121-3/+3