History log of /systemd/shell-completion/zsh/_systemd
Revision Date Author Comments Expand
50f48ad37aad99c54de4db34b07c3825cdedcf41 10-Feb-2016 Daniel Mack <daniel@zonque.org>

cgroup: remove support for NetClass= directive Support for net_cls.class_id through the NetClass= configuration directive has been added in v227 in preparation for a per-unit packet filter mechanism. However, it turns out the kernel people have decided to deprecate the net_cls and net_prio controllers in v2. Tejun provides a comprehensive justification for this in his commit, which has landed during the merge window for kernel v4.5: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd1060a1d671 As we're aiming for full support for the v2 cgroup hierarchy, we can no longer support this feature. Userspace tool such as nftables are moving over to setting rules that are specific to the full cgroup path of a task, which obsoletes these controllers anyway. This commit removes support for tweaking details in the net_cls controller, but keeps the NetClass= directive around for legacy compatibility reasons.

fb9d85b71ac1a9247af623f98f4e229fccd0fe7d 23-Jun-2015 Eric Cook <llua@gmx.com>

zsh-completion: _loginctl/_systemd/_systemd-inhibit improvements _loginctl: respects the verbose style. which allows a user to get the pre d5df0d950f8bc behavior of not showing a description for sessions and users, by default they aren't shown. zstyle ':completion:*' verbose true or zstyle ':completion:*:loginctl*:*' verbose true # or similar Will show the descriptions. zstyle ':completion:*' verbose true and zstyle ':completion:*:loginctl*:*' verbose false # or similar Won't show descriptions for loginctl only _systemd: complete pids for systemd-notify's --pid option. display a message of the expected argument for other options. _systemd-inhibit: complete block & delay for --mode display a message of the expected argument for --who/--why

d6bc8348d5be8576a475ac8ced2b0146e60fb71f 25-Sep-2014 Daniel Buch <boogiewasthere@gmail.com>

readahead: wipe out readahead

/systemd/Makefile-man.am /systemd/Makefile.am /systemd/configure.ac /systemd/man/sd-daemon.xml /systemd/man/sd-login.xml /systemd/man/sd-readahead.xml /systemd/man/sd_readahead.xml /systemd/man/systemd-notify.xml /systemd/man/systemd-readahead-replay.service.xml /systemd/po/POTFILES.skip _systemd /systemd/src/cryptsetup/cryptsetup-generator.c /systemd/src/gpt-auto-generator/gpt-auto-generator.c /systemd/src/notify/notify.c /systemd/src/readahead/Makefile /systemd/src/readahead/readahead-analyze.c /systemd/src/readahead/readahead-collect.c /systemd/src/readahead/readahead-common.c /systemd/src/readahead/readahead-common.h /systemd/src/readahead/readahead-replay.c /systemd/src/readahead/readahead.c /systemd/src/readahead/sd-readahead.c /systemd/src/readahead/test-ssd.c /systemd/src/systemd/sd-readahead.h /systemd/system-preset/90-systemd.preset /systemd/units/.gitignore /systemd/units/ldconfig.service /systemd/units/quotaon.service.in /systemd/units/system-update.target /systemd/units/systemd-backlight@.service.in /systemd/units/systemd-binfmt.service.in /systemd/units/systemd-firstboot.service.in /systemd/units/systemd-fsck-root.service.in /systemd/units/systemd-fsck@.service.in /systemd/units/systemd-journal-catalog-update.service.in /systemd/units/systemd-modules-load.service.in /systemd/units/systemd-quotacheck.service.in /systemd/units/systemd-random-seed.service.in /systemd/units/systemd-readahead-collect.service.in /systemd/units/systemd-readahead-done.service.in /systemd/units/systemd-readahead-done.timer /systemd/units/systemd-readahead-drop.service /systemd/units/systemd-readahead-replay.service.in /systemd/units/systemd-remount-fs.service.in /systemd/units/systemd-rfkill@.service.in /systemd/units/systemd-sysctl.service.in /systemd/units/systemd-sysusers.service.in /systemd/units/systemd-tmpfiles-clean.service.in /systemd/units/systemd-tmpfiles-setup-dev.service.in /systemd/units/systemd-tmpfiles-setup.service.in /systemd/units/systemd-udev-hwdb-update.service.in /systemd/units/systemd-update-done.service.in /systemd/units/systemd-update-utmp.service.in /systemd/units/systemd-vconsole-setup.service.in
862f4963c6f7778cea9e715eeb11ea959eba6db3 23-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Fix single letter args Things like -n to specify the lines to show with systemctl and journalctl accepts syntax like: journalctl -n4 systemctl -n14 Previously, typing `-nXX <tab>` where XX is a number, zsh would try to complete an integer. Now it will see the XX and use the _journalctl_none completion. This is also how any of the single letter options that take arguments work as well.

24a0282324d774b2f3c7b16070015598c1665ab8 15-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Remove ctls function from _systemd The _ctls function in the main _systemd file is not needed.

298b9e23a6e21161a7fe486aab94944a58d5e90c 15-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Allow specifying multiple arguments Some of the options in systemd can take multiple arguments, such as systemctl's --type option. Previously, you would only be able to complete a single type after the -t, but now zsh will continue to complete the types, separating them by commas. systemd-inhibit's --what command has colon (:), and that has been taken into account.

1272ff850ac65557f3cc06e00d5ddbd2588ff8b0 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _systemd-tmpfiles You can choose to have systemd-tmpfiles at configuration time, so only install the completion for this if configured to do so.

c51fa9dd4e3dc5d8b1c38a43ef01e6ac19b99085 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Remove unused functions

439b7ce868810427712ca146b94b7fb004abfbb4 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _machinectl

7abfbe7903d8e792850ec39286a3d86e616a6477 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _systemd-analyze

67e654f83021a1b3ed55f4b75936d03591bf80c1 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _systemd-inhibit

30fd4d1eb13a200ebcc852d3ce28f3cb30197957 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _systemd-nspawn Also fix the random lack of completion

a06225fcc168cc3e62edc7efcb42d94cf68f159a 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _udevadm

20c8382ba7c65be3aa2d141501cc934262f776ba 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _timedatectl

70e104c4e39d47b3b2a82654bbf1a559b57a9c68 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _coredumpctl

c4c12f133e22af6e3e193f3312e7cad61fa1b881 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _localectl

7e83c0e03fbf397167822e170d97c3a210658768 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _journalctl Re-ordered some of the options and added a few that were missing previously as well.

db456cd0c65d0e7375b09b72ae6fb60f09e2eb6e 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _hostnamectl

799d54be0b681c0329539fca604261994e7f8c0e 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _loginctl

ff7a0685a9aaa621f14bfe7cd36010a3236f775a 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _systemctl

4f87c47b35cf9c1f58872559ae67a2656712fdd6 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: fix zsh completion installation Moved zsh shell completion to shell-completion/zsh/_systemd for automake's sake. Also allow users to specify where the files should go with:: ./configure --with-zshcompletiondir=/path/to/some/where and by default going to `$datadir/zsh/site-functions`