summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* inhibit: use pager for systemd-inhibit --listDavid Tardon2018-05-181-0/+12
* core: refuse StateDirectory=private, as our internal DynamicUser=1 symlink is...Lennart Poettering2018-05-181-2/+14
* Merge pull request #9017 from keszybz/man-coredumpLennart Poettering2018-05-171-3/+14
|\
| * coredump: properly treat Storage=none as disabled storageZbigniew Jędrzejewski-Szmek2018-05-171-3/+14
* | Merge pull request #9002 from yuwata/fix-timedateLennart Poettering2018-05-172-52/+33
|\ \
| * | timedate: do not copy input string before bus_verify_polkit_async()Yu Watanabe2018-05-151-4/+5
| * | hostname: use free_and_strdup()Yu Watanabe2018-05-151-48/+28
* | | Merge pull request #9016 from yuwata/fix-policyLennart Poettering2018-05-172-5/+3
|\ \ \
| * | | timedatectl: do not wrap polkit policy messageYu Watanabe2018-05-171-4/+2
| * | | core: systemd1.manage-unit-files policy implies systemd1.manage-unitsYu Watanabe2018-05-171-1/+1
| | |/ | |/|
* / | Turn VALGRIND variable into a meson configuration switchZbigniew Jędrzejewski-Szmek2018-05-175-10/+10
|/ /
* | core: systemd1.manage-unit-files policy implies systemd1.reload-daemonYu Watanabe2018-05-161-0/+1
* | core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-1532-35/+79
* | core: Break circular dependency between unit.h and cgroup.hFelipe Sateler2018-05-152-1/+3
* | sysusers: drop an unused variableYu Watanabe2018-05-151-1/+0
|/
* service: FileDescriptorStoreMax should also imply NotifyAccessAlan Jenkins2018-05-151-4/+3
* test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe2018-05-141-1/+1
* core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe2018-05-144-5/+5
* sd-bus: use free_and_strdup()Yu Watanabe2018-05-141-22/+11
* Merge pull request #8968 from yuwata/bus-macro-2Zbigniew Jędrzejewski-Szmek2018-05-137-409/+98
|\
| * dbus-manager: introduce property_get_{hashmap,set}_size()Yu Watanabe2018-05-131-29/+11
| * dbus-unit: check userdata before obtaining dataYu Watanabe2018-05-131-4/+6
| * dbus-unit: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-108/+6
| * dbus-swap: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-42/+10
| * dbus-socket: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-18/+1
| * dbus-mount: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-62/+17
| * dbus-manager: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-92/+6
| * dbus-execute: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-54/+3
| * bus-util: add several macros for defining functions of getting dbus propertiesYu Watanabe2018-05-131-0/+38
* | test: add tests for unit_name_from_dbus_path()Yu Watanabe2018-05-131-0/+295
* | Merge pull request #8962 from floppym/issue8905Zbigniew Jędrzejewski-Szmek2018-05-139-18/+45
|\ \ | |/ |/|
| * basic: add log_level argument to timezone_is_validMike Gilbert2018-05-129-19/+23
| * basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert2018-05-111-3/+26
* | Merge pull request #8966 from yuwata/bus-resolve-fallback-dnsZbigniew Jędrzejewski-Szmek2018-05-122-18/+46
|\ \
| * | resolvectl: show current DNS server only when it is setYu Watanabe2018-05-111-8/+10
| * | resolvectl: show fallback DNS servers by status commandYu Watanabe2018-05-111-0/+9
| * | resolve: introduce FallbackDNS bus propertyYu Watanabe2018-05-111-10/+27
* | | core: use automatic cleanup moreDavid Tardon2018-05-123-23/+11
* | | systemd-analyze: make dump work for large # of unitsDavid Tardon2018-05-113-8/+73
* | | Merge pull request #8924 from yuwata/fix-3682Zbigniew Jędrzejewski-Szmek2018-05-116-148/+167
|\ \ \
| * | | test: do not call alloca() inside the list of argumentsYu Watanabe2018-05-111-86/+57
| * | | sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem()Yu Watanabe2018-05-113-15/+4
| * | | resolve: allow whitespaces in the DS digest or DNSKEY key dataYu Watanabe2018-05-111-15/+20
| * | | hexdecoct: drop an unnecessary checkYu Watanabe2018-05-111-3/+1
| * | | basic: fix comment styleYu Watanabe2018-05-111-4/+4
| * | | hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-112-25/+81
* | | | network: make route_update() accept NULLYu Watanabe2018-05-112-7/+7
* | | | network: fix indentationYu Watanabe2018-05-111-104/+124
| |/ / |/| |
* | | tmpfiles: remove newline that shouldn't be thereLennart Poettering2018-05-111-3/+1
* | | terminal-util: add a function that shows a pretty separator lineLennart Poettering2018-05-114-4/+27