<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in _systemd</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/shell-completion/zsh/_systemd</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 50f48ad37aad99c54de4db34b07c3825cdedcf41</description>
        <pubDate></pubDate>
        <dc:creator>Daniel Mack &lt;daniel@zonque.org&gt;</dc:creator>
    </item>

    <item>
        <title>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 &amp; delay for --mode
    display a message of the expected argument for --who/--why</title>
        <description>/systemd/shell-completion/zsh/_systemd - fb9d85b71ac1a9247af623f98f4e229fccd0fe7d</description>
        <pubDate></pubDate>
        <dc:creator>Eric Cook &lt;llua@gmx.com&gt;</dc:creator>
    </item>

    <item>
        <title>readahead: wipe out readahead</title>
        <description>/systemd/shell-completion/zsh/_systemd - d6bc8348d5be8576a475ac8ced2b0146e60fb71f</description>
        <pubDate></pubDate>
        <dc:creator>Daniel Buch &lt;boogiewasthere@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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 &lt;tab&gt;` 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.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 862f4963c6f7778cea9e715eeb11ea959eba6db3</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Remove ctls function from _systemd
    
    The _ctls function in the main _systemd file is not needed.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 24a0282324d774b2f3c7b16070015598c1665ab8</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 298b9e23a6e21161a7fe486aab94944a58d5e90c</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 1272ff850ac65557f3cc06e00d5ddbd2588ff8b0</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Remove unused functions</title>
        <description>/systemd/shell-completion/zsh/_systemd - c51fa9dd4e3dc5d8b1c38a43ef01e6ac19b99085</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _machinectl</title>
        <description>/systemd/shell-completion/zsh/_systemd - 439b7ce868810427712ca146b94b7fb004abfbb4</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _systemd-analyze</title>
        <description>/systemd/shell-completion/zsh/_systemd - 7abfbe7903d8e792850ec39286a3d86e616a6477</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _systemd-inhibit</title>
        <description>/systemd/shell-completion/zsh/_systemd - 67e654f83021a1b3ed55f4b75936d03591bf80c1</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _systemd-nspawn
    
    Also fix the random lack of completion</title>
        <description>/systemd/shell-completion/zsh/_systemd - 30fd4d1eb13a200ebcc852d3ce28f3cb30197957</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _udevadm</title>
        <description>/systemd/shell-completion/zsh/_systemd - a06225fcc168cc3e62edc7efcb42d94cf68f159a</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _timedatectl</title>
        <description>/systemd/shell-completion/zsh/_systemd - 20c8382ba7c65be3aa2d141501cc934262f776ba</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _coredumpctl</title>
        <description>/systemd/shell-completion/zsh/_systemd - 70e104c4e39d47b3b2a82654bbf1a559b57a9c68</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _localectl</title>
        <description>/systemd/shell-completion/zsh/_systemd - c4c12f133e22af6e3e193f3312e7cad61fa1b881</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _journalctl
    
    Re-ordered some of the options and added a few that were missing
    previously as well.</title>
        <description>/systemd/shell-completion/zsh/_systemd - 7e83c0e03fbf397167822e170d97c3a210658768</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _hostnamectl</title>
        <description>/systemd/shell-completion/zsh/_systemd - db456cd0c65d0e7375b09b72ae6fb60f09e2eb6e</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _loginctl</title>
        <description>/systemd/shell-completion/zsh/_systemd - 799d54be0b681c0329539fca604261994e7f8c0e</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _systemctl</title>
        <description>/systemd/shell-completion/zsh/_systemd - ff7a0685a9aaa621f14bfe7cd36010a3236f775a</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

</channel>
</rss>

