summaryrefslogtreecommitdiff
path: root/ntpshmread.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup of new code.Eric S. Raymond2015-03-081-0/+1
* ppsthread.c is now fully decoupled from the libgpsd_core.c structures.Eric S. Raymond2015-03-081-1/+0
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-2/+2
* Comment and documentation polishing.Eric S. Raymond2015-03-061-3/+5
* Cmmment typo.Gary E. Miller2015-03-031-1/+1
* Tell ntpshhmon to merely snoop SHM updates, not consume them.Eric S. Raymond2015-03-031-2/+9
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-011-9/+0
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-1/+1
* Whitespace & comment polishing.Eric S. Raymond2015-02-271-6/+5
* clock_gettime() port fix for OS X.Eric S. Raymond2015-02-271-0/+11
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-5/+13
* Concurrency protection for ntpmon using memory barrier instructions.Eric S. Raymond2015-02-251-36/+49
* In gpmon, it was confusing to use 'mode' as a report field that wasn't SHM mode.Eric S. Raymond2015-02-251-10/+9
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-251-2/+7
* In ntpmon, increase collection time precision and collect the precision field.Eric S. Raymond2015-02-251-2/+3
* ntpmon code polishing.Eric S. Raymond2015-02-251-1/+9
* In tpmon, timestamp reports properly and deal with bad status.Eric S. Raymond2015-02-251-0/+3
* First cut at an interface for the read side of an NTP SHM connection.Eric S. Raymond2015-02-251-0/+141