summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sd-path: use ROOTPREFIX without suffixed slashv246.5Lennart Poettering2020-09-122-9/+10
* hashmap: make sure to initialize shared hash key atomicallyLennart Poettering2020-09-121-6/+7
* socket: downgrade log warnings about inability to set socket buffer sizesLennart Poettering2020-09-121-2/+4
* core: fix securebits settingTobias Kaufmann2020-09-121-9/+40
* capability-util: add new function for raising setpcapTobias Kaufmann2020-09-122-14/+27
* network: do not add prefix to RA if radv is not configuredYu Watanabe2020-09-112-3/+7
* man: document the random delay of persistent timersNazar Vinnichuk2020-09-111-3/+4
* test-network: add test for ENOBUFS issue #17012Yu Watanabe2020-09-112-0/+270
* backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not setYu Watanabe2020-09-111-1/+2
* fs-util,tmpfiles: fix error handling of fchmod_opath()Lennart Poettering2020-09-112-10/+18
* bootctl: don't accidentally propagate errors in "bootctl status"Lennart Poettering2020-09-111-5/+5
* ethtool-util: don't pass error value that isn't used to log_syntaxLennart Poettering2020-09-111-1/+1
* network: don't fail on various config parse errorsLennart Poettering2020-09-113-12/+20
* man: document that sd_bus_message_close_container() may only be called at end...Lennart Poettering2020-09-111-2/+15
* cryptsetup: Fix null pointer dereference (#16987)Mikael Szreder2020-09-111-2/+4
* core: fix set keep caps for ambient capabilitiesTobias Kaufmann2020-09-111-9/+0
* core: fix comments on ambient capabilitiesTobias Kaufmann2020-09-111-3/+11
* network: make log_link_error() or friends return voidYu Watanabe2020-09-113-18/+20
* core: make log_unit_error() or friends return voidYu Watanabe2020-09-116-43/+44
* core/slice: explicitly specify return valueYu Watanabe2020-09-111-2/+4
* udev: do not discard const qualifierYu Watanabe2020-09-111-2/+2
* sd-device: make log_device_error() or friends return voidYu Watanabe2020-09-116-34/+34
* udev: explicitly specify return valueYu Watanabe2020-09-111-1/+2
* udev: return negative errno for invalid EVDEV_ABS_XXX= propertyYu Watanabe2020-09-111-1/+1
* udev: make log_rule_error() or friends return voidYu Watanabe2020-09-111-26/+29
* socket: fix copy/paste errorLennart Poettering2020-09-111-1/+1
* udev: warn if failed to set buffer size for device monitorYu Watanabe2020-09-111-2/+5
* network: increase receive buffer size for device monitorYu Watanabe2020-09-111-0/+4
* network: do not start device monitor if /sys is read-onlyYu Watanabe2020-09-111-5/+4
* network: honor the buffer size specified in networkd.socketYu Watanabe2020-09-111-3/+8
* core/socket: use fd_set_{rcv,snd}buf()Yu Watanabe2020-09-111-11/+6
* sd-device-monitor: use fd_set_rcvbuf()Yu Watanabe2020-09-111-10/+1
* util: introduce fd_set_{snd,rcv}buf()Yu Watanabe2020-09-112-8/+14
* util: try to set with SO_{RCV,SND}BUFFORCE when requested size is larger than...Yu Watanabe2020-09-111-12/+28
* util: refuse to set too large value for socket buffer sizeYu Watanabe2020-09-111-0/+6
* network: ignore error on increasing netlink receive buffer sizeYu Watanabe2020-09-111-2/+2
* tree-wide: if get_block_device() returns zero devno, check for it in all casesLennart Poettering2020-09-115-3/+9
* btrfs: if BTRFS_IOC_DEV_INFO returns /dev/root generate a friendly error messageLennart Poettering2020-09-115-0/+28
* basic/log: make log_{info,warning,...} return voidZbigniew Jędrzejewski-Szmek2020-09-111-2/+2
* tree-wide: correct cases where return log_{error,warning} is used without valueZbigniew Jędrzejewski-Szmek2020-09-116-13/+29
* test-execute/exec-dynamicuser-statedir.service: fix quotingZbigniew Jędrzejewski-Szmek2020-09-111-2/+2
* man: fix quickhelp listing in sysusers.d(5)Zbigniew Jędrzejewski-Szmek2020-09-111-6/+6
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-116-85/+339
* network: expose route_{hash,compare}_func()Yu Watanabe2020-09-112-2/+4
* network: expose address_{hash,compare}_func()Yu Watanabe2020-09-112-2/+4
* util: expose in6_addr_{hash,compare}_func()Yu Watanabe2020-09-112-2/+5
* network: fixes gateway assignment through DHCPv4Yu Watanabe2020-09-111-25/+27
* bash-completion: resolvectl: support 'log-level' commandYu Watanabe2020-09-061-0/+4
* resolvectl: add 'log-level' to help messageYu Watanabe2020-09-061-0/+1
* core/socket: we may get ENOTCONN from socket_instantiate_service()Zbigniew Jędrzejewski-Szmek2020-09-061-11/+24