summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | pid1: always log successfull process termination quietlyZbigniew Jędrzejewski-Szmek2019-08-226-12/+23
* | Merge pull request #13368 from keszybz/close-watchdogLennart Poettering2019-08-211-1/+10
|\ \
| * | shared/watchdog: close watchdog device when done with itZbigniew Jędrzejewski-Szmek2019-08-201-1/+10
* | | pid1: after creating transient drop-ins, put file in path cacheZbigniew Jędrzejewski-Szmek2019-08-211-0/+9
|/ /
* | Merge pull request #13367 from poettering/null-console-fixesZbigniew Jędrzejewski-Szmek2019-08-205-45/+51
|\ \
| * | fsck: add logging and fix error codes where appropriateLennart Poettering2019-08-201-6/+5
| * | manager: simplify manager_get_confirm_spawn() a bitLennart Poettering2019-08-201-11/+13
| * | load-fragment: use path_join() where appropriateLennart Poettering2019-08-201-4/+2
| * | log: don't invalidate open console fd if we can't open a new oneLennart Poettering2019-08-201-4/+6
| * | terminal-util: add fallback logic to make_console_stdio()Lennart Poettering2019-08-201-10/+17
| * | log: cast various log_open() calls to (void)Lennart Poettering2019-08-201-10/+8
|/ /
* | update TODOLennart Poettering2019-08-201-0/+4
* | Merge pull request #13360 from keszybz/udev-watch-moreLennart Poettering2019-08-202-2/+4
|\ \
| * | udev: allow persistent storage rules work for ubi devicesZbigniew Jędrzejewski-Szmek2019-08-162-2/+2
| * | udev: assume all devices which have persistent links also need to be watchedZbigniew Jędrzejewski-Szmek2019-08-161-1/+3
* | | cgroup: Also set io.bfq.weightKai Krakow2019-08-202-0/+8
* | | Merge pull request #13356 from keszybz/static-nodes-permsLennart Poettering2019-08-194-16/+43
|\ \ \
| * | | tmpfiles: override permissions of static nodes that need thisZbigniew Jędrzejewski-Szmek2019-08-193-14/+41
| * | | Rename tmpfiles.d/kmod.conf to static-nodes.confZbigniew Jędrzejewski-Szmek2019-08-191-2/+2
* | | | Merge pull request #13353 from keszybz/analyze-cat-config-relabel-extra.dLennart Poettering2019-08-193-14/+23
|\ \ \ \
| * | | | analyze: make cat-config work with relabel-extra.dZbigniew Jędrzejewski-Szmek2019-08-191-9/+18
| * | | | systemctl: use unicode in one more placeZbigniew Jędrzejewski-Szmek2019-08-191-1/+1
| * | | | man: owned to → owned byZbigniew Jędrzejewski-Szmek2019-08-191-4/+4
| |/ / /
* | | | shared/seccomp: add sync_file_range2Zbigniew Jędrzejewski-Szmek2019-08-191-0/+1
* | | | Merge pull request #13235 from yuwata/network-routing-policy-rule-family-13233Zbigniew Jędrzejewski-Szmek2019-08-1917-81/+264
|\ \ \ \
| * | | | test-network: add tests for RoutingPolicyRule.Family=ipv6 and bothYu Watanabe2019-08-162-3/+36
| * | | | network: add RoutingPolicyRule.Family= settingYu Watanabe2019-08-167-2/+101
| * | | | network: split out copying logic from routing_policy_rule_add_internal()Yu Watanabe2019-08-161-29/+42
| * | | | network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-1610-37/+37
| * | | | network: add missing entry in serialization/deserializationYu Watanabe2019-08-162-7/+17
| * | | | network: serialize/deserialize address familyYu Watanabe2019-08-162-8/+23
| * | | | network: refuse the case To= and From= are in different address familyYu Watanabe2019-08-163-3/+16
* | | | | Merge pull request #13345 from yuwata/network-fix-preferred-lifetime-zero-13341Zbigniew Jędrzejewski-Szmek2019-08-193-8/+14
|\ \ \ \ \
| * | | | | test-network: update test for PreferredLifetime=0Yu Watanabe2019-08-192-4/+13
| * | | | | network: do not check deprecated flag in address_is_ready()Yu Watanabe2019-08-191-4/+1
| |/ / / /
* | | | | Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek2019-08-194-5/+3
* | | | | cgroup-util: update comment to reflect stable kernel fixesTopi Miettinen2019-08-191-1/+2
| |/ / / |/| | |
* | | | Merge pull request #13344 from ddstreet/test-functionsYu Watanabe2019-08-195-52/+44
|\ \ \ \
| * | | | test/test-functions: add mkdir to import_initdirDan Streetman2019-08-171-0/+1
| * | | | test: replace $TESTDIR/root with $initdirDan Streetman2019-08-173-34/+34
| * | | | test: TEST-33 and TEST-36 should use create_empty_image_rootdirDan Streetman2019-08-172-12/+2
| * | | | test/test-functions: avoid stderr noise, only umount on cleanup if mountpointDan Streetman2019-08-171-8/+9
| |/ / /
* | | | test: increase qemu timeout for TEST-18 and TEST-19Dan Streetman2019-08-192-2/+2
* | | | man: add missing commaTheo Ouzhinski2019-08-181-1/+1
* | | | trivial spelling fixes (#13339)Mr-Foo2019-08-181-2/+2
|/ / /
* | | Merge pull request #13317 from ddstreet/werrorZbigniew Jędrzejewski-Szmek2019-08-163-15/+24
|\ \ \
| * | | src/boot/efi/meson.build: if meson --werror is true, set gcc -WerrorDan Streetman2019-08-151-0/+3
| * | | src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386Dan Streetman2019-08-151-12/+12
| * | | src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archsDan Streetman2019-08-151-3/+9
* | | | po: update Ukrainian translation (#13329)Yuri Chornoivan2019-08-161-16/+112