summaryrefslogtreecommitdiff
path: root/ntpshm.c
Commit message (Expand)AuthorAgeFilesLines
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-1/+1
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Partial cppcheck and Coverity cleanup.Eric S. Raymond2013-11-061-1/+3
* Unify time-difference computations. All regression tests pass, PPS is live.Eric S. Raymond2013-11-061-2/+1
* splint cleanup.Eric S. Raymond2013-11-061-1/+3
* Clarifying name change. All regression test pass. PPS is live.Eric S. Raymond2013-11-061-3/+3
* Update for the existence of the barrier() function.Eric S. Raymond2013-11-061-2/+5
* Sets precision inside ntpshm_put().Michael Tatarinov2013-11-061-3/+10
* Simplify the PPS hook.Michael Tatarinov2013-11-061-6/+5
* ntpshm_pps() is gone.Michael Tatarinov2013-11-061-107/+23
* C variables are case insensitive, but still nice to have matching case.Gary E. Miller2013-11-051-13/+13
* Get some ntpshm coments to align with new realityGary E. Miller2013-11-051-3/+1
* Use the new timedrift_t to simplify PPS.Gary E. Miller2013-11-051-26/+18
* Fix a PPS debug report nit.Gary E. Miller2013-11-051-1/+1
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-1/+7
* Be a little more paranoid about shmTime.Gary E. Miller2013-11-051-2/+2
* Fix typo. Thanks to Mick Durkin <mick.durkin@napierdeltic.demon.co.uk>Gary E. Miller2013-11-051-1/+1
* Insert memory barriers where requested, since we actually have them.Eric S. Raymond2013-11-051-4/+8
* Fix a rounding problem in last patch.Gary E. Miller2013-11-051-9/+7
* Add new ntpd nSec fields to SHM interfaceGary E. Miller2013-11-051-1/+7
* Use timedrift_t for all hook arguments.Eric S. Raymond2013-11-031-26/+28
* Eliminate an enable flag that always gets set true.Eric S. Raymond2013-11-021-4/+2
* 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-2/+13
* Eliminate the race in KPPS thread startup.Eric S. Raymond2013-10-311-7/+1
* PPS on a pty doesn't work.Eric S. Raymond2013-10-311-1/+1
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-0/+505
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-505/+0
* Re-enable compilation with ntpshm=no.Eric S. Raymond2013-10-301-0/+3
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-5/+11
* Separate policy from mechanism.Eric S. Raymond2013-10-291-10/+24
* ntpshm.c splits up; thread management now lives in ppsthread.cEric S. Raymond2013-10-291-677/+6
* Now we can handle a PPS thread per session. Tested with live PPS and works.Eric S. Raymond2013-10-291-6/+4
* A big step - ntpd/chrony-specific code becomes method ponters.Eric S. Raymond2013-10-291-9/+24
* Eliminate shmTimePPS, no longer used.Eric S. Raymond2013-10-291-2/+2
* Unconditionally enable PPS at startup.Eric S. Raymond2013-10-291-8/+1
* Another factoring step in ntpshm.c.Eric S. Raymond2013-10-291-16/+27
* Make chrony_send() and ntpshm_pps() take the same arguments in theGary E. Miller2013-10-281-58/+53
* Remove broken and unused ONCORE PPS codeGary E. Miller2013-10-281-11/+0
* Another step at using nSec instead of uSec in ntpshm.cGary E. Miller2013-10-281-51/+54
* Comment polishing.Eric S. Raymond2013-10-281-1/+3
* More code rearrangement. No logic changes.Eric S. Raymond2013-10-281-11/+11
* Move some code and remove unneeded deoendency.Eric S. Raymond2013-10-281-75/+73
* More factoring out of chrony code.Eric S. Raymond2013-10-271-15/+16
* Attempting to disentangle the thread monitor from ntpd and chrony reporting.Eric S. Raymond2013-10-271-16/+31
* Begin the painful process of factoring the thread processing.Eric S. Raymond2013-10-271-41/+54
* Build system symplifications fixing minor bugs exposed by 13.10.Eric S. Raymond2013-10-271-0/+2
* Add a clarifying comment.Eric S. Raymond2013-10-251-0/+8
* Remove a redundant test, and explain the redundancy.Eric S. Raymond2013-10-251-6/+12
* Anoter chrony socket error reporting tweak.Gary E. Miller2013-10-251-2/+2