summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pid1: stop making /dev noexecdev-no-noexecZbigniew Jędrzejewski-Szmek2020-12-111-1/+1
* Merge pull request #17935 from yuwata/network-fix-another-race-in-link-reconf...Zbigniew Jędrzejewski-Szmek2020-12-112-19/+22
|\
| * network: adjust commentsZbigniew Jędrzejewski-Szmek2020-12-111-3/+3
| * network: do not reconfigure interface when the link gains carrier but udev no...Yu Watanabe2020-12-112-19/+22
|/
* cryptsetup: Fix crypto device missing issue after bootupJinyuan Si2020-12-101-1/+1
* Merge pull request #17903 from yuwata/udev-options-log-levelLennart Poettering2020-12-1010-49/+97
|\
| * man: mention new OPTIONS=log_level= udev ruleYu Watanabe2020-12-101-0/+18
| * udev: introduce new OPTIONS="log_level=" udev ruleYu Watanabe2020-12-106-5/+45
| * udev: introduce log_device_uevent() helper functionYu Watanabe2020-12-103-30/+20
| * udev: drop meaningless size optimizationYu Watanabe2020-12-103-14/+14
* | Drop compat "gateway" nameZbigniew Jędrzejewski-Szmek2020-12-105-28/+8
* | veritysetup: also place udev socket depLennart Poettering2020-12-101-1/+1
* | seccomp: don't install filters for archs that can't use syscallsGreg Depoire--Ferrer2020-12-103-24/+41
* | mmap-cache: bind prot(ection) to MMapFileDescriptorVito Caputo2020-12-106-41/+33
* | three spdx header fixesLennart Poettering2020-12-103-3/+3
* | Merge pull request #17851 from yuwata/network-address-compare-funcLennart Poettering2020-12-106-71/+132
|\ \
| * | network: warn when NDISC and DHCPv6 provide the same addressYu Watanabe2020-12-081-6/+67
| * | network: fix SIGABRT related to unreachable route with DHCP6Yu Watanabe2020-12-081-3/+7
| * | network: use address_get() in address_exists()Yu Watanabe2020-12-083-21/+15
| * | network: revert previous changes to address_compare_func()Yu Watanabe2020-12-082-41/+43
* | | mmap-cache: separate context and window list cache hit accountingVito Caputo2020-12-101-4/+4
* | | networkd-test: add final newlines in generated files, use .format()Zbigniew Jędrzejewski-Szmek2020-12-101-30/+50
* | | udev: Fix sound.target dependencyTakashi Iwai2020-12-101-1/+1
* | | Merge pull request #17877 from yuwata/missing-syscall-sortYu Watanabe2020-12-101-138/+190
|\ \ \ | |_|/ |/| |
| * | missing: update warning messagesYu Watanabe2020-12-081-9/+9
| * | missing: add missing syscalls for ia64, m68k, sparc, arc, and tilegxYu Watanabe2020-12-081-8/+58
| * | missing: drop redundant conditionYu Watanabe2020-12-081-5/+5
| * | missing: support 32bit powerpcYu Watanabe2020-12-081-2/+2
| * | missing: sort architectures in missing_syscall.hYu Watanabe2020-12-081-130/+132
| |/
* | Merge pull request #17869 from DaanDeMeyer/mkosi-gdbLennart Poettering2020-12-095-2/+12
|\ \
| * | mkosi: Add strace to final imagesDaan De Meyer2020-12-095-2/+5
| * | mkosi: Add gdb to final imagesDaan De Meyer2020-12-095-0/+7
* | | Merge pull request #17884 from poettering/test-dlopenLennart Poettering2020-12-096-14/+94
|\ \ \
| * | | meson: specify correct libqrencode version in meson depLuca Boccassi2020-12-091-0/+1
| * | | test: pull in weak deps into testsLuca Boccassi2020-12-091-0/+13
| * | | test: add test that dlopen()'s all our weak library deps onceLennart Poettering2020-12-092-0/+44
| * | | qrcode-util: make dlopen() logic more like the other casesLennart Poettering2020-12-092-14/+36
* | | | udev: link_update() should fail if the entry in symlink dir couldn't have bee...Franck Bui2020-12-091-9/+12
* | | | virt: drop /proc/1/sched hackLennart Poettering2020-12-091-19/+2
| |/ / |/| |
* | | log: add helper set sets log level in all realmsLennart Poettering2020-12-092-2/+8
* | | man: document that automount units are privilegedLennart Poettering2020-12-092-0/+7
* | | Merge pull request #17911 from yuwata/log-cli-program-use-journalLuca Boccassi2020-12-091-10/+11
|\ \ \
| * | | log: open journal when cli program run in a service unitYu Watanabe2020-12-091-1/+3
| * | | log: make show_color variable tristateYu Watanabe2020-12-091-4/+4
| * | | log: merge conditions to reduce indentationYu Watanabe2020-12-091-5/+4
* | | | Merge pull request #17882 from poettering/logind-async-closeLuca Boccassi2020-12-092-23/+13
|\ \ \ \
| * | | | logind: use free_and_strdup() where appropriateLennart Poettering2020-12-091-11/+1
| * | | | logind: fix closing of button input devicesLennart Poettering2020-12-091-12/+6
| * | | | async: add trivial cleanup wrapper for asynchronous_close()Lennart Poettering2020-12-091-0/+6
| |/ / /
* | | | Silence cgroups v1 read-only filesystem warningDaan De Meyer2020-12-091-2/+20
| |/ / |/| |