summaryrefslogtreecommitdiff
path: root/ppsthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a stray (but harmless) unlock.Eric S. Raymond2013-11-151-1/+0
* splint cleanup.Eric S. Raymond2013-11-121-1/+5
* Fix PPS offset display bug by properly thread-locking some accesses.Eric S. Raymond2013-11-121-0/+28
* Remove more duplicative logging.Michael Tatarinov2013-11-121-5/+4
* Whoops, fix ppsthread.c. Can't fit float nSec in a long.Gary E. Miller2013-11-101-5/+7
* Show PPS edge (when the hook fires) at LOG_INF.Eric S. Raymond2013-11-091-1/+1
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Unify time-difference computations. All regression tests pass, PPS is live.Eric S. Raymond2013-11-061-9/+4
* Simplify the PPS hook.Michael Tatarinov2013-11-061-13/+7
* Stamp out timeval in gpsd_ppsmonitor()Gary E. Miller2013-11-051-31/+25
* Fix a bad precision in a debug reportGary E. Miller2013-11-051-1/+1
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-3/+7
* More splint fixups.Eric S. Raymond2013-11-051-2/+4
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-7/+14
* Eliminate a variable simplifying data management.Eric S. Raymond2013-11-031-11/+9
* Change two variable names for clarity.Eric S. Raymond2013-11-031-18/+19
* Use timedrift_t for all hook arguments.Eric S. Raymond2013-11-031-2/+7
* ppsthread: clarify the description.Beat Bolli2013-11-021-4/+5
* Typo fixes.Beat Bolli2013-11-021-3/+3
* Finish decoupling the PPS watcher code from NTP shared-segment management.Eric S. Raymond2013-11-021-12/+10
* Typo fix.Beat Bolli2013-11-011-1/+1
* Fix build error when HAVE_SYS_TIMEPPS_H is not available.Eric S. Raymond2013-11-011-2/+2
* Eliminate the race in KPPS thread startup.Eric S. Raymond2013-10-311-84/+10
* Re-enable compilation with ntpshm=no.Eric S. Raymond2013-10-301-4/+2
* Prevent double reporting of the same PPS secondGary E. Miller2013-10-291-10/+19
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-6/+7
* Remove unused or redundant #includes.Eric S. Raymond2013-10-291-6/+0
* Fix for a nasty typo.Eric S. Raymond2013-10-291-1/+1
* Either a non-null session or context hook lets the PPS thread run.Eric S. Raymond2013-10-291-1/+2
* Compile correctly with pps off.Eric S. Raymond2013-10-291-0/+4
* Cleanup. No logic changes.Eric S. Raymond2013-10-291-29/+41
* Separate policy from mechanism.Eric S. Raymond2013-10-291-84/+67
* ntpshm.c splits up; thread management now lives in ppsthread.cEric S. Raymond2013-10-291-0/+629