summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-05shutdown: rearrange shutdown sources in source treeLennart Poettering6-12/+7
2019-03-05shutdown: (void)ify more stuffLennart Poettering1-3/+3
2019-03-05shutdown: fix up return type of sync_making_progress()Lennart Poettering1-7/+5
2019-03-05Merge pull request #11881 from yuwata/networkd-vs-interface-renamingLennart Poettering7-34/+90
2019-03-05udev: run programs in the specified orderYu Watanabe6-16/+16
2019-03-05dhcp: refuse to configure DHCP IAID if the interface is under renamingYu Watanabe1-0/+8
2019-03-05network: do not configure interfaces under renamingYu Watanabe2-1/+23
2019-03-05util: introduce device_is_renaming()Yu Watanabe2-0/+13
2019-03-05network: always drop configs when interface is renamedYu Watanabe1-12/+6
2019-03-05udev: set ID_RENAMING property when interface renaming is requestedYu Watanabe1-17/+30
2019-03-05udev: do not read UdevEvent object before checking it is non-NULLYu Watanabe1-1/+3
2019-03-05udev: drop unnecessary copy of new interface nameYu Watanabe1-6/+7
2019-03-05netlink: check new interface name is valid or not before sending requestYu Watanabe1-0/+3
2019-03-04Merge pull request #11841 from keszybz/dns-packet-speedupLennart Poettering6-46/+77
2019-03-04Merge pull request #11871 from yuwata/systemctl-show-format-unprintableLennart Poettering9-105/+476
2019-03-04Merge pull request #11888 from keszybz/non-atomicLennart Poettering21-130/+70
2019-03-04resolved: when adding RR to an answer, avoid comparing keys twiceZbigniew Jędrzejewski-Szmek2-28/+21
2019-03-04resolve: split the RR comparison function in twoZbigniew Jędrzejewski-Szmek2-10/+20
2019-03-04resolved: use a temporary Set to speed up dns question parsingZbigniew Jędrzejewski-Szmek3-8/+36
2019-03-04systemctl: format LogExtraFields= in 'show' commandYu Watanabe1-0/+50
2019-03-04systemctl: format BindPaths= or TemporaryFileSystems= in 'show' commandYu Watanabe1-0/+72
2019-03-04systemctl: print RestrictAddressFamilies= in 'show' commandYu Watanabe1-1/+2
2019-03-04systemctl: show nothing if no LoadError=Yu Watanabe1-1/+3
2019-03-04systemctl: format IPIngressBytes= or friends nicelyYu Watanabe1-0/+2
2019-03-04systemctl: show IPAddressAllow= and IPAddressDeny= in 'show' commandYu Watanabe1-0/+62
2019-03-04test: add tests for test_in_addr_prefix_to_string()Yu Watanabe1-0/+49
2019-03-04test: move tests for in_addr_prefix_from_string()Yu Watanabe1-27/+30
2019-03-04util: introduce in_addr_prefix_to_string()Yu Watanabe2-0/+36
2019-03-04util: use _cleanup_ attributesYu Watanabe1-10/+6
2019-03-04core: fix received size of signal or status sizeYu Watanabe1-10/+13
2019-03-04sd-hwdb: fix off_t vs. size_t confusion in castZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-04systemctl: show SuccessExitStatus= and friendsYu Watanabe1-0/+62
2019-03-04systemctl: use streq() if arguments must be non-NULLYu Watanabe1-1/+1
2019-03-04systemctl: do not show negative values in {Success,Failure}ActionExitStatus=Yu Watanabe1-0/+17
2019-03-04bus-util: drop unnecessary re-formattingYu Watanabe5-56/+72
2019-03-04systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=INSUN PYO1-0/+14
2019-03-04test: do not assume test-chown-rec is running as rootDavide Cavalca1-12/+14
2019-03-04Remove now-unused refcnt.hZbigniew Jędrzejewski-Szmek3-56/+0
2019-03-04sd-netlink: do not use atomic reference countersZbigniew Jędrzejewski-Szmek5-14/+8
2019-03-04sd-hwdb: some minor logging and style updatesZbigniew Jędrzejewski-Szmek1-12/+11
2019-03-04sd-hwdb: use non-atomic reference countersZbigniew Jędrzejewski-Szmek1-4/+3
2019-03-04bus: make reference counting non-atomicZbigniew Jędrzejewski-Szmek3-21/+11
2019-03-04tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek9-23/+37
2019-03-04Merge pull request #11820 from dm0-/chaseLennart Poettering3-3/+28
2019-03-04Merge pull request #11770 from yuwata/fix-9955Lennart Poettering7-22/+163
2019-03-04login: HyperV requires master-of-seat to be setMike Lothian1-0/+4
2019-03-04fuzz-dhcp6-client: avoid assertion failure on samples which dont fit in pipeYu Watanabe2-0/+5
2019-03-04test: add tests for log_syntax()Yu Watanabe1-1/+8
2019-03-04log: make log_syntax() assign correct errno and show valid error causeYu Watanabe2-2/+2
2019-03-01Merge pull request #11472 from poettering/sd-bus-ref-tweakZbigniew Jędrzejewski-Szmek8-56/+187