summaryrefslogtreecommitdiff
path: root/ntpshm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some more error logging to chrony socket openingGary E. Miller2013-10-251-2/+2
* Add a FIXME of a potential, never reported, problem.Gary E. Miller2013-10-221-0/+2
* Tweak PPS reporting a bit.Gary E. Miller2013-10-211-5/+3
* Leave root permissions for a tad long to be sure KPPS initialized.Gary E. Miller2013-10-211-10/+13
* ntpshm.c: let the PPS init waiting loop terminateBeat Bolli2013-10-201-1/+1
* GPSD assumes 1PPS before ins-stream report. Document this assumption.Eric S. Raymond2013-10-191-0/+6
* ntpd now can handle nSec. So all PPS hangling moving from uSec toGary E. Miller2013-10-181-1/+1
* pps_hook (PPS in JSON)now correctly reports the PPS time and local clockGary E. Miller2013-10-181-1/+6
* Fix a strange typo that crept into ntpshm.c.Eric S. Raymond2013-10-171-1/+2
* Egg-on-my-face build and compiler warning fixes.Eric S. Raymond2013-10-171-5/+5
* Fix wrong comments. Build still broken.Gary E. Miller2013-10-171-9/+14
* A volatile that might be helpful, and explanatory comments.Eric S. Raymond2013-10-171-3/+5
* Some clarifying comment.Eric S. Raymond2013-10-171-1/+7
* Clean up the KPPS initialization wait.Eric S. Raymond2013-10-171-3/+7
* Prevent a race between KPPS initialization and privilege dropping.Eric S. Raymond2013-10-171-0/+45
* Add a sanity check for KPPS. KPPS in usb may return all zeros.Gary E. Miller2013-10-161-3/+8
* Rename a KPPS variable so all KPPS vars end in _kpps.Gary E. Miller2013-10-161-10/+10
* Fix a bug where KPPS values were getting stepped on.Gary E. Miller2013-10-161-2/+3
* There is a race between opening /dev/pps0 and dropping root. Make itGary E. Miller2013-10-161-1/+6
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2013-09-291-0/+2
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-60/+89
* Remove some thread debugging that stepped on other messages.Eric S. Raymond2013-09-281-2/+1
* More cppcheck cleanup.Eric S. Raymond2013-09-171-1/+2
* Remove dead code found by clang.Eric S. Raymond2013-06-071-1/+0
* Clean up more static-analysis warnings.Eric S. Raymond2013-04-301-1/+1
* Refactoring ntpshm.c.Michael Tatarinov2013-03-251-6/+3
* Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-1/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-31/+31
* Add #ifdef line which was deleted accidentally.Bernd Zeimetz2012-07-011-0/+1
* Include unistd.h as workaround for timepps.h missing it.Bernd Zeimetz2012-07-011-12/+0
* Fix three PPS factoring issues.Michael Tatarinov2012-06-011-79/+77
* Do not activate pps subsystem for nmea2000.Reinhard Arlt2012-05-301-0/+8
* 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