summaryrefslogtreecommitdiff
path: root/ntpshm.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the HAVE_* namespace in conditionalization macros.Eric S. Raymond2015-03-071-3/+3
|
* Cosmetic fix. No code changes.Eric S. Raymond2015-03-071-1/+2
|
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-2/+13
| | | | | | | 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/+3
|
* Obsolescence note.Eric S. Raymond2015-02-271-5/+5
|
* BUGFIX: Some versions of GCC or run modes require this change.Eric S. Raymond2015-02-271-1/+1
| | | | | It is correct; the mystery is why any version accepts int as a declaration for a field that an enum can be assigned to.
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-2/+2
|
* In gpmon, it was confusing to use 'mode' as a report field that wasn't SHM mode.Eric S. Raymond2015-02-251-1/+1
|
* ntpd uses the precision field afer all.Eric S. Raymond2015-02-251-3/+1
|
* Document obscure fields in the NTP shared-memory segment.Eric S. Raymond2015-02-251-3/+13
|
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-251-1/+1
|
* In ntpmon, increase collection time precision and collect the precision field.Eric S. Raymond2015-02-251-2/+2
|
* ntpmon code polishing.Eric S. Raymond2015-02-251-0/+1
|
* In tpmon, timestamp reports properly and deal with bad status.Eric S. Raymond2015-02-251-0/+1
|
* First crude but working version of ntpmon. Needs polishing and documentation.Eric S. Raymond2015-02-251-0/+1
|
* First cut at an interface for the read side of an NTP SHM connection.Eric S. Raymond2015-02-251-0/+62
Not yet used or tested.