| Commit message (Expand) | Author | Files | Lines |
2015-01-15 | test-exec: do not skip all the tests | Ronny Chevalier | 1 | -6/+20 |
2015-01-15 | spawn: downgrade loopback detach errors to debug | Lennart Poettering | 1 | -2/+2 |
2015-01-15 | nspawn: add support for limited dissecting of MBR disk images with nspawn | Lennart Poettering | 1 | -52/+100 |
2015-01-14 | nspawn: pass the container's init PID out via sd_notify() | Lennart Poettering | 1 | -3/+4 |
2015-01-14 | update TODO | Lennart Poettering | 1 | -3/+1 |
2015-01-14 | nspawn: fix an incorrect assert comparison | Lennart Poettering | 1 | -1/+1 |
2015-01-14 | loginctl: fix misuse compound literals | Lennart Poettering | 1 | -2/+11 |
2015-01-14 | sd-bus: tell Coverity that it's OK not to care for return values in some cases | Lennart Poettering | 1 | -4/+4 |
2015-01-14 | nspawn: add file system locks for controlling access to container images | Lennart Poettering | 5 | -32/+304 |
2015-01-14 | sysv-generator: always use fstatat() if we can | Lennart Poettering | 1 | -10/+14 |
2015-01-14 | sysv-generator: fix memory leak on failure | Lennart Poettering | 1 | -5/+9 |
2015-01-14 | machinectl: fix minor memory leak | Lennart Poettering | 1 | -2/+2 |
2015-01-14 | pty: minor modernization | Lennart Poettering | 1 | -5/+4 |
2015-01-14 | machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re... | Lennart Poettering | 3 | -10/+73 |
2015-01-14 | util: the chattr flags field is actually unsigned, judging by kernel sources | Lennart Poettering | 4 | -9/+17 |
2015-01-14 | ptyfw: add missing error check | Lennart Poettering | 1 | -1/+3 |
2015-01-14 | nspawn: remove the right propagation directory | Lennart Poettering | 1 | -1/+1 |
2015-01-14 | test: hashmap_put behaviour for equal keys | Martin Pitt | 1 | -1/+6 |
2015-01-14 | man: remove "nofail" from systemd.swap(5) | Zbigniew Jędrzejewski-Szmek | 1 | -4/+1 |
2015-01-14 | machinectl: use GNU basename, not the XPG version | Cristian Rodríguez | 1 | -1/+1 |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen | 9 | -9/+9 |
2015-01-13 | nspawn: --help typo fix | Lennart Poettering | 1 | -1/+1 |
2015-01-13 | update TODO | Lennart Poettering | 1 | -2/+4 |
2015-01-13 | networkd: propagate IPFoward= per-interface setting also to /proc/sys/net/ipv... | Lennart Poettering | 1 | -2/+28 |
2015-01-13 | udev: make use of new one_zero() helper where appropriate | Lennart Poettering | 1 | -1/+1 |
2015-01-13 | networkd: make IP forwarding for IPv4 and IPv6 individually configurable | Lennart Poettering | 8 | -20/+62 |
2015-01-13 | network: IPMasquerade= implies IPForward=, hence remove it | Lennart Poettering | 1 | -1/+0 |
2015-01-13 | networkd: rename misnamed boolean | Lennart Poettering | 2 | -5/+5 |
2015-01-13 | networkd: introduce an AddressFamilyBoolean enum type | Lennart Poettering | 8 | -48/+71 |
2015-01-13 | journald: allow zero length datagrams again | Lennart Poettering | 1 | -4/+0 |
2015-01-13 | nspawn: add "-n" shortcut for "--network-veth" | Lennart Poettering | 2 | -5/+5 |
2015-01-13 | doc: add cross-references between systemd.{link, netdev, network} | Jan Engelhardt | 3 | -0/+8 |
2015-01-13 | doc: network - add comment about default prefix size | Tom Gundersen | 1 | -0/+1 |
2015-01-13 | fw-util: fix errno typo for !HAVE_LIBIPTC | Daniel Mack | 1 | -1/+1 |
2015-01-13 | TODO: DHCPv6 Information Request has been implemented | Patrik Flykt | 1 | -1/+0 |
2015-01-13 | update TODO | Lennart Poettering | 1 | -0/+8 |
2015-01-13 | machined: refuse certain operation on non-container machines, since they cann... | Lennart Poettering | 1 | -0/+12 |
2015-01-13 | import: make sure we don't mangle file ownerships with the local passwd datab... | Lennart Poettering | 1 | -1/+1 |
2015-01-13 | nspawn: add new option "--port=" for exposing container ports on the local host | Lennart Poettering | 5 | -63/+428 |
2015-01-13 | networkd: add minimal IP forwarding and masquerading support to .network files | Lennart Poettering | 10 | -68/+230 |
2015-01-13 | shared: add minimal firewall manipulation helpers for establishing NAT rules,... | Lennart Poettering | 8 | -7/+552 |
2015-01-13 | core: Fix EACCES check for OOM adjustments | Martin Pitt | 1 | -1/+1 |
2015-01-13 | Remove some fixed items from TODO | Zbigniew Jędrzejewski-Szmek | 1 | -8/+2 |
2015-01-12 | zsh-completion: add missing completions for systemd-tmpfiles | Ronny Chevalier | 1 | -1/+4 |
2015-01-12 | zsh-completion: add missing completions for systemd-run | Ronny Chevalier | 1 | -0/+13 |
2015-01-12 | zsh-completion: add missing completions for systemd-analyze | Ronny Chevalier | 1 | -5/+9 |
2015-01-12 | zsh-completion: add missing -M completion for timedatectl | Ronny Chevalier | 1 | -0/+1 |
2015-01-12 | zsh-completion: add missing completions for coredumpctl | Ronny Chevalier | 1 | -0/+3 |
2015-01-12 | TODO: update | David Herrmann | 1 | -0/+2 |
2015-01-12 | udev: link_config - modernize a bit and fix leakes | Tom Gundersen | 1 | -35/+51 |