summaryrefslogtreecommitdiff
path: root/ntpshmmon.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor bug in ntpshmmon uncovered by Coverity.Eric S. Raymond2015-03-131-19/+13
|
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-4/+4
| | | | | | | All knowledge of the ntpd SHM format is now confined to the three files ntpshm.h, ntpshmread.c, and ntpshmwrite.c. No logic changes. All regression tests pass. PPS works on GR-601W.
* Tell ntpshhmon to merely snoop SHM updates, not consume them.Eric S. Raymond2015-03-031-1/+1
|
* splint cleanup. All regression tests pass.Eric S. Raymond2015-03-021-4/+4
|
* Added -n and -t termination options to ntpshmmon.Eric S. Raymond2015-03-021-7/+18
|
* Generqte -V messages in a uniform way.Eric S. Raymond2015-03-021-2/+2
| | | | All regression tests pass.
* Add -V option to ntpshmmon.Eric S. Raymond2015-03-021-2/+8
|
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-0/+127
All regression tests pass.