Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | timedatectl: show CanNTP field | Lennart Poettering | |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer | |
$ journalctl -be is what you want :) https://bugzilla.redhat.com/show_bug.cgi?id=867841 | |||
2013-02-07 | strv: add strv_print | Thomas Hindoe Paaboel Andersen | |
Clearer, and spares the temp variable. | |||
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-11-23 | timedatectl: improve english language DST change texts a bit | Lennart Poettering | |
2012-11-23 | timedatectl: show both current actual timezone name and UTC distance in ↵ | Lennart Poettering | |
TImezone field | |||
2012-11-23 | timedatctl: bring manual strftime in sync with format_timestamp() | Lennart Poettering | |
2012-11-22 | timedatectl: replace ",' with ':' | Kay Sievers | |
2012-11-22 | timedatectl: shorten output to print single < 80 char line | Kay Sievers | |
2012-11-14 | timedatectl: break line to not exceed 80 columns | Zbigniew Jędrzejewski-Szmek | |
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-11-11 | timedatectl: properly print 30 minutes DST transitions | Kay Sievers | |
2012-11-02 | timedatectl: show "DST active: n/a" if no DST data is available | Kay Sievers | |
2012-11-02 | timedatectl: explain everything nobody wants to know about DST | Kay Sievers | |
2012-10-19 | set: introduce strv_sort() | Lennart Poettering | |
2012-10-19 | timedatectl,hostnamectl: rework --help text | Lennart Poettering | |
2012-10-17 | timedatectl: rename --fix-system to --adjust-system-clock | Lennart Poettering | |
Quite long to read but hopefully less misleading. | |||
2012-10-17 | timedatectl: ensure n_zones is initialized | Dave Reisner | |
2012-10-17 | timedatectl: properly initialize struct before decoding bus messages | Lennart Poettering | |
2012-10-17 | timedatectl: introduce new command line client for timedated | Lennart Poettering | |
Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings. |