-
ea8e2031
by Miroslav Lichvar at 2026-06-09T08:46:45+02:00
util: fix discarded-qualifiers warning in UTI_PathToDir()
With new glibc strrchr() seems to return "const char *" when the input
is const, which triggers the -Wdiscarded-qualifiers warning.
-
f358b31a
by Miroslav Lichvar at 2026-06-09T11:56:11+02:00
test: make hwclock test more reliable
-
8f2db839
by Miroslav Lichvar at 2026-06-09T15:00:23+02:00
sourcestats: change MAX_SKEW to 1.0
Change the upper limit of skew from 100.0 to more reasonable 1.0.