Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | man: move socket-proxyd man page to section 8, since it is not in the $PATH | Lennart Poettering | |
2013-11-28 | man: get rid of shell script example in systemd-socket-proxyd man page | Lennart Poettering | |
2013-11-28 | Revert "socket-proxyd: Add --listener option for listener/destination pairs." | Lennart Poettering | |
This reverts commit adcf4c81c58511b67644e17fa743d1729d3c9ccf. We have a better solution for the problem of making two processes run in the same namespace, and --listener is not needed hence and should be dropped. Conflicts: man/systemd-socket-proxyd.xml | |||
2013-11-27 | Revert "socket-proxyd: Add --listener option for listener/destination pairs." | Lennart Poettering | |
This reverts commit adcf4c81c58511b67644e17fa743d1729d3c9ccf. We have a better solution for the problem of making two processes run in the same namespace, and --listener is not needed hence and should be dropped. Conflicts: man/systemd-socket-proxyd.xml | |||
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and ↵ | Lennart Poettering | |
PrivateTmp= namespaces | |||
2013-11-26 | man: networkd - document bridging | Tom Gundersen | |
2013-11-26 | man: explain the precise syntax and feature set of unit names at the end of ↵ | Lennart Poettering | |
the man page, given that it is detail information | |||
2013-11-26 | systemctl: replace the three job mode options by a single --job-mode= option | Lennart Poettering | |
Also, expose the new "flush" job mode this way. | |||
2013-11-26 | core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= ↵ | Lennart Poettering | |
setting and make use of it where applicable | |||
2013-11-25 | networkd: add support for [Address] sections | Tom Gundersen | |
This will allow specifying more options per address than the simple Address= entry in the [Network] section. Preliminary support for the same functionality for [Route] sections are added, but not yet hooked up, as more testing is needed. | |||
2013-11-25 | udev: net_setup_link - don't use Description as Alias | Tom Gundersen | |
Use Description only internally, and allow Alias to be set as a separate option. For instance SNMP uses ifalias for a specific purpose, so let's not write to it by default. | |||
2013-11-25 | Revert "man: suggest using hash= atribut for swap in example" | Lukas Nykryn | |
This reverts commit fa7abba2328eb2d23a7e27708f86f5013059ddcf. | |||
2013-11-25 | socket-proxyd: Fix man page because --listener takes an argument. | David Strauss | |
2013-11-25 | socket-proxyd: Add --listener option for listener/destination pairs. | David Strauss | |
2013-11-22 | man: simplify socket-proxyd examples | Lennart Poettering | |
2013-11-21 | timer: make timer accuracy configurable | Lennart Poettering | |
And make it default to 1min | |||
2013-11-21 | man: suggest using hash= atribut for swap in example | Václav Pavlín | |
(#883941) | |||
2013-11-21 | networkd: don't filter on udev tags | Tom Gundersen | |
This removed the requirement for devices to be tagged with 'systemd-networkd' before they will be visible to networkd. Still, as by default we don't ship any .network files, network devices will simply be tracked, but not touched, unless the admin configures things explicitly. | |||
2013-11-20 | nspawn: add new --drop-capability= switch | Lennart Poettering | |
2013-11-13 | man: add bootctl(8) | Marko Myllynen | |
https://bugzilla.redhat.com/show_bug.cgi?id=1014303 | |||
2013-11-12 | build-sys: make networkd man pages conditional | Tom Gundersen | |
2013-11-11 | systemctl: add new "list-timers" command | Lennart Poettering | |
2013-11-11 | udev.xml: add missing </para> tag | Dave Reisner | |
2013-11-10 | udev.xml: minor fixes to network link configuration | Dave Reisner | |
- Refer to net_setup_link, not net-setup-link - Mention the required file extension earlier | |||
2013-11-10 | man: networkd - add documentation | Tom Gundersen | |
2013-11-10 | man: udev - add documentation for .link files | Tom Gundersen | |
2013-11-09 | man,units: fix installation of systemd-nspawn@.service and add example | Zbigniew Jędrzejewski-Szmek | |
2013-11-08 | manager: configurable StartLimit default values | Lukas Nykryn | |
https://bugzilla.redhat.com/show_bug.cgi?id=821723 | |||
2013-11-08 | man: update systemctl man page to mentioned --machine= | Lennart Poettering | |
2013-11-07 | loginctl: convert to sd-bus | Simon Peeters | |
NOTE: the show-* subcommands do not print some properties: this are those with types like (so), a(so), (uo),... we need to fix this, but I'm not sure how | |||
2013-11-07 | man: add docs for sd_is_special() and some man page symlinks | Lennart Poettering | |
2013-11-07 | Support additional argument in reboot | WaLyong Cho | |
reboot syscall can be performed with an additional argument. In some systems this functionality can be useful to modify the mode of the next boot performed by the bootloader. | |||
2013-11-07 | man: add rationale into systemd-halt(8) | Jan Engelhardt | |
The explanation is from http://people.debian.org/~stapelberg/docs/systemd-dependencies.html | |||
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-11-06 | socket-proxyd: rework to support multiple sockets and splice()-based ↵ | Lennart Poettering | |
zero-copy network IO This also drops --ignore-env, which can't really work anymore if we allow multiple fds. Also adds support for pretty printing of peer identities for debug purposes, and abstract namespace UNIX sockets. Also ensures that we never take more connections than a certain limit. | |||
2013-11-06 | systemd_pam: treat debug as debug=1 and parse all params | Zbigniew Jędrzejewski-Szmek | |
systemd_pam would ignore all params after the first invalid one. Instead ignore just this one, and parse the rest. There's just one now, but as a matter of principle ;) Also, allow debug as an alias for debug=1, and don't treat invalid debug= options as fatal. | |||
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-11-06 | run: support --system to match other commands, even if redundant | Lennart Poettering | |
2013-11-06 | analyze: port over to use bus_open_transport() | Lennart Poettering | |
2013-11-05 | man: do not use <term> in <para> | Kay Sievers | |
Element term in namespace '' encountered in para, but no template matches. | |||
2013-11-05 | man: fix typo | Ronny Chevalier | |
2013-11-05 | Configurable Timeouts/Restarts default values | Oleksii Shevchuk | |
https://bugs.freedesktop.org/show_bug.cgi?id=71132 Patch adds DefaultTimeoutStartSec, DefaultTimeoutStopSec, DefaultRestartSec configuration options to manager configuration file. | |||
2013-10-31 | man: explain NAME in systemctl man page | Václav Pavlín | |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering | |
2013-10-30 | timedatectl: port to sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-30 | run: add support for executing commands remotely via SSH or in a container | Lennart Poettering | |
Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools. | |||
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-10-28 | journalctl: add --list-boots to show boot IDs and times | Zbigniew Jędrzejewski-Szmek | |
Suggested by David Wilkins <dwilkins@maths.tcd.ie> in https://bugzilla.redhat.com/show_bug.cgi?id=967521: > [Specific boot ID is a] bit of a palaver to obtain. I consulted the > verbose dump of the journal to discover the _BOOT_ID for the > timestamp, and then generated the journal dump for that boot using > journalctl _BOOT_ID=foo -o short-monotonic. | |||
2013-10-21 | man: avoid the use of sudo in examples | Jan Engelhardt | |
sudo is not the first-class tool on all distros. Just require any superuser shell. | |||
2013-10-21 | man: wording and grammar updates | Jan Engelhardt | |
This is a recurring submission and includes corrections to various issue spotted. |