Age | Commit message (Expand) | Author |
2016-05-28 | Typo fix: s/advertisment/advertisement/ | Zbigniew Jędrzejewski-Szmek |
2016-05-28 | systemctl: remove empty line between comment and action | Zbigniew Jędrzejewski-Szmek |
2016-05-28 | Merge pull request #3328 from poettering/ipv4ll-ipv4acd-fixes | Zbigniew Jędrzejewski-Szmek |
2016-05-28 | Merge pull request #3336 from eworm-de/systemctl-set-default | Zbigniew Jędrzejewski-Szmek |
2016-05-28 | login: Fix policy for org.freedesktop.login1.set-self-linger (#3365) (#3373) | Michael Biebl |
2016-05-28 | networkd: disable IPv6 for bridge slave | Tom Yan |
2016-05-28 | networkd: unset master if not enslaved with networkd | Tom Yan |
2016-05-27 | networkd/sd-dhcp-server: Fix unaligned access in parse_request(). | John Paul Adrian Glaubitz |
2016-05-27 | core: add cgroup memory controller support on the unified hierarchy (#3315) | Tejun Heo |
2016-05-27 | Merge pull request #3329 from htejun/dbus-cgroup-fixes | Lennart Poettering |
2016-05-27 | core: fix missing newline when writing drop-in for WorkingDirectory (#3337) | Tejun Heo |
2016-05-27 | Merge pull request #3356 from OpenDZ/tixxdz/nspawn-quick-v1 | Lennart Poettering |
2016-05-27 | systemctl: fix code path (and memory leak) on error | Christian Hesse |
2016-05-27 | systemctl: fix return values on success | Christian Hesse |
2016-05-27 | systemctl: remove extra comma | Christian Hesse |
2016-05-26 | resolve/test-dns-packet: Fix unaligned access in test_packet_from_file(). | John Paul Adrian Glaubitz |
2016-05-26 | nspawn: rename arg_retain to arg_caps_retain | Djalal Harouni |
2016-05-26 | nspawn: split out seccomp call into nspawn-seccomp.[ch] | Djalal Harouni |
2016-05-26 | nspawn: rename is_procfs_sysfs_or_suchlike() to is_fs_fully_userns_compatible() | Djalal Harouni |
2016-05-26 | nspawn: a bench of special fileystems that should not be shifted | Djalal Harouni |
2016-05-26 | {machine,system}ctl: always pass &changes and &n_changes (#3350) | Christian Hesse |
2016-05-26 | ipv4ll: shorten some checks by using IN_SET a bit | Lennart Poettering |
2016-05-26 | sd-ndisc: small coding style fixes | Lennart Poettering |
2016-05-26 | sd-ndisc: add more whitespace | Lennart Poettering |
2016-05-26 | sd-ndisc: stop discovery properly when something fails | Lennart Poettering |
2016-05-26 | sd-ndisc: rework size checking in ndisc_ra_parse() | Lennart Poettering |
2016-05-26 | sd-ndisc: simplify clamping of router "pref" parameter | Lennart Poettering |
2016-05-26 | sd-ndisc: append "event_source" to event source objects stored in structures | Lennart Poettering |
2016-05-26 | sd-ndisc: add log_ndisc_errno() macro, to complement log_ndisc() like elsewhere | Lennart Poettering |
2016-05-26 | sd-ndisc: use the right object to pass to log_ndisc() | Lennart Poettering |
2016-05-26 | sd-ndisc: Typo fix: s/advertisment/advertisement/ | Lennart Poettering |
2016-05-26 | ipv4acd: rename "ll" parameter to "acd" everywhere | Lennart Poettering |
2016-05-26 | sd-ipv4ll: add a bit of logging to IPv4LL too | Lennart Poettering |
2016-05-26 | sd-ipv4acd: drop IPV4ACD_NETWORK definition | Lennart Poettering |
2016-05-26 | ipv4acd: rework how we pick ipv4ll addresses | Lennart Poettering |
2016-05-26 | ipv4ll: change "seed" parameter to be uint64_t | Lennart Poettering |
2016-05-26 | ipv4acd: make sure our event handler callbacks never check uninitialized "r" ... | Lennart Poettering |
2016-05-26 | ipv4acd: normalize time types to usec_t | Lennart Poettering |
2016-05-26 | ipv4acd: in case the state engine is reused, reset n_conflict timer to 0 | Lennart Poettering |
2016-05-26 | ipv4acd: no need to memcpy() where assignment suffices | Lennart Poettering |
2016-05-26 | ipv4acd: introduce new "started" state | Lennart Poettering |
2016-05-26 | ipv4acd: rename ipv4acd_stop() → ipv4acd_reset() | Lennart Poettering |
2016-05-26 | ipv4acd: add "_event_source" suffix to event source objects | Lennart Poettering |
2016-05-26 | ipv4acd: make the iteration and conflict fields unsigned | Lennart Poettering |
2016-05-26 | ipv4l-{acd,ll}: make sure ipv4 addresses are unsigned | Lennart Poettering |
2016-05-26 | ipv4acd: library code should never log | Lennart Poettering |
2016-05-26 | sd-ipv4{acl,ll}: don't make use of RefCnt objects | Lennart Poettering |
2016-05-26 | sd-network: don't needlessly abbreviate "callback" as "cb" in struct members | Lennart Poettering |
2016-05-26 | dhcp: fix operator precedence issue with macro | Lennart Poettering |
2016-05-26 | sd-ndisc: make the _stop() call idempotent | Lennart Poettering |