Age | Commit message (Expand) | Author |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-06 | device: avoid null pointer dereference | Thomas Hindoe Paaboel Andersen |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-30 | core: simplify unit type detection logic | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-24 | core: return 0 from device_serialize() | Daniel Mack |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-24 | device: rework how we enter tentative state | Lennart Poettering |
2015-04-23 | core: downgrade warning about duplicate device names | Lennart Poettering |
2015-04-07 | device: remove unused null check | Thomas Hindoe Paaboel Andersen |
2015-03-16 | core: don't change removed devices to state "tentative" | Martin Pitt |
2015-03-13 | core: one more (void) | Zbigniew Jędrzejewski-Szmek |
2015-03-07 | core: do not spawn jobs or touch other units during coldplugging | Ivan Shapovalov |
2015-02-28 | core: fix return value on OOM | Thomas Hindoe Paaboel Andersen |
2015-02-28 | core: rework device state logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-11 | core: correct spacing near eol in code comments | Torstein Husebø |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-03-06 | core: include partition label in .device description fields | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering |
2013-12-18 | core,logind,networkd: check for udev device initialization via enumeration ma... | Lennart Poettering |
2013-12-18 | comment out udev's is_initialized call until the problem is sorted out | Kay Sievers |
2013-12-18 | core,logind,networkd: don't pick up devices from udev before they finished ud... | Lennart Poettering |
2013-12-10 | Revert "systemd: add a start job for all units in SYSTEMD_[USER_]WANTS=" | Lennart Poettering |
2013-12-05 | systemd: add a start job for all units in SYSTEMD_[USER_]WANTS= | Zbigniew Jędrzejewski-Szmek |
2013-11-25 | swap: always track the current real device node of all swap devices, even whe... | Lennart Poettering |
2013-11-25 | device: fix typo | Lennart Poettering |
2013-11-25 | device: modernizations | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-05 | Configurable Timeouts/Restarts default values | Oleksii Shevchuk |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-13 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-05-06 | core: escape unit name from udev | MUNEDA Takahiro |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-17 | core/device.c: fix possible segfault | Harald Hoyer |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-01-06 | systemd: use unit logging macros | Zbigniew Jędrzejewski-Szmek |
2012-10-17 | Properly handle device aliases used as dependencies | Eelco Dolstra |
2012-10-09 | udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS} | Kay Sievers |
2012-07-10 | unit: get rid of UnitVTable.suffix, which is now unused | Lennart Poettering |