summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Fix PPS with large offsets.Miroslav Lichvar2014-08-171-1/+4
* Instrument so we can tell when a SiRF control is sent out with ACK pending.Eric S. Raymond2014-05-181-0/+1
* Back out my attempt at ACK synchrinization, it fails on SiRF III.Eric S. Raymond2014-05-181-2/+0
* Conditionalization fix for NMEA2000 build, suggested by Bernd Ocklin.Eric S. Raymond2014-01-031-1/+1
* last_fixtime is volatile. Make sure compiler lets ppsthread work.Gary E. Miller2013-11-291-1/+1
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-0/+1
* Refactor NMEA0183 century handling.Eric S. Raymond2013-11-271-1/+2
* Derive new CENTURY_VALID flag in context. Not used yet. No logic changes.Eric S. Raymond2013-11-271-2/+3
* Get vertical error position and speed estimates from the u-blox driver.Pavel Kirienko2013-11-261-0/+8
* Add timeout on wait-for-ACK to SiRF driver.Eric S. Raymond2013-11-191-1/+2
* Structure change went missing from my last commit.Eric S. Raymond2013-11-181-1/+1
* Stall SiRF writes the minimum necessary to guarantee a 4-second cooldown.Eric S. Raymond2013-11-181-0/+2
* Introduce new LOG_CLIENT looging level.Eric S. Raymond2013-11-161-6/+7
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-3/+3
* Virtuous code removal.Eric S. Raymond2013-11-121-1/+0
* Fix PPS offset display bug by properly thread-locking some accesses.Eric S. Raymond2013-11-121-0/+3
* sys/timepps.h needs sys/time.h on NetBSD, perhaps FreeBSDEric S. Raymond2013-11-121-1/+2
* We can now change baud rates on the GR601-W.Eric S. Raymond2013-11-121-0/+1
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-3/+3
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-2/+2
* Clarifying name change. All regression test pass. PPS is live.Eric S. Raymond2013-11-061-2/+1
* Sets precision inside ntpshm_put().Michael Tatarinov2013-11-061-1/+1
* Simplify the PPS hook.Michael Tatarinov2013-11-061-4/+2
* ntpshm_pps() is gone.Michael Tatarinov2013-11-061-1/+1
* C variables are case insensitive, but still nice to have matching case.Gary E. Miller2013-11-051-2/+4
* Make the barrier() definition fail quietly, as it did in 3.9.Eric S. Raymond2013-11-051-10/+5
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-1/+7
* Memory barriers are required for safe NTPSHM.Eric S. Raymond2013-11-051-4/+4
* Use timedrift_t for all hook arguments.Eric S. Raymond2013-11-031-3/+2
* Yet more decoupling.Eric S. Raymond2013-11-021-2/+2
* Eliminate an enable flag that always gets set true.Eric S. Raymond2013-11-021-4/+5
* Namespace cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-021-2/+2
* Finish decoupling the PPS watcher code from NTP shared-segment management.Eric S. Raymond2013-11-021-1/+2
* Define barrier() only if SHM export is enabled.Beat Bolli2013-11-011-0/+2
* Use GCC built-in function for memory barrier.Michael Tatarinov2013-11-011-5/+7
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-5/+8
* Eliminate the race in KPPS thread startup.Eric S. Raymond2013-10-311-3/+0
* Better fix for pps=no build. All regression tests pass, PPS is liveEric S. Raymond2013-10-311-1/+1
* Fix build when pps=off.Eric S. Raymond2013-10-311-1/+1
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-13/+5
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-5/+13
* Re-enable compilation with ntpshm=no.Eric S. Raymond2013-10-301-5/+5
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-10/+11
* ntpshm.c splits up; thread management now lives in ppsthread.cEric S. Raymond2013-10-291-0/+43
* A big step - ntpd/chrony-specific code becomes method ponters.Eric S. Raymond2013-10-291-0/+7
* Eliminate shmTimePPS, no longer used.Eric S. Raymond2013-10-291-1/+0
* Unconditionally enable PPS at startup.Eric S. Raymond2013-10-291-1/+1
* Last commit needed this, too.Eric S. Raymond2013-10-271-0/+1
* starg.h is needed before maentioning va_list. (NetBSD port patch)Eric S. Raymond2013-10-261-0/+1
* Attempt to arrange reentrancy. All regression tests pass.Eric S. Raymond2013-10-191-0/+13