Miroslav Lichvar
2013-02-05 16:36:03 UTC
This a mixed set of various new features and bug fixes I came across while
implementing them. It's mostly about message printing/logging.
Miroslav Lichvar (13):
phc2sys: Add option to set step threshold.
Move Unix domain sockets to /var/run.
pmc: Allow commands on command line.
phc2sys: Open PPS device sooner.
phc2sys: Use printing facility.
Print messages with level below LOG_NOTICE to stderr.
Check sample time stamps in drift calculation.
Update comment in pi.c.
Remove trailing whitespaces.
Update clock sync interval.
Change label of frequency offset.
phc2sys: Print clock reading delay.
Add summary statistics.
clock.c | 94 ++++++++++++++++++++++++++++---
clock.h | 3 +-
config.c | 5 ++
config.h | 1 +
default.cfg | 1 +
gPTP.cfg | 1 +
hwstamp_ctl.8 | 2 +-
makefile | 8 +--
phc2sys.8 | 37 +++++++++++-
phc2sys.c | 177 +++++++++++++++++++++++++++++++++++++++++-----------------
pi.c | 8 ++-
pmc.8 | 10 ++--
pmc.c | 43 ++++++++++----
port.c | 3 +-
print.c | 6 +-
ptp4l.8 | 10 ++++
ptp4l.c | 4 +-
stats.c | 87 +++++++++++++++++++++++++++++
stats.h | 77 +++++++++++++++++++++++++
sysoff.c | 12 ++--
sysoff.h | 4 +-
uds.h | 2 +-
22 files changed, 503 insertions(+), 92 deletions(-)
create mode 100644 stats.c
create mode 100644 stats.h
implementing them. It's mostly about message printing/logging.
Miroslav Lichvar (13):
phc2sys: Add option to set step threshold.
Move Unix domain sockets to /var/run.
pmc: Allow commands on command line.
phc2sys: Open PPS device sooner.
phc2sys: Use printing facility.
Print messages with level below LOG_NOTICE to stderr.
Check sample time stamps in drift calculation.
Update comment in pi.c.
Remove trailing whitespaces.
Update clock sync interval.
Change label of frequency offset.
phc2sys: Print clock reading delay.
Add summary statistics.
clock.c | 94 ++++++++++++++++++++++++++++---
clock.h | 3 +-
config.c | 5 ++
config.h | 1 +
default.cfg | 1 +
gPTP.cfg | 1 +
hwstamp_ctl.8 | 2 +-
makefile | 8 +--
phc2sys.8 | 37 +++++++++++-
phc2sys.c | 177 +++++++++++++++++++++++++++++++++++++++++-----------------
pi.c | 8 ++-
pmc.8 | 10 ++--
pmc.c | 43 ++++++++++----
port.c | 3 +-
print.c | 6 +-
ptp4l.8 | 10 ++++
ptp4l.c | 4 +-
stats.c | 87 +++++++++++++++++++++++++++++
stats.h | 77 +++++++++++++++++++++++++
sysoff.c | 12 ++--
sysoff.h | 4 +-
uds.h | 2 +-
22 files changed, 503 insertions(+), 92 deletions(-)
create mode 100644 stats.c
create mode 100644 stats.h
--
1.7.11.7
1.7.11.7