summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2016-04-12core: move flushing of generated unit files to path-lookup.cLennart 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: 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-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-12core: remove ManagerRunningAs enumLennart 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
2016-04-12core: drop SysV paths from path-lookup logicLennart Poettering
2016-04-11Install: correctly report symlink creationsMartin Pitt
2016-04-06Merge pull request #2962 from keszybz/value-optionLennart Poettering
2016-04-05machinectl: add --value optionZbigniew Jędrzejewski-Szmek
2016-04-05polkit: don't start polkit agent when running as rootMartin Pitt
2016-04-04systemctl: add --value optionZbigniew Jędrzejewski-Szmek
2016-04-01bus-util: Fix reading uint32 propertiesMartin Pitt
2016-03-29Merge pull request #2905 from keszybz/gcrypt-compilationDaniel Mack
2016-03-29shared: fix a misspelling of "journalctl"Biao Lu
2016-03-27build-sys: fix build with libgrcypt disabledZbigniew Jędrzejewski-Szmek
2016-03-22Ignore BOM in config filesZbigniew Jędrzejewski-Szmek
2016-03-14shared/machine-pool: fix another mkfs.btrfs checkingEvgeny Vereshchagin
2016-03-14shared/machine-pool: fix mkfs.btrfs checkingEvgeny Vereshchagin
2016-03-09Merge pull request #2755 from keszybz/more-testsMartin Pitt
2016-03-05tree-wide: use SET_FLAG() macro to make code more clearAlexander Kuleshov
2016-03-04shared/acpi-fpdt: use ENODATA for missing data and skip testZbigniew Jędrzejewski-Szmek
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-24treewide: fix typos and then/that useTorstein Husebø
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-23Merge pull request #2709 from vcaputo/normalize_inc_dec_usageMartin Pitt
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22build-sys: move shared/architecture.[ch] into basic/Lennart Poettering
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-18Remove/add (un)needed includesNathan McSween
2016-02-15systemctl: fix style to avoid modification of array passed by callerZbigniew Jędrzejewski-Szmek
2016-02-15systemctl: include -M or -H arguments in the hintZbigniew Jędrzejewski-Szmek
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering