summaryrefslogtreecommitdiff
path: root/ppsthread.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-1/+3
* Repaired a fatal typo in Gary Miller's last change.Eric S. Raymond2015-02-051-1/+1
* Convert some of ppsthread.c to use timespec_str()Gary E. Miller2015-02-051-25/+20
* Mask a NAN in ntpshm_latch(). Cause of NAN in ppsthread.cGary E. Miller2015-02-021-0/+1
* Add debugging for lat_fixtime_real getting clobbered.Gary E. Miller2015-02-021-1/+13
* Make gpsd_report() show what it really sent to ppshook.Gary E. Miller2015-02-021-4/+5
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+2
* Fix insufficient precision in last_fixtime.clockGary E. Miller2015-02-011-2/+6
* Add comment warning not to use doubles in PPS math.Gary E. Miller2015-02-011-0/+7
* Document thread unsafe usage of strerror() in PPS thread.Gary E. Miller2015-01-311-0/+3
* Fix PPS comments.Gary E. Miller2015-01-301-3/+2
* Loosen up some 1 Hz PPS guard bands.Gary E. Miller2015-01-311-2/+8
* Add missing pthread_mutex_init(&ppslast_mutex)Gary E. Miller2015-01-301-0/+13
* Missing \n in debug statement.Gary E. Miller2015-01-301-1/+1
* Check return codes for pthread_mutex*() in ppsthread.cGary E. Miller2015-01-301-4/+28
* Make PPS delivery troubleshooting a bit easier. All regression tests pass.Eric S. Raymond2015-01-271-1/+4
* Instrument PPS ioctl()s so we know for sure what device they're being fired at.Eric S. Raymond2015-01-271-5/+6
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-32/+32
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-32/+32
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-32/+32
* Proper integral-type conversion when stashing previous-fix time.Eric S. Raymond2014-08-261-1/+2
* Re-integrate Miroslav's support for large PPS offsets.Eric S. Raymond2014-08-221-10/+12
* Restore PPS function by backing out Miroslav Lichtvar's last commit.Eric S. Raymond2014-08-211-12/+10
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-0/+1
* Fix PPS with large offsets.Miroslav Lichvar2014-08-171-10/+12
* ppsthread.c: delete a stray commaGary E. Miller2014-01-021-1/+1
* ppsthread.c: delete more stray commasGary E. Miller2014-01-021-3/+3
* Fix stupid typo of TIOCMIWAIT.Gary E. Miller2013-12-261-5/+5
* Fix my stupid PPS mistake. PPS still not quit right...Gary E. Miller2013-12-161-1/+1
* Document a broken assumption about serial and PPS time.Gary E. Miller2013-12-011-0/+3
* remove debug gpsd_report() that escaped into git.Gary E. Miller2013-11-301-2/+0
* Fix an out of bounds on pulse[] in ppsthread.cGary E. Miller2013-11-301-16/+25
* 2nd try at rejecting negative cycle times.Gary E. Miller2013-11-291-5/+4
* ppsthread now detects all edges. reject impossible cycle times.Gary E. Miller2013-11-291-2/+9
* WHoops, let a debug thing get into git head, revert that.Gary E. Miller2013-11-291-2/+2
* Quick, grab a copy of last_fixtime in ppsthread before it changes.Gary E. Miller2013-11-291-5/+8
* Improve separation of KPPS and PPS in ppsthread.cGary E. Miller2013-11-291-11/+16
* More ppsthread comment tweaks.Gary E. Miller2013-11-261-5/+9
* Improve ppsthread comments.Gary E. Miller2013-11-261-2/+6
* Fix a comment, a style nit, and a mistaken #ifdef in ppsthread.Gary E. Miller2013-11-261-7/+11
* Fix KPPS on Linux, by reverting part of 7d06e770d5f4f8e903a5720a924a93901a140a69Gary E. Miller2013-11-261-6/+0
* Fix inane comment in ppsthread.cGary E. Miller2013-11-261-5/+5
* Clean up of ntpshm logging.Gary E. Miller2013-11-261-1/+1
* Fix some PPS logging.Gary E. Miller2013-11-261-3/+8
* Clean up ppsthread comments.Gary E. Miller2013-11-251-6/+6
* Fix a bad case of the not-nots.Gary E. Miller2013-11-251-20/+20
* Static checker cleanup.Eric S. Raymond2013-11-251-0/+1
* Add NetBSD support for RFC2783 PPS.Greg Troxel2013-11-241-10/+84
* spint annotation fixes. No logic changes.Eric S. Raymond2013-11-181-0/+2
* Reduce noice when debugging PPS.Eric S. Raymond2013-11-161-4/+11