Miroslav Lichvar pushed to branch master at chrony / chrony


Commits:
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

- - - - -


18 changed files:

- NEWS
- client.c
- cmdmon.c
- conf.c
- doc/chrony.conf.adoc
- examples/chrony.conf.example1
- examples/chrony.conf.example2
- examples/chrony.conf.example3
- logging.c
- refclock_rtc.c
- rtc_linux.c
- sources.c
- sys_linux.c
- sys_timex.c
- test/unit/keys.c
- test/unit/nts_ntp_auth.c
- test/unit/quantiles.c
- test/unit/socket.c


View it on GitLab: 
https://gitlab.com/chrony/chrony/-/compare/551bc266e40bc8611a393b294944b39fca42fad5...1bcbea9bd2601fd25ea3dff311f7f258bce76f95

-- 
View it on GitLab: 
https://gitlab.com/chrony/chrony/-/compare/551bc266e40bc8611a393b294944b39fca42fad5...1bcbea9bd2601fd25ea3dff311f7f258bce76f95
You're receiving this email because of your account on gitlab.com.


Reply via email to