Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-03 | Reindent man pages to 2ch | Zbigniew Jędrzejewski-Szmek | |
2015-01-22 | man: document new download magic | Lennart Poettering | |
2015-01-19 | man: use one description of --no-legend | Zbigniew Jędrzejewski-Szmek | |
2015-01-15 | nspawn,machined: change default container image location from ↵ | Lennart Poettering | |
/var/lib/container to /var/lib/machines Given that this is also the place to store raw disk images which are very much bootable with qemu/kvm it sounds like a misnomer to call the directory "container". Hence, let's change this sooner rather than later, and use the generic name, in particular since we otherwise try to use the generic "machine" preferably over the more specific "container" or "vm". | |||
2015-01-08 | man: bring machinectl man page up-to-date | Lennart Poettering | |
2015-01-08 | machinectl: given that machinectl invokes a number of polkit enabled ↵ | Lennart Poettering | |
methods, start the polkit agent on terminals | |||
2015-01-08 | machinectl: show most recent log output in "machinectl status", too | Lennart Poettering | |
2014-12-18 | machinectl: add new commands for copying files from/to containers | Lennart Poettering | |
2014-12-18 | machinectl: implement "bind" command to create additional bind mounts from ↵ | Lennart Poettering | |
host to container during runtime | |||
2014-03-18 | machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add ↵ | Lennart Poettering | |
new verb "poweroff" There's really no point to send the reboot SIGINT from machinectl directly, if machined can do that anyway. This saves code, and makes machinectl network transparent for these verbs. And while we are at it we can easily add a "poweroff" verb in addition to "reboot". Yay! | |||
2014-02-20 | man: xinclude --host/--machine | Zbigniew Jędrzejewski-Szmek | |
As usual, those common options are pushed to the end. | |||
2014-02-20 | man: xinclude --help/--version/--no-pager | Zbigniew Jędrzejewski-Szmek | |
2014-02-18 | machinectl: remove unused --no-ask-password | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | machinectl: add bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | man: machinectl: there is no command 'kill-machine' | Thomas Hindoe Paaboel Andersen | |
2014-02-12 | man: use xinclude to de-deduplicate common text | Zbigniew Jędrzejewski-Szmek | |
I only tested with python-lxml. I'm not sure if xml.etree should be deprecated. | |||
2014-02-12 | pager: support SYSTEMD_LESS environment variable | Jason A. Donenfeld | |
This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less. | |||
2014-02-12 | machinectl: add new "machinectl reboot" call | Lennart Poettering | |
2013-12-08 | Help output spring cleaning | Zbigniew Jędrzejewski-Szmek | |
Use [brackets] only for optional elements. Use <optional> in XML sources. | |||
2013-11-07 | man: wording and grammar updates | Jan Engelhardt | |
This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice. | |||
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering | |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering | |
Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper! | |||
2013-09-27 | man: drop references to "cgroup" wher appropriate | Lennart Poettering | |
Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening. | |||
2013-07-21 | man: wording and grammar updates | Jan Engelhardt | |
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. | |||
2013-07-19 | man: a few corrections to the machinectl man page | Lennart Poettering | |
2013-07-10 | man: document four basic slices | Zbigniew Jędrzejewski-Szmek | |
2013-07-09 | man: wording and grammar updates | Jan Engelhardt | |
2013-07-06 | man: document machinectl and systemd-machined | Zbigniew Jędrzejewski-Szmek | |