summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-308-16/+83
* analyze: add "unit-files" to dump the unit fragment mapZbigniew Jędrzejewski-Szmek2019-07-301-0/+50
* pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-309-378/+520
* shared/unit-file: add a function to validate unit alias symlinksZbigniew Jędrzejewski-Szmek2019-07-304-0/+112
* TEST-15-DROPIN: add test for details of unit aliasingZbigniew Jędrzejewski-Szmek2019-07-301-1/+139
* test: use "ln -fs"Zbigniew Jędrzejewski-Szmek2019-07-3013-63/+63
* shared/install: typoZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
* test-fs-util: call test functions in order of declarationZbigniew Jędrzejewski-Szmek2019-07-191-2/+2
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-1917-54/+76
* shared/dropin: rename function for clarityZbigniew Jędrzejewski-Szmek2019-07-191-2/+4
* shared/dropin: use TAKE_PTR in one more placeZbigniew Jędrzejewski-Szmek2019-07-191-19/+11
* basic/path-util: move two path_simplify* functions to be adjacentZbigniew Jędrzejewski-Szmek2019-07-192-54/+54
* pid1: get rid of unit_supported() helperZbigniew Jędrzejewski-Szmek2019-07-192-7/+3
* basic/set: constify operations which don't modify SetZbigniew Jędrzejewski-Szmek2019-07-194-14/+14
* pid1: do not say "(null)" if no disabled controllersZbigniew Jędrzejewski-Szmek2019-07-191-1/+1
* pid1: simplify timestamp buffer declarationZbigniew Jędrzejewski-Szmek2019-07-191-14/+8
* Rename test-unit-file to test-load-fragmentZbigniew Jędrzejewski-Szmek2019-07-192-1/+1
* test-unit-file: move some tests to new test-env-file.cZbigniew Jędrzejewski-Szmek2019-07-193-130/+147
* test-hashmap: move tests which should also apply to ordered hashmaps and add ...Zbigniew Jędrzejewski-Szmek2019-07-192-58/+66
* basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-195-0/+60
* test-strv: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-7/+86
* sysusers,strv: export the hash ops to map char* → strvZbigniew Jędrzejewski-Szmek2019-07-193-35/+67
* basic/unit-name: allow unit_name_to_instance() to be used to classify unitsZbigniew Jędrzejewski-Szmek2019-07-193-19/+25
* basic/unit-name: drop unused functionZbigniew Jędrzejewski-Szmek2019-07-191-5/+0
* path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-193-11/+37
* test-path-util: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-0/+33
* systemctl: call the unit dbus path dbus_path everywhereZbigniew Jędrzejewski-Szmek2019-07-171-22/+22
* pid1: kill unit_file_find_dropin_paths() helperZbigniew Jędrzejewski-Szmek2019-07-173-20/+9
* man: rework the description of Aliases and .wants/.requires directoriesZbigniew Jędrzejewski-Szmek2019-07-171-26/+32
* Merge pull request #12675 from yuwata/network-set-dnsLennart Poettering2019-07-1724-231/+1513
|\
| * test-network: drop warn_about_firewalld() as it is not necessary any moreYu Watanabe2019-07-171-9/+0
| * test-network: stop firewalld in setUpModule()Yu Watanabe2019-07-171-7/+14
| * test-network: add tests for link state file vs resolvectl or timedatectlYu Watanabe2019-07-172-0/+107
| * resolve: fix memleakYu Watanabe2019-07-171-0/+3
| * bash-completion: support ntp-servers and revert command for timedatectlYu Watanabe2019-07-171-0/+9
| * timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe2019-07-172-0/+117
| * resolvectl: support networkd managed interfacesYu Watanabe2019-07-172-150/+253
| * network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-1710-56/+865
| * resolve: expose dns_server_address_valid()Yu Watanabe2019-07-175-18/+19
| * network: introduce GetLinkByName and GetLinkByIndex bus methodsYu Watanabe2019-07-172-0/+79
| * network: implement ListLinks DBus methodYu Watanabe2019-07-172-0/+46
| * network: move manager dbus prototypes to networkd-manager-bus.hYu Watanabe2019-07-175-3/+13
* | mount-util: bind_remount: avoid calling statvfsJakob Unterwurzacher2019-07-171-4/+27
* | core: ExecCondition= for servicesAnita Zhang2019-07-1721-23/+225
* | Merge pull request #12927 from fbuihuu/coredump-cleanup-part-2Zbigniew Jędrzejewski-Szmek2019-07-171-268/+282
|\ \
| * | coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui2019-07-161-27/+28
| * | coredump: gather all process metadata in iovecs first and then cache themFranck Bui2019-07-161-247/+260
| * | coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui2019-07-161-5/+5
* | | Merge pull request #13082 from ddstreet/minorZbigniew Jędrzejewski-Szmek2019-07-1732-207/+87
|\ \ \
| * | | test/test-functions: instmods call to find should use -type fDan Streetman2019-07-161-1/+1