Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-13 | Merge pull request #1545 from keszybz/check-for-xsltproc | Daniel Mack | |
build-sys: check for xsltproc when building manpages | |||
2015-10-13 | Merge pull request #1552 from jsynacek/short-flags-since-until | Lennart Poettering | |
journalctl: introduce short options for --since and --until | |||
2015-10-13 | journalctl: introduce short options for --since and --until | Jan Synacek | |
Fixes #1514. | |||
2015-10-12 | build-sys: check for xsltproc when building manpages | Zbigniew Jędrzejewski-Szmek | |
Only check for xsltproc if it will be used. If not found, complain. https://github.com/systemd/systemd/issues/1521 | |||
2015-10-12 | Merge pull request #1536 from jsynacek/master | Daniel Mack | |
po/da: use unix line endings | |||
2015-10-12 | Merge pull request #1540 from zonque/cmsg | David Herrmann | |
sd-daemon: wipe out memory before using CMSG_NXTHDR() | |||
2015-10-12 | sd-daemon: wipe out memory before using CMSG_NXTHDR() | Daniel Mack | |
CMSG_NXTHDR() checks for cmsg->cmsg_len *after* it increased the pointer. While this makes sense for parsing received messages, that's a pitfall for code crafting messages with this macro. Wipe out the allocated memory to fix this. | |||
2015-10-12 | po/da: use unix line endings | Jan Synacek | |
2015-10-12 | Merge pull request #1532 from phomes/trivial-fixes | Daniel Mack | |
Trivial fixes | |||
2015-10-11 | shared: remove an unused variable | Thomas Hindoe Paaboel Andersen | |
2015-10-11 | rfkill: consistently use = in designator | Thomas Hindoe Paaboel Andersen | |
2015-10-10 | Merge pull request #1524 from Danielmachon/catalog-danish-translation | Daniel Mack | |
catalog: added systemd.da.catalog | |||
2015-10-10 | catalog: added systemd.da.catalog | Danielmachon | |
2015-10-09 | Merge pull request #1510 from mirco/fix-nspawn | Lennart Poettering | |
nspawn: create /sys/fs/cgroup for unified hierarchy as well | |||
2015-10-09 | Merge pull request #1516 from poettering/dontisolaterootslice | Martin Pitt | |
Don't isolate `-.slice` | |||
2015-10-09 | core: ignore -.slice and init.scope when isolating | Lennart Poettering | |
Otherwise, we might end up trying to isolate it away when starting user instances. While we are at it, also prohibit manual start/stop of these two units. Fixes: #1507 | |||
2015-10-09 | sd-daemon: simply code simplification | Lennart Poettering | |
No change in behaviour, just make the code more obvious. | |||
2015-10-09 | core: remove taint flag about /etc/mtab not being a symlink. | Lennart Poettering | |
We already stop boot if /etc/mtab is not a symlink right now, and most likely we'll stop referecing it at all in the future, either way there's no point in keeping it around as taint flag. | |||
2015-10-09 | zsh: don't mention /etc/mtab | Lennart Poettering | |
The file is obsolete, use /proc/self/mounts instead. Also, yuck, the code is so awful... | |||
2015-10-09 | Merge pull request #1512 from evverx/systemd-run-syslog-properties | Lennart Poettering | |
systemd-run can launch units with SyslogIdentifier and SyslogLevelPrefix | |||
2015-10-09 | Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives | Lennart Poettering | |
Make sure the mount units pulled by 'RequiresMountsFor=' are loaded, if they exist | |||
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
2015-10-09 | systemd-run can now launch units with SyslogIdentifier | Evgeny Vereshchagin | |
2015-10-09 | systemd-run can now launch units with SyslogLevelPrefix | Evgeny Vereshchagin | |
2015-10-09 | nspawn: create /sys/fs/cgroup for unified hierarchy as well | Mirco Tischler | |
2015-10-09 | Merge pull request #1504 from evverx/systemd-run-new-properties | Daniel Mack | |
shell-completion: systemd-run: add new properties | |||
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3 | |||
2015-10-08 | Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ↵ | Franck Bui | |
exist) We should make sure that mount units involved by 'RequiresMountsFor=' directives are really loaded if not required by any others units so that Requires= dependencies on the mount units are applied and thus the mount unit dependencies are started. | |||
2015-10-08 | Merge pull request #1499 from evverx/system-conf-update | Lennart Poettering | |
core: system.conf: add DefaultTasksAccounting | |||
2015-10-08 | core: system.conf: add DefaultTasksAccounting | Evgeny Vereshchagin | |
2015-10-08 | Merge pull request #1496 from poettering/stdin-fd | Daniel Mack | |
allow passing in fds for stdin/stdout/stderr for transient services | |||
2015-10-08 | Merge pull request #1497 from bengal/lldp-rename-struct | Tom Gundersen | |
lldp: rename publicly visible structure | |||
2015-10-08 | lldp: rename publicly visible structure | Beniamino Galvani | |
Rename struct 'tlv_packet' to 'sd_lldp_packet' and struct 'tlv_section' to 'sd_lldp_section' since the former is referenced in public header sd-lldp.h. Signed-off-by: Beniamino Galvani <bgalvani@redhat.com> | |||
2015-10-08 | shell-completion: add pseudo machine ".host" to shell completion | Lennart Poettering | |
2015-10-08 | Merge pull request #1492 from evverx/manager-dbus-properties | Lennart Poettering | |
core: manager: add some missing properties | |||
2015-10-08 | Merge pull request #1494 from reverendhomer/patch-1 | Lennart Poettering | |
networkd-link: remove unused variable assignment in link_save() | |||
2015-10-08 | run: various modernizations and smaller fixes | Lennart Poettering | |
Including a fix for properly freeing a calendarspec object after use. | |||
2015-10-08 | shell-completion: add "machinectl shell" to bash completion logic | Lennart Poettering | |
2015-10-08 | util: minor modernization of vt_disallocate() | Lennart Poettering | |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering | |
Before, we'd always reset acquired terminals, which is not really desired, as we expose a setting TTYReset= which is supposed to control whether the TTY is reset or not. Previously that setting would only enable a second resetting of the TTY, which is of course pointless... Hence, move the implicit resetting out of acquire_terminal() and make the callers do it if they need it. | |||
2015-10-08 | machined: when opening a shell via machined, pass tty fds in | Lennart Poettering | |
With this change we'll open the shell's tty right from machined and then pass it to the transient unit we create. This way we make sure the pty is opened exactly as long as the transient service is around, and no longer, and vice versa. This way pty forwarders do not have to deal with EIO problems due to vhangup, as the pty is open all the time from the point we set things up to the point where the service goes away. | |||
2015-10-08 | networkd-link: remove unused variable assignment in link_save() | reverendhomer | |
fixes Coverity #1317207 | |||
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering | |
When starting a transient service, allow setting stdin/stdout/stderr fds for it, by passing them in via the bus. This also simplifies some of the serialization code for units. | |||
2015-10-08 | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering | |
2015-10-08 | update CODING_STYLE | Lennart Poettering | |
2015-10-08 | Merge pull request #1491 from Danielmachon/danish-translation | Daniel Mack | |
po: added danish translation | |||
2015-10-08 | po: added danish translation for systemd | Danielmachon | |
po: added danish translation for systemd Update da.po fixed syntax errors | |||
2015-10-08 | core: manager: add some missing dbus properties | Evgeny Vereshchagin | |
2015-10-08 | keymap: Update Thinkpad Yoga 12 (2015) | Martin Pitt | |
Follow-up commit to e1fd19958: Add d8 scan code as well. Fixes #1440 | |||
2015-10-07 | Merge pull request #1490 from poettering/machinectl-shell-race-fix | Daniel Mack | |
machinectl shell race fix |