| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n... | Lennart Poettering | 2016-04-12 | 9 | -13/+20 |
| * | basic: remove rbtree code, it's unused | Lennart Poettering | 2016-04-12 | 5 | -1343/+0 |
| * | sysv-generator: port to use new unit_file_exists() call | Lennart Poettering | 2016-04-12 | 1 | -3/+3 |
| * | systemctl: don't confuse sysv code with generated units | Lennart Poettering | 2016-04-12 | 7 | -26/+34 |
| * | path-lookup: move generator_binary_paths() to end of file | Lennart Poettering | 2016-04-12 | 2 | -26/+26 |
| * | systemctl: add error message when we get unexpected event from waitid() | Lennart Poettering | 2016-04-12 | 1 | -4/+5 |
| * | systemctl: fix incorrect errno for error message | Lennart Poettering | 2016-04-12 | 1 | -1/+1 |
| * | systemctl: move check whether a service exists as native unit file to install.c | Lennart Poettering | 2016-04-12 | 3 | -26/+44 |
| * | core: rework reboot parameter logic a bit | Lennart Poettering | 2016-04-12 | 6 | -23/+40 |
| * | core: be more paranoid when mixing umask and fopen() | Lennart Poettering | 2016-04-12 | 3 | -4/+7 |
| * | core: rework how transient unit files and property drop-ins work | Lennart Poettering | 2016-04-12 | 6 | -18/+109 |
| * | core: introduce a "control" unit file directory | Lennart Poettering | 2016-04-12 | 2 | -48/+139 |
| * | install: rename generator_paths() → generator_binary_paths() | Lennart Poettering | 2016-04-12 | 4 | -7/+7 |
| * | core: move flushing of generated unit files to path-lookup.c | Lennart Poettering | 2016-04-12 | 3 | -14/+14 |
| * | core: minor coding style fix | Lennart Poettering | 2016-04-12 | 1 | -4/+4 |
| * | tests: make sure test-path-lookup can run even when no units are installed on... | Lennart Poettering | 2016-04-12 | 1 | -1/+1 |
| * | localed: downgrade libxkbcommon to an optional runtime dependency | Lennart Poettering | 2016-04-12 | 2 | -12/+67 |
| * | test: bump up log level for install root test | Lennart Poettering | 2016-04-12 | 1 | -0/+2 |
| * | shared: add a temporary work-around for kernel header inclusion fuck-up | Lennart Poettering | 2016-04-12 | 1 | -1/+11 |
| * | install: unify checking whether operations may be applied to a unit file in a... | Lennart Poettering | 2016-04-12 | 1 | -32/+35 |
| * | install: introduce a new unit file state "transient" | Lennart Poettering | 2016-04-12 | 5 | -4/+42 |
| * | install: fix root prefix handling | Lennart Poettering | 2016-04-12 | 1 | -78/+132 |
| * | path-lookup: make user_runtime_dir() more generic | Lennart Poettering | 2016-04-12 | 1 | -21/+15 |
| * | path-lookup: clean up user_config_home() and user_runtime_dir() | Lennart Poettering | 2016-04-12 | 1 | -48/+37 |
| * | update CODING_STYLE a bit | Lennart Poettering | 2016-04-12 | 1 | -0/+1 |
| * | path-lookup: stop exporting two functions | Lennart Poettering | 2016-04-12 | 2 | -5/+2 |
| * | core: modernize manager_build_unit_patch_cache() a bit | Lennart Poettering | 2016-04-12 | 1 | -15/+8 |
| * | core: don't reorder drop-ins when changing properties | Lennart Poettering | 2016-04-12 | 1 | -1/+0 |
| * | core: don't drop transient drop-ins when loading the rest | Lennart Poettering | 2016-04-12 | 1 | -2/+11 |
| * | core: rework logic to drop duplicate and non-existing items from search path | Lennart Poettering | 2016-04-12 | 4 | -17/+100 |
| * | path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f... | Lennart Poettering | 2016-04-12 | 3 | -15/+40 |
| * | core: add a separate unit directory for transient units | Lennart Poettering | 2016-04-12 | 4 | -36/+99 |
| * | path-lookup: add configured unit paths back into search path | Lennart Poettering | 2016-04-12 | 1 | -0/+2 |
| * | core: reuse manager_get_runtime_prefix() at more places | Lennart Poettering | 2016-04-12 | 2 | -20/+10 |
| * | install: add root directory to LookupPaths structure | Lennart Poettering | 2016-04-12 | 5 | -143/+73 |
| * | install: change in_search_path() to take a LookupPaths structure | Lennart Poettering | 2016-04-12 | 1 | -4/+4 |
| * | install: rename unit_file_is_generated() → path_is_generator() | Lennart Poettering | 2016-04-12 | 1 | -7/+7 |
| * | install: be more accurate when checking whether something is runtime configur... | Lennart Poettering | 2016-04-12 | 1 | -1/+21 |
| * | network: hashmap_put() can fail | Lennart Poettering | 2016-04-12 | 1 | -7/+8 |
| * | core: introduce MANAGER_IS_RELOADING() macro | Lennart Poettering | 2016-04-12 | 7 | -23/+17 |
| * | core: remove ManagerRunningAs enum | Lennart Poettering | 2016-04-12 | 36 | -282/+258 |
| * | systemctl: port systemctl over to the new LookupPaths configuration directory... | Lennart Poettering | 2016-04-12 | 1 | -76/+28 |
| * | install: make use of configuration directory paths in LookupPaths | Lennart Poettering | 2016-04-12 | 1 | -146/+51 |
| * | core: add configuration directories to LookupPaths | Lennart Poettering | 2016-04-12 | 2 | -7/+81 |
| * | core: when enabling a generated unit file, return a clean error | Lennart Poettering | 2016-04-12 | 5 | -2/+22 |
| * | core: add a new unit file state "generated" | Lennart Poettering | 2016-04-12 | 4 | -7/+37 |
| * | core: rework generator dir logic, move the dirs into LookupPaths structure | Lennart Poettering | 2016-04-12 | 13 | -208/+211 |
| * | man: minor nspawn doc fixes | Lennart Poettering | 2016-04-12 | 1 | -4/+4 |
| * | core: drop SysV paths from path-lookup logic | Lennart Poettering | 2016-04-12 | 2 | -80/+0 |
| * | sysv-generator: don't use LookupPath logic for determining SysV paths | Lennart Poettering | 2016-04-12 | 1 | -3/+44 |