summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering2016-04-129-13/+20
| * basic: remove rbtree code, it's unusedLennart Poettering2016-04-125-1343/+0
| * sysv-generator: port to use new unit_file_exists() callLennart Poettering2016-04-121-3/+3
| * systemctl: don't confuse sysv code with generated unitsLennart Poettering2016-04-127-26/+34
| * path-lookup: move generator_binary_paths() to end of fileLennart Poettering2016-04-122-26/+26
| * systemctl: add error message when we get unexpected event from waitid()Lennart Poettering2016-04-121-4/+5
| * systemctl: fix incorrect errno for error messageLennart Poettering2016-04-121-1/+1
| * systemctl: move check whether a service exists as native unit file to install.cLennart Poettering2016-04-123-26/+44
| * core: rework reboot parameter logic a bitLennart Poettering2016-04-126-23/+40
| * core: be more paranoid when mixing umask and fopen()Lennart Poettering2016-04-123-4/+7
| * core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-126-18/+109
| * core: introduce a "control" unit file directoryLennart Poettering2016-04-122-48/+139
| * install: rename generator_paths() → generator_binary_paths()Lennart Poettering2016-04-124-7/+7
| * core: move flushing of generated unit files to path-lookup.cLennart Poettering2016-04-123-14/+14
| * core: minor coding style fixLennart Poettering2016-04-121-4/+4
| * tests: make sure test-path-lookup can run even when no units are installed on...Lennart Poettering2016-04-121-1/+1
| * localed: downgrade libxkbcommon to an optional runtime dependencyLennart Poettering2016-04-122-12/+67
| * test: bump up log level for install root testLennart Poettering2016-04-121-0/+2
| * shared: add a temporary work-around for kernel header inclusion fuck-upLennart Poettering2016-04-121-1/+11
| * install: unify checking whether operations may be applied to a unit file in a...Lennart Poettering2016-04-121-32/+35
| * install: introduce a new unit file state "transient"Lennart Poettering2016-04-125-4/+42
| * install: fix root prefix handlingLennart Poettering2016-04-121-78/+132
| * path-lookup: make user_runtime_dir() more genericLennart Poettering2016-04-121-21/+15
| * path-lookup: clean up user_config_home() and user_runtime_dir()Lennart Poettering2016-04-121-48/+37
| * update CODING_STYLE a bitLennart Poettering2016-04-121-0/+1
| * path-lookup: stop exporting two functionsLennart Poettering2016-04-122-5/+2
| * core: modernize manager_build_unit_patch_cache() a bitLennart Poettering2016-04-121-15/+8
| * core: don't reorder drop-ins when changing propertiesLennart Poettering2016-04-121-1/+0
| * core: don't drop transient drop-ins when loading the restLennart Poettering2016-04-121-2/+11
| * core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering2016-04-124-17/+100
| * path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...Lennart Poettering2016-04-123-15/+40
| * core: add a separate unit directory for transient unitsLennart Poettering2016-04-124-36/+99
| * path-lookup: add configured unit paths back into search pathLennart Poettering2016-04-121-0/+2
| * core: reuse manager_get_runtime_prefix() at more placesLennart Poettering2016-04-122-20/+10
| * install: add root directory to LookupPaths structureLennart Poettering2016-04-125-143/+73
| * install: change in_search_path() to take a LookupPaths structureLennart Poettering2016-04-121-4/+4
| * install: rename unit_file_is_generated() → path_is_generator()Lennart Poettering2016-04-121-7/+7
| * install: be more accurate when checking whether something is runtime configur...Lennart Poettering2016-04-121-1/+21
| * network: hashmap_put() can failLennart Poettering2016-04-121-7/+8
| * core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-127-23/+17
| * core: remove ManagerRunningAs enumLennart Poettering2016-04-1236-282/+258
| * systemctl: port systemctl over to the new LookupPaths configuration directory...Lennart Poettering2016-04-121-76/+28
| * install: make use of configuration directory paths in LookupPathsLennart Poettering2016-04-121-146/+51
| * core: add configuration directories to LookupPathsLennart Poettering2016-04-122-7/+81
| * core: when enabling a generated unit file, return a clean errorLennart Poettering2016-04-125-2/+22
| * core: add a new unit file state "generated"Lennart Poettering2016-04-124-7/+37
| * core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-1213-208/+211
| * man: minor nspawn doc fixesLennart Poettering2016-04-121-4/+4
| * core: drop SysV paths from path-lookup logicLennart Poettering2016-04-122-80/+0
| * sysv-generator: don't use LookupPath logic for determining SysV pathsLennart Poettering2016-04-121-3/+44