summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared/rm-rf: loop over nested directories instead of instead of recursingv247.11Zbigniew Jędrzejewski-Szmek2022-01-181-47/+113
* shared/rm_rf: refactor rm_rf() to shorten code a bitZbigniew Jędrzejewski-Szmek2022-01-181-30/+24
* shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bitZbigniew Jędrzejewski-Szmek2022-01-181-18/+9
* tmpfiles: 'st' may have been used uninitializedZbigniew Jędrzejewski-Szmek2022-01-181-1/+3
* rm-rf: optionally fsync() after removing directory treeLennart Poettering2022-01-182-0/+4
* rm-rf: refactor rm_rf_children(), split out body of directory iteration loopLennart Poettering2022-01-182-95/+131
* rm-rf: fstatat() might fail if containing dir has limited access mode, patch ...Lennart Poettering2022-01-181-16/+66
* btrfs-util: add helper that abstracts "might be btrfs subvol?" checkLennart Poettering2022-01-185-7/+16
* sd-dhcp6-client: ignore IAs whose IAID do not match client's IAIDv247.10Yu Watanabe2021-10-294-42/+63
* meson.build: change operator combining bools from + to andDan Streetman2021-10-291-1/+1
* Drop bundled copy of linux/if_arp.hZbigniew Jędrzejewski-Szmek2021-10-122-166/+0
* basic/linux: Sync if_arp.h with Linux 5.14Chris Packham2021-10-121-0/+1
* journal,network,timesync: fix segfault on 32bit timeval/timespec systemsYu Watanabe2021-10-123-4/+9
* timesync: check cmsg lengthYu Watanabe2021-10-121-0/+2
* socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...Yu Watanabe2021-10-124-3/+25
* icmp6: drop unnecessary assertionYu Watanabe2021-10-121-1/+0
* timesync: fix wrong type for receiving timestamp in nanosecondsYu Watanabe2021-10-122-1/+3
* network: fix wrong flag: manage_foreign_routes -> manage_foreign_rulesYu Watanabe2021-10-121-1/+1
* man: update description for ManageForeignRoutes=Yu Watanabe2021-09-021-4/+7
* network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...Yu Watanabe2021-09-026-5/+23
* sd-netlink: always append new bridge FDB entriesv247.9Yu Watanabe2021-08-061-2/+6
* mkosi: openSUSE update --bootable=no dependenciesMichal Koutný2021-08-061-0/+1
* man: describe veritysetup command syntaxZbigniew Jędrzejewski-Szmek2021-08-062-1/+48
* veritysetup: print help for --help/-h/helpZbigniew Jędrzejewski-Szmek2021-08-061-1/+4
* Use correct `<poll.h>` includeDavid Seifert2021-08-062-2/+2
* Use correct `<fcntl.h>` includeDavid Seifert2021-08-061-1/+1
* test: correctly detect ASan on s390xFrantisek Sumsal2021-08-061-1/+1
* systemctl: allow set-property to be called with a glob patternZbigniew Jędrzejewski-Szmek2021-08-061-20/+33
* seccomp: move sched_getaffinity() from @system-service to @defaultLennart Poettering2021-08-061-1/+1
* seccomp: drop getrandom() from @system-serviceLennart Poettering2021-08-061-1/+0
* networkd: Include linux/netdevice.h headerKhem Raj2021-08-061-0/+1
* man: Fix incorrect EFI vendor UUID (last missing nibble)ratijas2021-08-061-1/+1
* malloc() uses getrandom nowCristian Rodríguez2021-08-061-0/+1
* machined-varlink: fix double freeDavid Tardon2021-08-021-1/+1
* basic/unit-name: do not use strdupa() on a pathv247.8Zbigniew Jędrzejewski-Szmek2021-07-201-8/+5
* shell-completion/zsh/_systemd-run: Fix completion of command names and argumentsduament2021-07-201-1/+2
* shared/format-table: allocate buffer of sufficient sizeZbigniew Jędrzejewski-Szmek2021-07-201-2/+2
* systemctl: show error when help for unknown unit is requestedZbigniew Jędrzejewski-Szmek2021-07-201-1/+1
* hostnamed: correct variable with errno in fallback_chassisJan Palus2021-07-201-4/+4
* NEWS: add old entry about Type=etherZbigniew Jędrzejewski-Szmek2021-07-201-0/+5
* tmpfiles: fix borked assertZbigniew Jędrzejewski-Szmek2021-07-201-4/+4
* udev: Fix by-uuid symlink for ubifs volumesTrent Piepho2021-07-201-1/+1
* Revert "rules: ubi mtd - add link to named partitions"Lennart Poettering2021-07-202-6/+0
* core: add comment explaining event source deallocationZbigniew Jędrzejewski-Szmek2021-07-201-5/+5
* core: add default descriptions for slicesZbigniew Jędrzejewski-Szmek2021-07-201-0/+8
* core/service: rework management of exec_fd event sourceZbigniew Jędrzejewski-Szmek2021-07-201-3/+8
* core: disable event sources before unreffing themZbigniew Jędrzejewski-Szmek2021-07-2013-49/+49
* resolved: do not try to copy empty NSEC types bitmapsAlexander Tsoy2021-07-201-6/+10
* dbus-socket: fix check of Listen* argumentsZbigniew Jędrzejewski-Szmek2021-07-201-2/+2
* resolvectl: Only strip ifname suffixes when being resolvconfMike Crowe2021-07-203-9/+21