summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-12core,systemctl: add new "systemctl revert" commandLennart Poettering
2016-04-12install: fix errno handlingLennart Poettering
2016-04-12install: simplify skip_root() a bitLennart Poettering
2016-04-12nstall: no need to export unit_file_lookup_state() anymoreLennart Poettering
2016-04-12tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering
2016-04-12basic: remove rbtree code, it's unusedLennart Poettering
2016-04-12sysv-generator: port to use new unit_file_exists() callLennart Poettering
2016-04-12systemctl: don't confuse sysv code with generated unitsLennart Poettering
2016-04-12path-lookup: move generator_binary_paths() to end of fileLennart Poettering
2016-04-12systemctl: add error message when we get unexpected event from waitid()Lennart Poettering
2016-04-12systemctl: fix incorrect errno for error messageLennart Poettering
2016-04-12systemctl: move check whether a service exists as native unit file to install.cLennart Poettering
2016-04-12core: rework reboot parameter logic a bitLennart Poettering
2016-04-12core: be more paranoid when mixing umask and fopen()Lennart Poettering
2016-04-12core: rework how transient unit files and property drop-ins workLennart Poettering
2016-04-12core: introduce a "control" unit file directoryLennart Poettering
2016-04-12install: rename generator_paths() → generator_binary_paths()Lennart Poettering
2016-04-12core: move flushing of generated unit files to path-lookup.cLennart Poettering
2016-04-12core: minor coding style fixLennart Poettering
2016-04-12tests: make sure test-path-lookup can run even when no units are installed on...Lennart Poettering
2016-04-12localed: downgrade libxkbcommon to an optional runtime dependencyLennart Poettering
2016-04-12test: bump up log level for install root testLennart Poettering
2016-04-12shared: add a temporary work-around for kernel header inclusion fuck-upLennart Poettering
2016-04-12install: unify checking whether operations may be applied to a unit file in a...Lennart Poettering
2016-04-12install: introduce a new unit file state "transient"Lennart Poettering
2016-04-12install: fix root prefix handlingLennart Poettering
2016-04-12path-lookup: make user_runtime_dir() more genericLennart Poettering
2016-04-12path-lookup: clean up user_config_home() and user_runtime_dir()Lennart Poettering
2016-04-12path-lookup: stop exporting two functionsLennart Poettering
2016-04-12core: modernize manager_build_unit_patch_cache() a bitLennart Poettering
2016-04-12core: don't reorder drop-ins when changing propertiesLennart Poettering
2016-04-12core: don't drop transient drop-ins when loading the restLennart Poettering
2016-04-12core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering
2016-04-12path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...Lennart Poettering
2016-04-12core: add a separate unit directory for transient unitsLennart Poettering
2016-04-12path-lookup: add configured unit paths back into search pathLennart Poettering
2016-04-12core: reuse manager_get_runtime_prefix() at more placesLennart Poettering
2016-04-12install: add root directory to LookupPaths structureLennart Poettering
2016-04-12install: change in_search_path() to take a LookupPaths structureLennart Poettering
2016-04-12install: rename unit_file_is_generated() → path_is_generator()Lennart Poettering
2016-04-12install: be more accurate when checking whether something is runtime configur...Lennart Poettering
2016-04-12network: hashmap_put() can failLennart Poettering
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12systemctl: port systemctl over to the new LookupPaths configuration directory...Lennart Poettering
2016-04-12install: make use of configuration directory paths in LookupPathsLennart Poettering
2016-04-12core: add configuration directories to LookupPathsLennart Poettering
2016-04-12core: when enabling a generated unit file, return a clean errorLennart Poettering
2016-04-12core: add a new unit file state "generated"Lennart Poettering
2016-04-12core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering