summaryrefslogtreecommitdiff
path: root/ntpshm.c
Commit message (Expand)AuthorAgeFilesLines
* More Coverity suppressions.Eric S. Raymond2012-05-121-1/+1
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-0/+3
* More comment fixes.Eric S. Raymond2012-05-111-3/+3
* Shameless microtweaking.Eric S. Raymond2012-05-101-1/+1
* Fix type error in ntpshm.cGary E. Miller2012-05-091-1/+1
* Fix a typo in a previous patch.Gary E. Miller2012-05-031-2/+6
* Add logging for unlogged NTP error path.Gary E. Miller2012-05-031-8/+16
* Allow use of the CTS line for NNTP.Eric S. Raymond2012-05-011-1/+1
* Leap-second warning status from GPS subframe info it's passed to ntpd.Eric S. Raymond2012-04-141-1/+4
* Slightly better error message for PPS thread.Gary E. Miller2012-04-041-1/+2
* Log the last way PPS thread can exit silently.Gary E. Miller2012-04-041-1/+6
* Add an error out message for PPS thread.Gary E. Miller2012-04-041-1/+3
* Remove pps-pin option; the PPS code now listens on all handshake pins.Eric S. Raymond2012-04-041-6/+11
* Fix the byuild when pps=false and sys/timepps.h is present.Eric S. Raymond2012-03-011-2/+2
* Only ship to chrony when we ship to NTP direct.Eric S. Raymond2012-02-291-1/+1
* Revert the timing of the PPS threasd launch to what it was in 3.4.Eric S. Raymond2012-02-281-7/+5
* Add some PPS progress logging.Eric S. Raymond2012-02-271-2/+6
* PPS fixes from Michael Tatarinov.Eric S. Raymond2012-02-271-12/+19
* Typo fix.Eric S. Raymond2012-02-271-1/+1
* Attempted fix for Savannah bug #34959.Eric S. Raymond2012-02-271-12/+19
* Attempted fix workaround for the TIOCMIWAIT-hang bug.Eric S. Raymond2012-02-261-10/+25
* Trial version of PPS drift message. Protocol minor version bumped.Eric S. Raymond2012-02-251-2/+5
* Typo fix.Eric S. Raymond2012-02-251-1/+1
* Shut splint up.Eric S. Raymond2011-10-261-0/+2
* Used clock_gettime() instead of gettimeofday() if possible.Michael Tatarinov2011-10-201-1/+1
* Comment tweaks.Michael Tatarinov2011-10-201-2/+2
* Document kernel bug that interferes with non-kernel PPS, and the workaround.Eric S. Raymond2011-10-121-1/+1
* Improve PPS error handling.Gary E. Miller2011-10-111-2/+4
* Another PPS log tweak.Gary E. Miller2011-10-111-1/+1
* Improve PPS log messages.Gary E. Miller2011-10-111-15/+14
* const and splint cleanup.Eric S. Raymond2011-10-091-17/+18
* We can't say no request for PPS on RTS or RI has been seen, any more.Eric S. Raymond2011-10-051-5/+1
* Replace pps_on_cts with pps_pin for more flexibility.Eric S. Raymond2011-10-051-7/+1
* Documentation tweaks.Eric S. Raymond2011-10-051-0/+14
* Small refactoring step and optimization.Eric S. Raymond2011-09-221-11/+17
* Fix typo in log message.Gary E. Miller2011-08-221-1/+1
* Try to open the right chrony socket...Eric S. Raymond2011-08-221-13/+7
* Add more explanation.Eric S. Raymond2011-08-121-1/+3
* Improved explanation of the priv-dropping problem. All regression tests pass.Eric S. Raymond2011-08-111-4/+4
* Revert to old -N behavior of dripping privileges, and explain why.Eric S. Raymond2011-08-111-0/+5
* Typo fixes and scan-build cleanup.Eric S. Raymond2011-08-111-0/+1
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2011-06-271-1/+1
* Removed duplicate code.Michael Tatarinov2011-06-271-24/+18
* splint cleanup.Eric S. Raymond2011-04-061-2/+3
* PPS_ON_CTS -> PPS_ON_CTS_ENABLE in the autoconf build.Eric S. Raymond2011-04-041-1/+1
* Squeeze more code out of the minimal build.Eric S. Raymond2011-03-291-5/+2
* Try to move NTP link activation and deactivation up to the disparcher layer.Eric S. Raymond2011-03-241-4/+2
* Refactoring step. Hide the internals of NTPD communication better.Eric S. Raymond2011-03-231-4/+17
* Add some explanatory comments about where root privs are needed.Eric S. Raymond2011-03-231-3/+15
* Add missing include file needed for open().Gary E. Miller2011-03-231-0/+4