summaryrefslogtreecommitdiffstats
path: root/src/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-20loop-util: add debug logging about O_RDWR vs. O_RDONLY + O_DIRECT modeLennart Poettering1-0/+12
2021-10-20loop-util: minor coding style updatesLennart Poettering1-6/+2
2021-10-19test-network: cleanup dnsmasq related file on setupYu Watanabe1-0/+2
2021-10-19test-network: drop pid_file argument from stop_dnsmasq()Yu Watanabe1-9/+12
2021-10-19test-network: use constant variables in dnsmasq commandYu Watanabe1-11/+10
2021-10-19CI: disable opensuse mkosi CIDaan De Meyer1-1/+2
2021-10-19loop-util: work around cache invalidation bug in older kernelsLennart Poettering1-0/+15
2021-10-19loop-util: enable LO_FLAGS_DIRECT_IO by default on loopback devicesLennart Poettering3-6/+125
2021-10-19network: introduce BPF to reject netlink messages about non-static neighborYu Watanabe1-1/+35
2021-10-19sd-netlink: introduce sd_netlink_attach_filter()Yu Watanabe2-0/+17
2021-10-19network: route: drop kernel version check for route expirationYu Watanabe3-37/+39
2021-10-19utmp: remove /dev from lineVincent Bernat1-2/+6
2021-10-19network: neighbor: fix log messageYu Watanabe1-1/+1
2021-10-19meson: use partial_dependency() to get include directoryAlexander Kanavin1-5/+4
2021-10-18tree-wide: use AF_NETLINK instead of PF_NETLINKYu Watanabe3-3/+3
2021-10-18homework: move allocation/destruction into outer/generic scopeLennart Poettering7-40/+45
2021-10-18homework: unify code that opens the backing image file in open_image_file()Lennart Poettering1-27/+65
2021-10-18network: route: fix possible overflow in conversion usec_t -> uint32_tYu Watanabe1-1/+1
2021-10-18network: dhcp6: use IPv6 specific functionsYu Watanabe1-16/+11
2021-10-18network: dhcp6: manage assigned downstream prefixes by using HashmapYu Watanabe3-45/+54
2021-10-18network: dhcp6: shorten code a bitYu Watanabe1-6/+3
2021-10-18network: dhcp6: always assign prefix through dhcp6_pd_assign_prefix()Yu Watanabe1-12/+9
2021-10-18network: dhcp6pd: check if address is ready only when Assign=yesYu Watanabe1-15/+19
2021-10-18network: add missing DHCPv6PD address checkYu Watanabe1-3/+6
2021-10-18journal: Expand rotate log messages in journaldDaan De Meyer2-6/+10
2021-10-18journal: Add two more log messages to journal_file_rotate_suggested()Daan De Meyer1-2/+10
2021-10-18docs: Fix value for "processId" in HACKING docDaan De Meyer1-1/+1
2021-10-18homework: mae sure PasswordCache is really optionalLennart Poettering2-9/+29
2021-10-18homework: make PasswordCache const wherever we canLennart Poettering4-11/+11
2021-10-18journal: Add log level argument to journal_file_rotate_suggested()Daan De Meyer4-22/+26
2021-10-18watchdog: fix fd validity checkLennart Poettering1-1/+1
2021-10-18watchdog: drop unnecessary variableLennart Poettering1-3/+1
2021-10-18watchdog: always prefer /dev/watchdog0 over /dev/watchdogLennart Poettering2-3/+10
2021-10-18watchdog: fix error code handlingLennart Poettering1-1/+1
2021-10-18docs: mark spdx headers with the default license to website filesZbigniew Jędrzejewski-Szmek9-1/+14
2021-10-18licensing: add a license file for the fonts we carryZbigniew Jędrzejewski-Szmek2-0/+98
2021-10-18fuzz-fido-id-desc: drop unused case fileZbigniew Jędrzejewski-Szmek1-6/+0
2021-10-18TEST-06-SELINUX: add the usual spdx license header to policy filesZbigniew Jędrzejewski-Szmek3-0/+3
2021-10-18gitattributes: introduce and use "generated" attributeZbigniew Jędrzejewski-Szmek10-4/+19
2021-10-18gitattributes: mark more files as "binary"Zbigniew Jędrzejewski-Szmek5-1/+8
2021-10-18tests: use !/usr/bin/env bash consistentlyZbigniew Jędrzejewski-Szmek6-6/+6
2021-10-18tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek140-25/+142
2021-10-18tests: add spdx license header to test unit/link/network/conf filesZbigniew Jędrzejewski-Szmek595-24/+611
2021-10-18bpf: fix SPDX short identifier for LGPL-2.1-or-laterZbigniew Jędrzejewski-Szmek1-1/+1
2021-10-18licensing: add two missing spdx headersZbigniew Jędrzejewski-Szmek2-0/+2
2021-10-18gitattributes: mark fuzz inputs that are pure binary as suchZbigniew Jędrzejewski-Szmek1-1/+7
2021-10-17homed: replace "already_activated" boolean parameter by a flags valueLennart Poettering10-50/+49
2021-10-17macro: Move ALIGN_TO to macro-fundamental.h and introduce CONST_ALIGN_TOJan Janssen6-27/+43
2021-10-17sd-boot: Require gnu-efi 3.0.5Jan Janssen9-68/+22
2021-10-17sd-boot: Get rid of uefi_call_wrapperJan Janssen19-203/+162