Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | 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 |
| | |||||
* | zsh completion: Prevent functions from clobbering each other, &c. | dana | 2019-01-08 | 19 | -82/+147 |
| | | | | | | - Don't redefine helpers on every call - Prefix helper names with main function name - Adjust some helper names for consistency and convention adherance | ||||
* | zsh/coredumpctl: don't print warnings from completion function | Paul Seyfert | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | zsh/coredumpctl: offer --quiet | Paul Seyfert | 2018-12-26 | 1 | -0/+1 |
| | |||||
* | zsh/coredumpctl: offer --directory option | Paul Seyfert | 2018-12-25 | 1 | -0/+1 |
| | | | | | After `-D <TAB>` and `--directory=<TAB>` _directories is called to suggest directories. | ||||
* | zsh/coredumpctl: complete argument for --debugger= | Paul Seyfert | 2018-12-25 | 1 | -1/+1 |
| | | | | | | This way external commands (i.e. executables in the PATH) are suggested at --debugger=<TAB>. Upon starting a path (e.g. --debugger=/<TAB> or --debugger=./<TAB>), filenames of executables are completed. | ||||
* | 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 |
| | | |||||
* | | zsh-completion: Add support for set-property (#10322) | Xuanwo | 2018-11-20 | 1 | -1/+2 |
| | | |||||
* | | zsh-completion: typo (`proerties` > `properties`) | Elias Probst | 2018-11-16 | 1 | -1/+1 |
| | | |||||
* | | zsh-completion: complete available, not running machines for `clone` | Elias Probst | 2018-11-16 | 1 | -0/+2 |
| | | |||||
* | | 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 | 4 | -4/+4 |
|/ | | | | | | 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. | ||||
* | bash-completion: systemctl: re-implement __filter_units_by_properties() | Yu Watanabe | 2018-09-12 | 1 | -49/+58 |
| | | | | | | This also unifies __filter_units_by_property() and __filter_units_by_properties(), and makes completion for 'restart', 'reload' or 'stop' show more candidates. | ||||
* | shell-completion: replace "gdb" verb with "debug" for coredumpctl | Jan Pokorný | 2018-08-20 | 2 | -4/+9 |
| | | | | Also offer --debugger option. Both to reflect changes in v239. | ||||
* | bash-completion: journalctl: add --grep and --case-sensitive | Yu Watanabe | 2018-08-08 | 1 | -2/+5 |
| | |||||
* | Make final kill signal configurable | Jon Ringle | 2018-07-23 | 2 | -4/+4 |
| | | | | | | Usecase is to allow changing the final kill from SIGKILL to SIGQUIT which should create a core dump useful for debugging why the service didn't stop with the SIGTERM | ||||
* | meson: drop redundant messages | Yu Watanabe | 2018-07-10 | 2 | -4/+0 |
| | |||||
* | tree-wide: drop copyright lines for more authors | Zbigniew Jędrzejewski-Szmek | 2018-06-22 | 2 | -2/+0 |
| | | | | Acks in https://github.com/systemd/systemd/issues/9320. | ||||
* | bash-completion: support 'timedatectl show' | Yu Watanabe | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | tree-wide: drop copyright headers from frequent contributors | Zbigniew Jędrzejewski-Szmek | 2018-06-20 | 12 | -12/+0 |
| | | | | | | | | Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done | ||||
* | Drop my copyright headers | Zbigniew Jędrzejewski-Szmek | 2018-06-14 | 7 | -14/+0 |
| | | | | | | | perl -i -0pe 's/\s*Copyright © .... Zbigniew Jędrzejewski.*?\n/\n/gms' man/*xml git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/(#\n)?# +Copyright © [0-9, -]+ Zbigniew Jędrzejewski.*?\n//gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s*\/\*\*\*\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*?\s*\*\*\*\/\s*/\n\n/gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*//gms' | ||||
* | tree-wide: beautify remaining copyright statements | Lennart Poettering | 2018-06-14 | 26 | -29/+29 |
| | | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay. | ||||
* | resolve: rename PrivateDNS to DNSOverTLS | Iwan Timmer | 2018-06-14 | 2 | -7/+7 |
| | | | PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS | ||||
* | Merge pull request #8863 from evelikov/shell-completion-fixes | Zbigniew Jędrzejewski-Szmek | 2018-06-13 | 2 | -48/+60 |
|\ | | | | | Shell completion fixes/perf improvements | ||||
| * | zsh-completion: systemctl: list template units only as needed | Emil Velikov | 2018-06-11 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the completion adds template units for commands such as is-active, is-failed, is-enabled, status, show and others. At the same time systemctl barfs at us, since an instanced template unit is needed. Follow the example list from bash-completion as to which commands should not list template units. Note: The above is observed regardless of DefaultInstance. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> | ||||
| * | shell-completion: systemctl: do not list template units in {re,}start | Emil Velikov | 2018-06-11 | 2 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | Template units lacking DefaultInstance cannot be enabled/disabled or started/restarted. By adding DefaultInstance the unit can be enabled/disabled but it still cannot be started/restarted. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> | ||||
| * | shell-completion: systemctl: pass current word to all list_unit* | Emil Velikov | 2018-06-11 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | Earlier patch added the current word to the performance critical paths. Here we add it to every place, for consistency sake. Suggested-by: Yu Watanabe (yuwata) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> |