summaryrefslogtreecommitdiff
path: root/ntpshm.c
Commit message (Expand)AuthorAgeFilesLines
* More ntpshm documentation fixes.Eric S. Raymond2015-02-181-15/+22
* Update the internal documentation on NTP segment management.Eric S. Raymond2015-02-171-13/+28
* Don't talk to NTP when we're running inside the test harnessEric S. Raymond2015-02-171-0/+4
* Revert the ntpshm allocation change - go back to using an external bool array.Eric S. Raymond2015-02-161-6/+4
* Shut up, splint! All regressiion tests pass.Eric S. Raymond2015-02-151-3/+3
* Remove unused and incorrect retval from timespec_strZbigniew Chyla2015-02-151-4/+4
* Simplify NTP SHM segment creation.Eric S. Raymond2015-02-151-5/+6
* Replace Gary's magic number 22 with TIMESPEC_LEN.Eric S. Raymond2015-02-121-4/+4
* Convert ntpshm.c to use timespec_str()Gary E. Miller2015-02-051-12/+13
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+1
* Fix PPS comment.Gary E. Miller2015-01-291-3/+3
* Complete splint cleanup.Eric S. Raymond2015-01-211-0/+6
* More splint cleanup. All regression tests pass.Eric S. Raymond2015-01-211-3/+8
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-1/+1
* Refactor the way NTP shared memory segments are addressed.Eric S. Raymond2015-01-131-23/+30
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-11/+11
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-11/+11
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-11/+11
* ntpshm.c: add comment to note where shmTime comes from.Gary E. Miller2014-01-041-8/+9
* Use GPS_PATH_MAX instead of PATH_MAX.Bernd Zeimetz2013-11-291-1/+1
* Clean up of ntpshm logging.Gary E. Miller2013-11-261-3/+18
* Set time stamp in chrony SOCK sample correctly.Miroslav Lichvar2013-11-221-1/+1
* 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