<?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-analyze</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/shell-completion/bash/systemd-analyze</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>shell-completion: update systemd-analyze bash-completion
    
    * Change --no-man to --man (see dad29df)
    * --{from,to}-pattern require arg</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 20ba8107a598688e94b2927546718bc80f6514f1</description>
        <pubDate></pubDate>
        <dc:creator>Evgeny Vereshchagin &lt;evvers@ya.ru&gt;</dc:creator>
    </item>

    <item>
        <title>Updates in bash autocompletions
    
    Hi,
    
    I did ./check-undocumented.sh -b (my script just submitted) and checked
    the results.
    
    Cheers.</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - b4f91f2ba354c16dc23111cc231010c975c717a2</description>
        <pubDate></pubDate>
        <dc:creator>Carlos Morata Castillo &lt;cmc809@inlumine.ual.es&gt;</dc:creator>
    </item>

    <item>
        <title>shell-completion: systemd-analyze verify, systemctl link
    
    Some zsh completion helpers were not installed, so completion
    was broken.
    
    Add systemd-analyze verify. Make systemctl link complete only
    unit names.</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 2c12a402cb1e8277c271ced8dc9c06d20b8f6017</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>update bash completion for systemd-analyze</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 64ae7f1864d54f38d62e258322a7ea9756c7284b</description>
        <pubDate></pubDate>
        <dc:creator>Thomas Hindoe Paaboel Andersen &lt;phomes@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>bash-completion: fix completion of complete verbs
    
    When doing 'command verb&lt;TAB&gt;', the arguments for verb would be
    proposed, but it is too early. We should complete verb first.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=74596</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 3ce09b7da2eb8b888066468663b2b5c81a05a03c</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>shell-completion: busctl</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 86cb0691b71873c6fe30a103dc98153e2d9ab507</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>shell-completion: dump has moved to systemd-analyze
    
    Rename NO_OPTION to STANDALONE for consistency with other files.</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 299c397c127cda34facbe7d089f944a708ec95e9</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>shell-completions: systemd-analyze set-log-level</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - fe05567c31cb88593a09ce5d8961d8b20627feb1</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>bash-completion: use a better definition of __contains_word
    
    - scope the iterator var
    - use the correct, quoted, non-expansion prone positional parameter
      notation
    - prevent expansion on RHS of comparison
    - remove unneeded explicit returns.
    
    This really should be defined only once...</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - a72d698d0d9ff9c158155b44cdc77376df31a317</description>
        <pubDate></pubDate>
        <dc:creator>Dave Reisner &lt;dreisner@archlinux.org&gt;</dc:creator>
    </item>

    <item>
        <title>systemd-analyse: add "critical-chain" command
    
    "critical-chain" prints a tree of the critical chain of units
    
    $ ./systemd-analyze critical-chain
    graphical.target @1.226s
    └─multi-user.target @1.226s
      └─nfs-lock.service @961ms +265ms
        └─rpcbind.service @958ms +1ms
          └─network.target @957ms
            └─NetworkManager.service @434ms +522ms
              └─basic.target @428ms
                └─sockets.target @428ms
                  └─dbus.socket @428ms
                    └─sysinit.target @427ms
                      └─systemd-tmpfiles-setup.service @411ms +15ms
                        └─local-fs.target @410ms
                          └─boot-efi.automount @410ms
                            └─boot.mount @397ms +9ms
                              └─local-fs-pre.target @192ms
                                └─systemd-udevd.service @187ms +5ms
                                  └─systemd-udevd-control.socket @140ms
                                    └─-.mount
    
    With the "--fuzz=&lt;ms&gt;" parameter one can display more units around
    the critical units.
    
    $ ./systemd-analyze --fuzz=10ms critical-chain
    └─multi-user.target @1.226s
      └─nfs-lock.service @961ms +265ms
        ├─rpcbind.service @958ms +1ms
        │ └─network.target @957ms
        │   └─NetworkManager.service @434ms +522ms
        │     ├─basic.target @428ms
        │     │ ├─sockets.target @428ms
        │     │ │ ├─dbus.socket @428ms
        │     │ │ │ └─sysinit.target @427ms
        │     │ │ │   ├─systemd-tmpfiles-setup.service @411ms +15ms
        │     │ │ │   │ └─local-fs.target @410ms
        │     │ │ │   │   └─boot-efi.automount @410ms
        │     │ │ │   │     └─boot.mount @397ms +9ms
        │     │ │ │   │       └─local-fs-pre.target @192ms
        │     │ │ │   │         └─systemd-udevd.service @187ms +5ms
        │     │ │ │   │           ├─systemd-udevd-control.socket @140ms
        │     │ │ │   │           │ └─-.mount
        │     │ │ │   │           └─systemd-udevd-kernel.socket @140ms
        │     │ │ │   └─swap.target @421ms
        │     │ │ │     └─dev-disk-by\x2duuid-....swap @414ms +6ms
        │     │ │ │       └─systemd-journald.socket
        │     │ │ ├─rpcbind.socket @428ms
        │     │ │ └─cups.socket @428ms
        │     │ ├─paths.target @428ms
        │     │ │ └─cups.path @428ms
        │     │ ├─timers.target @427ms
        │     │ │ └─systemd-tmpfiles-clean.timer @427ms
        │     │ └─sysinit.target @427ms
        │     │   └─...
        │     └─dbus.socket @428ms
        │       └─...
        └─network.target @957ms
          └─...</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - bb150966c0687d2fa94da0a36dabba90c1a84b8b</description>
        <pubDate></pubDate>
        <dc:creator>Harald Hoyer &lt;harald@redhat.com&gt;</dc:creator>
    </item>

    <item>
        <title>add bash completion for systemd-analyze</title>
        <description>/systemd/shell-completion/bash/systemd-analyze - 83cb95b530ca5ae17bd9249774940840a4bbb667</description>
        <pubDate></pubDate>
        <dc:creator>Harald Hoyer &lt;harald@redhat.com&gt;</dc:creator>
    </item>

</channel>
</rss>

