Age | Commit message (Expand) | Author |
2014-02-20 | condition: refactor a bit | Tom Gundersen |
2014-02-20 | python: reindent _reader.c | Lennart Poettering |
2014-02-20 | macro: add nice macro for disabling -Wnonnull temporarily | Lennart Poettering |
2014-02-20 | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | util: get rid of warnings around assert_cc() macro | Lennart Poettering |
2014-02-20 | journal: fix compiler warning in journal_file_append_data() | Daniel Mack |
2014-02-20 | journal: fix compiler warning in real_journal_next() | Daniel Mack |
2014-02-20 | libsystemd: fix compiler warning in property_get_set_callbacks_run() | Daniel Mack |
2014-02-20 | core/unit: fix unit_add_target_dependencies() for units with no dependencies | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-20 | sd-bus: the bus returned should be the first arg | Jason A. Donenfeld |
2014-02-19 | udev: net-config - allow interface names to be set from the hwdb | Tom Gundersen |
2014-02-19 | build-sys: export experimental symbols only with --enable-kdbus | Kay Sievers |
2014-02-19 | bus: fix unreffing logic | Lennart Poettering |
2014-02-19 | sd-dhcp-client: fix mixup between raw and udp sockets | Tom Gundersen |
2014-02-19 | sd-damon is LGPL now | Kay Sievers |
2014-02-19 | update TODO | Lennart Poettering |
2014-02-19 | build-sys: merge libsystemd-journal into libsystemd | Kay Sievers |
2014-02-19 | tmpfiles: simplification | Lennart Poettering |
2014-02-19 | util: simplify get_ctty() | Lennart Poettering |
2014-02-19 | timedatectl: fix minor memory leak | Lennart Poettering |
2014-02-19 | udev: make sure we always return a valid error code in trie_store() | Lennart Poettering |
2014-02-19 | sd-id128: use new dev_urandom() call | Lennart Poettering |
2014-02-19 | journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us... | Lennart Poettering |
2014-02-19 | execute: modernizations | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-19 | busctl: add --no-legend and use in bash completion | Thomas Hindoe Paaboel Andersen |
2014-02-19 | sd-rtnl: test - include missing.h to build on old kernels | Tom Gundersen |
2014-02-19 | networkd: dhcp - log when lease is lost | Tom Gundersen |
2014-02-19 | networkd: link - only reset transient hostname if it was set by us | Tom Gundersen |
2014-02-19 | systemctl: remove erroneous return in runlevel_parse_argv() | Maciej Wereski |
2014-02-19 | logind: remove redundant check in manager_new() | Maciej Wereski |
2014-02-19 | label: minor optimizations | Lennart Poettering |
2014-02-19 | missing.h: add some IFLA_* constants | Tom Gundersen |
2014-02-19 | event: fix crash on child-source state modifications | David Herrmann |
2014-02-19 | core: add Personality= option for units to set the personality for spawned pr... | Lennart Poettering |
2014-02-18 | build-sys: fixups for libsystemd-daemon merge | Zbigniew Jędrzejewski-Szmek |
2014-02-19 | build-sys: merge libsystemd-daemon into libsystemd | Kay Sievers |
2014-02-18 | nspawn: add new --personality= switch to make it easier to run 32bit containe... | Lennart Poettering |
2014-02-18 | net-match: fix Driver= match | Tom Gundersen |
2014-02-18 | networkd: refactor link_add() ... | Tom Gundersen |
2014-02-18 | nspawn: x86 is special with its socketcall() semantics, be permissive in the ... | Lennart Poettering |
2014-02-18 | seccomp: add helper call to add all secondary archs to a seccomp filter | Lennart Poettering |
2014-02-18 | nspawn: allow 32-bit chroots from 64-bit hosts | Dave Reisner |
2014-02-18 | load-modules: properly return a failing error code if some module fails to load | Lennart Poettering |
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: minor fixes to networkd page | Tom Gundersen |
2014-02-18 | libsystemd-dhcp: Add a full DHCP address acquisition test case | Patrik Flykt |