-
28e4eec1
by Miroslav Lichvar at 2024-04-10T12:13:29+02:00
refclock: update comment in PHC driver
Since Linux 6.7 external timestamping events are no longer shared among
all descriptors of a PHC. Each descriptor gets its own copy of each
timestamp.
-
a914140b
by Miroslav Lichvar at 2024-04-10T15:33:04+02:00
sys_linux: disable other external timestamping channels
Use new ioctls added in Linux 6.7 to disable receiving events from other
channels when enabling external timestamping on a PHC. This should save
some CPU time when other applications or chronyd instances are using
other channels of the same PHC.
-
342b588e
by Miroslav Lichvar at 2024-04-11T10:31:02+02:00
avoid some static analysis errors
Modify the code to avoid some false positives reported by the clang and
gcc static analyzers.
-
2ed72c49
by Miroslav Lichvar at 2024-04-11T12:53:01+02:00
test: add --enable-debug option to 002-scanbuild
-
dcc94a4c
by Miroslav Lichvar at 2024-04-11T16:52:06+02:00
doc: add contributing.adoc