| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core: add support for RestartKillSignal= to override signal used for restart ↵ | Zbigniew Jędrzejewski-Szmek | 2019-10-02 | 1 | -1/+1 |
| | | | | | | | | | jobs v2: - if RestartKillSignal= is not specified, fall back to KillSignal=. This is necessary to preserve backwards compatibility (and keep KillSignal= generally useful). | ||||
| * | Merge pull request #11883 from yuwata/network-dhcp-renew | Yu Watanabe | 2019-09-22 | 1 | -1/+1 |
| |\ | | | | | network: dhcp renew | ||||
| | * | networkctl: add renew command | Yu Watanabe | 2019-09-21 | 1 | -1/+1 |
| | | | |||||
| * | | shell-completion: do not truncate suggestions | Yu Watanabe | 2019-09-01 | 1 | -1/+1 |
| | | | |||||
| * | | bash-completion: support "systemd-analyze exit-status" | Yu Watanabe | 2019-07-30 | 1 | -1/+1 |
| |/ | |||||
| * | bash-completion: support ntp-servers and revert command for timedatectl | Yu Watanabe | 2019-07-17 | 1 | -0/+9 |
| | | |||||
| * | bash-completion: add missing 'systemd-analyze timestamp' | Yu Watanabe | 2019-07-16 | 1 | -1/+1 |
| | | |||||
| * | bash-completion: udevadm: list all possible values for --action option | Yu Watanabe | 2019-06-29 | 1 | -2/+2 |
| | | |||||
| * | bash-completion: support systemd-analyze condition | Yu Watanabe | 2019-06-28 | 1 | -1/+1 |
| | | |||||
| * | resolved: add strict mode for DNS-over-TLS | Iwan Timmer | 2019-06-19 | 2 | -2/+2 |
| | | | | | Add strict mode for DNS-over-TLS, which will require TLS support from the server. Closes #10755 | ||||
| * | bash-completion: support "networkctl delete" | Yu Watanabe | 2019-06-04 | 1 | -1/+1 |
| | | |||||
| * | udevadm: add --wait-for-initialization option to "udevadm info" | Yu Watanabe | 2019-06-04 | 1 | -1/+2 |
| | | |||||
| * | bash-completion: support --stats/-s option of networkctl | Yu Watanabe | 2019-06-01 | 1 | -1/+1 |
| | | |||||
| * | bash-completion: correctly react to an unescaped unit name | Frantisek Sumsal | 2019-05-30 | 2 | -7/+31 |
| | | |||||
| * | bash-completion: update options for bootctl | Yu Watanabe | 2019-05-28 | 1 | -3/+3 |
| | | |||||
| * | bash-completion: accept files for --bind/--bind-ro options | Frantisek Sumsal | 2019-04-26 | 1 | -2/+2 |
| | | |||||
| * | bash-completion: process only non-template units for systemctl isolate | Frantisek Sumsal | 2019-04-26 | 1 | -1/+1 |
| | | |||||
| * | bash-completion: don't sort syslog priorities | Frantisek Sumsal | 2019-04-26 | 1 | -0/+1 |
| | | | | | | | By default, the available completions are sorted alphabetically, which is counterproductive in case of syslog priorities. Override the default behavior using the `nosort` option | ||||
| * | bash-completion: unify indentation | Frantisek Sumsal | 2019-04-24 | 1 | -1/+1 |
| | | |||||
| * | bash-completion: properly autocomplete escaped unit names | Frantisek Sumsal | 2019-04-24 | 2 | -2/+11 |
| | | |||||
| * | shell-completion: use 4 space indentation too | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 26 | -1920/+1920 |
| | | | | | The same as in other places, indentation levels were all over the place. | ||||
| * | bash-completion: unify indentation | Frantisek Sumsal | 2019-03-23 | 1 | -2/+2 |
| | | |||||
| * | bash-completion: use default completion for redirect operators | Frantisek Sumsal | 2019-03-23 | 1 | -0/+7 |
| | | |||||
| * | bash-completion: add systemd-id128 support | Yu Watanabe | 2019-03-15 | 1 | -0/+74 |
| | | |||||
| * | bash-completion: also suggest units in reloading or activating | Yu Watanabe | 2019-03-12 | 1 | -1/+4 |
| | | | | | Closes #11942. | ||||
| * | journalctl: New option --cursor-file | Jörg Sommer | 2019-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | The option cursor-file takes a filename as argument. If the file exists and contains a valid cursor, this is used to start the output after this position. At the end, the last cursor gets written to the file. This allows for an easy implementation of a timer that regularly looks in the journal for some messages. journalctl --cursor-file err-cursor -b -p err journalctl --cursor-file audit-cursor -t audit --grep DENIED Or you might want to walk the journal in steps of 10 messages: journalctl --cursor-file ./curs -n10 --since=today -t systemd | ||||
| * | bash-completion: busctl: add 'emit' command support | Yu Watanabe | 2019-02-06 | 1 | -1/+8 |
| | | |||||
| * | bash-completion: udevadm: support recently added options | Yu Watanabe | 2019-01-18 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #10221 from lucaswerkmeister/bash-completion | Zbigniew Jędrzejewski-Szmek | 2018-12-18 | 1 | -0/+11 |
| |\ | | | | | | | | | Merged locally to resolve a conflict. The redirection of error is required to suppress "# Not showing unlisted system calls, ...". | ||||
| | * | bash-completion: analyze: complete system call sets | Lucas Werkmeister | 2018-09-30 | 1 | -0/+11 |
| | | | |||||
| * | | bash-completion: also suggests device units | Yu Watanabe | 2018-12-17 | 1 | -2/+7 |
| | | | | | | | | | Follow-up for b6854081ffb26c32a8d1440346f9ee5b9d2f1e57. | ||||
| * | | bash-completion: udevadm: suggest argument for several options | Yu Watanabe | 2018-12-17 | 1 | -19/+152 |
| | | | |||||
| * | | bash-completion: fix __get_interfaces() | Yu Watanabe | 2018-12-17 | 3 | -7/+7 |
| | | | |||||
| * | | Merge pull request #11147 from yuwata/bash-completion-machinectl | Zbigniew Jędrzejewski-Szmek | 2018-12-14 | 6 | -11/+69 |
| |\ \ | | | | | | | bash-completion: adds import-fs for machinectl and suggest more | ||||
| | * | | bash-completion: nspawn: support recently added options | Yu Watanabe | 2018-12-14 | 1 | -3/+32 |
| | | | | |||||
| | * | | bash-completion: run: support recently added options | Yu Watanabe | 2018-12-14 | 1 | -2/+14 |
| | | | | |||||
| | * | | bash-completion: systemctl: use --output=help to show suggestions | Yu Watanabe | 2018-12-14 | 1 | -2/+1 |
| | | | | |||||
| | * | | bash-completion: journalctl: use --output=help to show suggestions | Yu Watanabe | 2018-12-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | bash-completion: journalctl: drop deprecated --new-id128 option | Yu Watanabe | 2018-12-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | bash-completion: loginctl: suggest argument for --machine option | Yu Watanabe | 2018-12-14 | 1 | -0/+9 |
| | | | | |||||
| | * | | bash-completion: loginctl: suggest argument for --output option | Yu Watanabe | 2018-12-14 | 1 | -0/+3 |
| | | | | |||||
| | * | | bash-completion: machinectl: suggest arguments for --verify and --format | Yu Watanabe | 2018-12-14 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | This also changes to use '--output=help' for suggesting arguments of --output option. | ||||
| | * | | bash-completion: machinectl: support import-fs | Yu Watanabe | 2018-12-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | bash-completion: busctl: support --json and -j option | Yu Watanabe | 2018-12-14 | 1 | -2/+6 |
| | | | | |||||
| * | | | bash-completion: bootctl: support set-default and set-oneshot | Yu Watanabe | 2018-12-14 | 1 | -0/+20 |
| | | | | |||||
| * | | | bash-completion: bootctl: suggest argument for --path option | Yu Watanabe | 2018-12-14 | 1 | -0/+15 |
| | | | | |||||
| * | | | bash-completion: bootctl: add one missing option | Yu Watanabe | 2018-12-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | bash-completion: analyze: support 'security' | Yu Watanabe | 2018-12-07 | 1 | -1/+19 |
| | | | |||||
| * | | bash-completion: analyze: add timespan | Yu Watanabe | 2018-10-23 | 1 | -1/+1 |
| | | | | | | | | | Follow-up for 3f1c1287a96dfc146ce894bd6bfff388cba0ab55. | ||||
| * | | journalctl: port JSON output mode to new JSON API | Lennart Poettering | 2018-10-11 | 3 | -3/+3 |
| |/ | | | | | | Also, while we are at it, beef it up, by adding json-seq support (i.e. https://tools.ietf.org/html/rfc7464). This is particularly useful in conjunction with jq's --seq switch. | ||||
