summaryrefslogtreecommitdiff
path: root/src/timedate
AgeCommit message (Expand)AuthorFilesLines
2023-01-31shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering1-1/+1
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering1-6/+5
2019-11-13Merge pull request #14010 from poettering/localtime-symlinkLennart Poettering1-10/+25
2019-11-13tree-wide: fix how we set $TZLennart Poettering1-2/+3
2019-11-13timedated: it might be that tzinfo files are just not installedLennart Poettering1-1/+1
2019-11-13timedated: handle UTC specially, when generating /etc/localtimeLennart Poettering1-9/+24
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-14/+14
2019-08-06timedated: always enable&start the service with highest priorityZbigniew Jędrzejewski-Szmek1-39/+20
2019-08-05timedated: log about unit enablement actions and enhance logs in generalZbigniew Jędrzejewski-Szmek1-12/+52
2019-08-04timedated: minor code simplificationsZbigniew Jędrzejewski-Szmek1-18/+9
2019-07-22timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek1-8/+64
2019-07-17timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe1-0/+103
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+2
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-1/+1
2019-03-10timedate: fix emitted value when ntp client is enabled/disabled (#11951)Yu Watanabe1-2/+2
2019-03-04bus-util: drop unnecessary re-formattingYu Watanabe1-1/+1
2019-01-15timedate: refuse to set time when previous request is not finishedYu Watanabe1-0/+11
2019-01-15timedate: treat 'activating' or 'inactivating' NTP client status as 'active'Yu Watanabe1-2/+2
2018-12-12timedated: Add dbus method to retrieve list of time zones (#11114)tibbling2-3/+41
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-0/+1
2018-11-23timedate: define main through macroYu Watanabe1-34/+21
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-8/+6
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20timedatectl: define main through macroZbigniew Jędrzejewski-Szmek1-17/+9
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering1-3/+3
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-11-12hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering1-4/+8
2018-09-12bus-util: make --property= optionally take valueYu Watanabe1-10/+2
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-1/+11
2018-08-08timedate: emit property changed signal after all jobs are completedYu Watanabe1-30/+40
2018-08-07tree-wide: shorten error logging a bitYu Watanabe1-8/+8
2018-07-26timedate: defer the property changed signal until job of starting/stopping NT...Yu Watanabe1-13/+65
2018-07-26timedate: increment reference count of sd_bus_messageYu Watanabe1-5/+9
2018-07-20timedate: set sd_event_add_signal()Yu Watanabe1-1/+12
2018-06-26tree-wide: use localtime_r() instead of localtime()Yu Watanabe1-3/+3
2018-06-25timedate: use gmtime_r() and localtime_r()Lennart Poettering1-10/+10
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-2/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering2-4/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2-4/+0
2018-06-14timedatectl: add 'show' command to display machine-readable outputYu Watanabe1-0/+22
2018-06-13tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek1-1/+1
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2