aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-rtc.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-07hwclock-rtc: fix verbose output when --param-set value is unchangedJesse Gilles1-1/+1
2025-10-30hwclock: skip RTC_PARAM_SET for --param-set with unchanged valueBastian Krause1-1/+14
2025-03-24Merge branch 'rtc-default' of https://github.com/Villemoes/util-linuxKarel Zak1-1/+1
2025-03-12hwclock: avoid dereferencing a pointer [coverity scan]Karel Zak1-0/+3
2025-01-16Revert "hwclock-rtc.c: try the 'new' rtc class first"Rasmus Villemoes1-1/+1
2025-01-08include/timeutils: add time_diff()Karel Zak1-1/+1
2024-12-09hwclock: Support GNU HurdZhaoming Luo1-1/+18
2024-09-05hwclock: add -param-indexKarel Zak1-2/+2
2024-05-02hwclock: free temporary variable before returnKarel Zak1-1/+1
2024-03-23sys-utils: hwclock-rtc: fix pointer usageKarthikeyan Krishnasamy1-1/+1
2023-12-11sys-utils: cleanup license lines, add SPDXKarel Zak1-0/+5
2023-06-22hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctlsRasmus Villemoes1-0/+86
2023-04-17hwclock: use kernel struct rtc_time for RTC ioctlsKarel Zak1-2/+24
2023-04-11hwclock: make sure struct tm is initializedKarel Zak1-2/+2
2023-04-04hwclock: use linux/rtc.hThomas Weißschuh1-51/+18
2023-04-04hwclock: drop ancient sparc special casesThomas Weißschuh1-73/+5
2023-04-04hwclock: constify struct clock_optsThomas Weißschuh1-3/+3
2022-01-31hwclock: fix --param-getKarel Zak1-1/+1
2022-01-31hwclock: get/set param cleanupKarel Zak1-39/+52
2022-01-28hwclock: cleanup hwclock_params[] useKarel Zak1-0/+15
2022-01-28hwclock: add --param-set optionBastian Krause1-0/+60
2022-01-28hwclock: add --param-get optionBastian Krause1-0/+56
2021-06-21hwclock: check errno after strto..()Karel Zak1-1/+2
2021-03-16hwclock: fix indentationŁukasz Stelmach1-6/+6
2020-12-14hwclock: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak1-1/+1
2020-04-20[clang-tidy] do not use else after returnRosen Penev1-36/+36
2019-11-08hwclock: add SPDX-License-Identifier(s)Karel Zak1-0/+2
2019-10-07hwclock: report rtc open() errors on --verboseKarel Zak1-3/+6
2019-01-12hwclock: use monotonic time to measure how long setting time takesSami Kerola1-2/+3
2018-08-03hwclock: rely on kernel for RTC_UIE_ON on Aplha and SparcKarel Zak1-11/+2
2018-07-18hwclock: add --delay <seconds>Karel Zak1-0/+6
2018-01-17hwclock: rename --debug option to --verboseJ William Piggott1-5/+5
2017-11-23hwclock: revert ioctl testKarel Zak1-2/+2
2017-09-03hwclock: remove sysexits.hJ William Piggott1-3/+2
2017-08-04hwclock: remove busywait tristate return statusJ William Piggott1-6/+5
2017-08-04hwclock: restore select() timeout warningJ William Piggott1-3/+2
2017-07-31hwclock: remove custom errno stringJ William Piggott1-14/+12
2017-07-31hwclock: fix unimplemented ioctl testJ William Piggott1-2/+2
2017-07-31hwclock: squash custom errno stringsJ William Piggott1-8/+2
2017-07-16hwclock: improve RTC epoch messagesJ William Piggott1-19/+14
2017-07-16hwclock: remove dead ioctl checkJ William Piggott1-7/+1
2017-07-16hwclock: --epoch presence test failsJ William Piggott1-11/+8
2017-04-10hwclock: fix whitespace in hwclock-rtc.cJ William Piggott1-2/+1
2017-03-31hwclock: remove unused 'silent' argJ William Piggott1-12/+8
2017-03-23hwclock-rtc.c: try the 'new' rtc class firstJ William Piggott1-1/+1
2017-02-04hwclock: remove trailing dot from messages that include system error messageSami Kerola1-1/+1
2017-02-04hwclock: fix rtc atexit registrationSami Kerola1-1/+1
2017-02-04hwclock: try RTCGET and RTCSET only when normal rtc failsSami Kerola1-21/+23
2017-02-04hwclock: stream line synchronize_to_clock_tick_rtc()Sami Kerola1-22/+19
2017-02-04hwclock: improve coding styleSami Kerola1-8/+10
2017-02-04hwclock: add debugging to open_rtc()Sami Kerola1-18/+16
2017-02-04hwclock: use symbolic magic values passed in between functionsSami Kerola1-4/+4
2017-02-04hwclock: remove dead code and other minor fixesSami Kerola1-12/+0
2017-02-04hwclock: move error messages to determine_clock_access_method()Sami Kerola1-1/+1
2017-02-04hwclock: move command-line options to control structureSami Kerola1-36/+40
2016-01-19hwclock: fix format specifier [cppcheck]Boris Egorov1-1/+1
2015-06-25sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov1-1/+1
2015-04-21hwclock: remove dead codeJ William Piggott1-14/+0
2015-04-21hwclock: regression fixJ William Piggott1-4/+5
2014-02-10hwclock: internationalizing the message of the used interfaceBenno Schulenberg1-1/+1
2013-03-21hwclock: cleanup _() usage in synchronize_to_clock_tick_rtc()Karel Zak1-10/+5
2013-03-21hwclock: don't confuse users with select() timeout warningKarel Zak1-3/+2
2012-09-21hwclock: wait time in hwclock is not long enough for some ARM devicesKarel Zak1-2/+2
2012-07-16translation: unify file open error messagesSami Kerola1-5/+5
2012-06-26build-sys: move hwclock to sys-utils/Karel Zak1-0/+509