summaryrefslogtreecommitdiff
path: root/ntpshmread.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Only read the system clock for tvc is we are going to use it.Gary E. Miller2016-06-161-2/+0
* More trailing whitespace fixups.Gary E. Miller2015-04-301-2/+2
* Revert "Copy structs using assignment, not memcpy()."Gary E. Miller2015-04-281-1/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-281-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-10/+2
* splint cleanup. Fixes for minor but real issues...Eric S. Raymond2015-03-281-1/+1
* Yet more: Line expects to suppress X error, found 0 errorsGary E. Miller2015-03-251-1/+1
* 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