summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #12675 from yuwata/network-set-dnsLennart Poettering2019-07-1719-210/+1367
|\
| * resolve: fix memleakYu Watanabe2019-07-171-0/+3
| * timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe2019-07-171-0/+103
| * resolvectl: support networkd managed interfacesYu Watanabe2019-07-171-145/+251
| * 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-1713-21/+168
* | 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 #13069 from yuwata/network-do-not-set-routes-when-carrier-...Yu Watanabe2019-07-172-0/+10
|\ \
| * | network: do not configure routes when dropping addressesYu Watanabe2019-07-172-0/+10
* | | pid1: make sure to restore correct default values for some rlimitsFranck Bui2019-07-171-60/+106
* | | Merge pull request #13077 from poettering/activate-n-fdsFrantisek Sumsal2019-07-162-9/+14
|\ \ \
| * | | journal: properly read unaligned le64 integersLennart Poettering2019-07-161-3/+4
| * | | activate: move array allocation to heapLennart Poettering2019-07-161-6/+10
* | | | Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek2019-07-165-115/+113
|\ \ \ \ | |_|/ / |/| | |
| * | | tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-162-14/+14
| * | | pid1: split out another helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-42/+41
| * | | pid1: split out helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-46/+40
| * | | run: move comment to appropriate placeZbigniew Jędrzejewski-Szmek2019-07-161-1/+1
| * | | systemctl: print non-elapsing timers as "n/a" not "(null)"Zbigniew Jędrzejewski-Szmek2019-07-161-7/+10
| * | | analyze: fix formatting of timestamps with 0 µsZbigniew Jędrzejewski-Szmek2019-07-151-5/+7
* | | | Merge pull request #12925 from yuwata/network-generatorLennart Poettering2019-07-165-0/+1998
|\ \ \ \
| * | | | test: add simple tests for network-generatorYu Watanabe2019-07-142-0/+444