summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Merge pull request #12508 from keszybz/no-root-checksYu Watanabe7-41/+33
2019-06-05Drop no longer needed halt-local.service.inMichael Biebl1-22/+0
2019-06-05Merge pull request #12744 from yuwata/test-network-stability-dhcp-testsZbigniew Jędrzejewski-Szmek1-12/+15
2019-06-05test-network: do not directly compare two results of "ip address"Yu Watanabe1-4/+7
2019-06-05Merge pull request #11778 from anitazha/rfe_11654_dbusChris Down11-129/+450
2019-06-05udev: propagate errors in udev_event_execute_rules()Yu Watanabe2-13/+26
2019-06-05udevadm trigger: log errors and return first failureZbigniew Jędrzejewski-Szmek1-3/+6
2019-06-05test-network: do not allow addresses in tentative stateYu Watanabe1-8/+8
2019-06-05man: mention quoting in description of Parameters=Zbigniew Jędrzejewski-Szmek1-9/+11
2019-06-05Merge pull request #12741 from keszybz/bpf-firewall-warningYu Watanabe5-45/+46
2019-06-05Merge pull request #12737 from keszybz/meson-man-nspawnYu Watanabe2-3/+4
2019-06-05Merge pull request #12661 from mrc0mmand/debug-journalctl-flushYu Watanabe1-2/+6
2019-06-04man/man: refer to the right build directory in the helpersZbigniew Jędrzejewski-Szmek2-2/+2
2019-06-04Silence warning about BPF firewall in containersZbigniew Jędrzejewski-Szmek1-11/+26
2019-06-04Move warning about unsupported BPF firewall right before the firewall would b...Zbigniew Jędrzejewski-Szmek5-38/+24
2019-06-04journalctl: make 'journalctl --flush' or friends not fail with varlink timeoutYu Watanabe1-0/+1
2019-06-04meson: escape dots in man/man helperZbigniew Jędrzejewski-Szmek1-1/+2
2019-06-04Merge pull request #12733 from keszybz/sd-bus-error-reportingZbigniew Jędrzejewski-Szmek3-13/+32
2019-06-04Merge pull request #12734 from keszybz/cpu-set-util-on-i386Zbigniew Jędrzejewski-Szmek2-13/+15
2019-06-04bash-completion: support "networkctl delete"Yu Watanabe1-1/+1
2019-06-04journalctl: mention --smart-relinquish-var in log messageYu Watanabe1-1/+1
2019-06-04journalctl: fix error cause in log messageYu Watanabe1-1/+4
2019-06-04test-cpu-set-util: fix allocation size check on i386Zbigniew Jędrzejewski-Szmek1-1/+3
2019-06-04test-cpu-set-util: fix comparison for allocation sizeZbigniew Jędrzejewski-Szmek1-11/+11
2019-06-04network: fix UBSAN issueYu Watanabe1-1/+1
2019-06-04networkctl: re-cast value stored in Set with INT_TO_PTR()Yu Watanabe1-2/+3
2019-06-04shared/generator: voidify mkdir_parents() callZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-04busctl: always prefix bus error message with local stringZbigniew Jędrzejewski-Szmek1-6/+17
2019-06-04sd-bus: improve bus error message for uknown propertiesZbigniew Jędrzejewski-Szmek1-4/+10
2019-06-04networkctl: log quietly if we fail to get bit ratesZbigniew Jędrzejewski-Szmek1-3/+5
2019-06-03cpu-set-util: use %d-%d format in cpu_set_to_range_string() only for actual ...Michal Sekletar2-9/+11
2019-06-04test-sleep: also print parsed modes and statesZbigniew Jędrzejewski-Szmek1-1/+20
2019-06-04Merge pull request #12708 from yuwata/test-network-networkctl-testsYu Watanabe9-50/+182
2019-06-04test-network: disable SystemCallFilter= when *SAN is enabledYu Watanabe1-0/+2
2019-06-04test-network: add test for MTU field of 'networkctl status'Yu Watanabe2-0/+14
2019-06-04test-network: add tests for "networkctl delete"Yu Watanabe1-0/+12
2019-06-04test-network: move networkctl related tests to NetworkctlTests classYu Watanabe1-26/+81
2019-06-04udevadm: add --wait-for-initialization option to "udevadm info"Yu Watanabe3-14/+42
2019-06-04util: make device_wait_for_initialization() optionally takes timeout valueYu Watanabe4-6/+19
2019-06-04util: make argument "subsystem" in device_wait_for_initialization() optionalYu Watanabe1-4/+12
2019-06-03Merge pull request #12619 from zachsmith/refactor-parse-sleep-configZbigniew Jędrzejewski-Szmek5-106/+140
2019-06-03sd-boot: Remove unnecessary call to GetEventLogJoe Richey1-54/+11
2019-06-03Merge pull request #12666 from yuwata/networkctl-show-statsZbigniew Jędrzejewski-Szmek16-56/+465
2019-06-03Merge pull request #12700 from yuwata/udev-propagate-critical-errorsZbigniew Jędrzejewski-Szmek28-2506/+2327
2019-06-03execute: dump CPUAffinity as a range string instead of a list of CPUsMichal Sekletar1-5/+4
2019-06-03networkctl: drop unnecessary use of table_add_cell_full()Yu Watanabe1-39/+41
2019-06-03udev: check formatting of attribute or value earlierYu Watanabe4-14/+106
2019-06-03udev: evaluate formatting in RUN= key earlierYu Watanabe2-6/+5
2019-06-03udev: use delete_trailing_chars() at one more placeYu Watanabe1-4/+1
2019-06-03udev: replace xsprintf() + strpcpy() by strpcpyf()Yu Watanabe1-4/+2