summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-109-49/+79
|\
| * 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-103-22/+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-102-20/+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
* | | 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 #17884 from poettering/test-dlopenLennart Poettering2020-12-094-14/+80
|\ \
| * | 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
* | | 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
| |/ / |/| |
* | | manager: Fix HW watchdog when systemd starts before driver loadedMichael Marley2020-12-092-9/+36
|/ /
* | mount-util: fix typoYu Watanabe2020-12-091-1/+1
* | cgroup: Also set blkio.bfq.weightPavel Hrdina2020-12-081-0/+5
* | test: add tests for device_new_from_nulstr()Yu Watanabe2020-12-081-0/+45
* | sd-device: keep escaped strings in DEVLINK= propertyYu Watanabe2020-12-081-1/+4
* | sd-device: use set_strjoin()Yu Watanabe2020-12-081-47/+16
* | set: introduce set_strjoin()Yu Watanabe2020-12-083-0/+88
|/
* Merge pull request #17855 from poettering/more-socktopsLuca Boccassi2020-12-073-0/+59
|\
| * socket-util: add common API for querying socket MTULennart Poettering2020-12-072-0/+34
| * socket-util: add getsockopt_int() helperLennart Poettering2020-12-071-0/+13
| * socket-util: add sockopt helper for controlling IP_RECVFRAGSIZELennart Poettering2020-12-072-0/+12