-
df98fb4f
by Miroslav Lichvar at 2025-06-11T09:22:32+02:00
logging: don't close stderr in finalization
When logging to stderr, don't close it in finalization in case something
else still wanted to write to it. Leave it as it is together with stdin
and stdout.
-
e463fcab
by Miroslav Lichvar at 2025-06-11T13:39:17+02:00
refclock_rtc: fix finalization with closed descriptor
If the RTC file descriptor was closed and removed after a read error,
don't try to close and remove it again in the driver finalization to
avoid an assertion failure on the negative descriptor.
Fixes: 4f22883f4e71 ("refclock: add new refclock for RTCs")
-
4a8da7e0
by Miroslav Lichvar at 2025-06-11T15:06:15+02:00
examples: improve chrony.conf examples
Add a note that three servers is the generally recommended minimum for
an NTP client to be able to detect a falseticker. Mention that the pool
directive uses four servers. Update the links to the pool join page and
list of public servers.
-
2ac581e0
by Miroslav Lichvar at 2025-06-11T15:06:19+02:00
update copyright years
-
1bcbea9b
by Miroslav Lichvar at 2025-06-11T15:06:19+02:00
doc: update NEWS