summaryrefslogtreecommitdiff
path: root/src/timedate
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-29timedated: add some debug logging when a number of kernel calls failLennart Poettering1-16/+26
2018-05-29timedated: show the short timezone name when changing timezones in logsLennart Poettering1-3/+8
2018-05-18Merge pull request #8985 from yuwata/bus-macro-3Lennart Poettering1-24/+3
2018-05-17Merge pull request #9002 from yuwata/fix-timedateLennart Poettering1-4/+5
2018-05-18timedatectl: do not wrap polkit policy messageYu Watanabe1-4/+2
2018-05-15timedate: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-24/+3
2018-05-15timedate: do not copy input string before bus_verify_polkit_async()Yu Watanabe1-4/+5
2018-05-12basic: add log_level argument to timezone_is_validMike Gilbert1-1/+1
2018-05-10timedate: use free_and_strdup()Yu Watanabe1-11/+5
2018-05-03timedatectl: add timesync-status and show-timesync commandsYu Watanabe1-13/+461
2018-04-20remove unused variables (#8768)Tobias Jungel1-2/+0
2018-04-17timedatectl: update output format of status commandYu Watanabe1-21/+21