summaryrefslogtreecommitdiffstats
path: root/.lgtm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-15meson: do not link with libudevYu Watanabe6-44/+36
2020-12-15udev: drop unnecessary libudev-util.h inclusionsYu Watanabe10-10/+0
2020-12-15udevadm: drop udev_queueYu Watanabe1-9/+10
2020-12-15udev: introduce udev_queue_is_empty() and udev_queue_init()Yu Watanabe3-19/+34
2020-12-15libudev: fix indentationYu Watanabe1-1/+1
2020-12-15libudev: drop unnecessary headers from libudev-util.cYu Watanabe1-8/+0
2020-12-15udev: use encode_devnode_name() instead of udev_util_encode_string()Yu Watanabe3-7/+10
2020-12-15udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friendsYu Watanabe7-34/+34
2020-12-15udev: move util_resolve_subsys_kernel() to udev-util.cYu Watanabe8-97/+104
2020-12-15udev: move util_replace_chars() to udev-util.cYu Watanabe10-66/+68
2020-12-15udev: move util_path_encode() and rename it to escape_path()Yu Watanabe3-36/+35
2020-12-15udev: move util_replace_whitespace() to udev-util.cYu Watanabe10-119/+119
2020-12-15journalctl: don't skip the entries that have the same seqnumshenyangyang42-3/+8
2020-12-15Fix review comments in added debug log.Gaurav1-7/+3
2020-12-15Fix build warning.Gaurav1-0/+1
2020-12-15Handle escape characters in interface nameGaurav1-1/+8
2020-12-15Detect special character in dbus interface nameGaurav1-1/+3
2020-12-15Translated using Weblate (German)Fabian Affolter1-10/+11
2020-12-15resolved: create stub-resolv.conf symlink with correct security labelOndrej Mosnacek1-1/+2
2020-12-15efi: Only use arm flags if supportedAndrew Balmos1-1/+7
2020-12-15timesync: Make delaying attempts to contact servers configurableSusant Sahani5-8/+25
2020-12-14core: detect_container() may return negative errnoYu Watanabe1-1/+1
2020-12-14varlink: add debug loggingZbigniew Jędrzejewski-Szmek1-84/+95
2020-12-14Revert "core/namespace: ignore ENOENT for /proc/sys/kernel/domainname and hos...Yu Watanabe1-2/+0
2020-12-14core/namespace: do not ignore non-EPERM mount errorYu Watanabe1-1/+2
2020-12-14time-util: fix typoYu Watanabe1-1/+1
2020-12-14core/namespace: use existing /proc when not enough priviledgeYu Watanabe1-27/+34
2020-12-14network: use netlink_message_read_in_addr_union() where applicableYu Watanabe1-52/+17
2020-12-14network: introduce log_routing_policy_rule_debug()Yu Watanabe1-33/+26
2020-12-14network: introduce routing_policy_rule_equal()Yu Watanabe1-1/+11
2020-12-14network: make routing_policy_rule_remove() take Manager instead of LinkYu Watanabe2-34/+19
2020-12-14network: make address_drop() accept NULLYu Watanabe1-3/+3
2020-12-14network: introduce log_address_debug()Yu Watanabe1-47/+39
2020-12-14network: merge manager_drop_routes() and manager_drop_foreign_routes()Yu Watanabe1-28/+13
2020-12-14network: introduce log_route_debug()Yu Watanabe1-82/+50
2020-12-14network: use netlink_message_read_in_addr_union() where applicableYu Watanabe1-57/+22
2020-12-14core/namespace: ignore ENOENT for /proc/sys/kernel/domainname and hostnameYu Watanabe1-0/+2
2020-12-14Update TODOLennart Poettering1-0/+2
2020-12-14tree-wide: fix typoYu Watanabe9-12/+11
2020-12-14nspawn: remove outdated comment regarding bpffsIlya Dmitrichenko1-1/+1
2020-12-14sd-device: make TAGS= property prefixed and suffixed with ":"Yu Watanabe5-57/+87
2020-12-14Add Pull Request LabelerJameer Pathan2-0/+41
2020-12-13mmap-cache: drop ret_size from mmap_cache_get()Vito Caputo5-40/+25
2020-12-13Update 60-keyboard.hwdbdropsignal1-0/+14
2020-12-13meson: Fix reallocarray checkKhem Raj1-1/+1
2020-12-12pid1: stop making /dev noexecZbigniew Jędrzejewski-Szmek1-1/+1
2020-12-12udev-builtin-blkid: add VOLUME_ID, LOGICAL_VOLUME_ID, VOLUME_SET_ID and DATA_...Karel Zak1-0/+16
2020-12-11network: adjust commentsZbigniew Jędrzejewski-Szmek1-3/+3
2020-12-11basic/log: add debug-level log_oom() variantZbigniew Jędrzejewski-Szmek2-5/+5
2020-12-11network: do not configure static configs more than once simultaneouslyYu Watanabe8-2/+46