summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* catalog: add missing @ to German catalog fileLennart Poettering2020-09-231-1/+1
* sd-radv: fix indentationLennart Poettering2020-09-231-10/+10
* machine: fix error code propagation in two casesLennart Poettering2020-09-231-2/+2
* Merge pull request #17130 from keszybz/static-analyzer-cleanupsLennart Poettering2020-09-2310-62/+33
|\
| * shared/conf-parser: drop redundant cast to booleanZbigniew Jędrzejewski-Szmek2020-09-221-1/+1
| * logind: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2020-09-221-16/+6
| * sd-{login,netlink,network}: use TAKE_FD() in more placesZbigniew Jędrzejewski-Szmek2020-09-223-21/+7
| * test-bus-chat: add missing return value in checkZbigniew Jędrzejewski-Szmek2020-09-221-1/+1
| * various: remove assignments of unread variablesZbigniew Jędrzejewski-Szmek2020-09-223-3/+1
| * activate: reduce scope of iterator variableZbigniew Jędrzejewski-Szmek2020-09-221-7/+4
| * core/namespace: drop bitfield annotations from boolean fieldsZbigniew Jędrzejewski-Szmek2020-09-221-13/+13
* | man: sd_bus_message_new: fix typoRoy Chen (陳彥廷)2020-09-231-1/+1
* | sd-path: include 'search' in search pathnamesRonan Pigott2020-09-231-4/+4
* | zsh: add systemd-path completionsRonan Pigott2020-09-232-0/+9
* | Merge pull request #17124 from bluca/copypastaLennart Poettering2020-09-231-3/+3
|\ \
| * | dissect-image: do not refuse verity GPT without /usr partitionLuca Boccassi2020-09-221-1/+1
| * | dissect-image: use correct path variable when reading verity signaturesLuca Boccassi2020-09-221-2/+2
* | | Merge pull request #17127 from poettering/errno-fixupLennart Poettering2020-09-236-15/+18
|\ \ \
| * | | ptyfwd: use ERRNO_IS_DISCONNECT() when checking for disconnection on foreign fdsLennart Poettering2020-09-221-2/+3
| * | | tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering2020-09-225-13/+15
| |/ /
* | | Merge pull request #16938 from poettering/homed-rtc-wrongZbigniew Jędrzejewski-Szmek2020-09-226-20/+65
|\ \ \
| * | | homed: in images that lack mkfs.btrfs automatically fall back to ext4Lennart Poettering2020-09-211-0/+17
| * | | homed: show actual file system in messages about file systemsLennart Poettering2020-09-211-3/+4
| * | | user-record: don't refuse login when last pw change time is in the futureLennart Poettering2020-09-214-1/+19
| * | | homed: ignore ratelimiting counters when timestamp is from futureLennart Poettering2020-09-212-4/+11
| * | | homed: don't block logins into accounts with future change timeLennart Poettering2020-09-213-12/+14
* | | | Merge pull request #17109 from fbuihuu/udev-opts-tweaksZbigniew Jędrzejewski-Szmek2020-09-226-14/+16
|\ \ \ \
| * | | | udevadm: rename option '--log-priority' into '--log-level'Franck Bui2020-09-222-5/+6
| * | | | udev: rename kernel option 'log_priority' into 'log_level'Franck Bui2020-09-224-9/+10
* | | | | Merge pull request #17086 from keszybz/developer-mode-defaultLennart Poettering2020-09-225-10/+56
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | update-dbus-docs: skip test if python is too oldZbigniew Jędrzejewski-Szmek2020-09-201-5/+10
| * | | | update-dbus-docs: skip test lxml is not availableZbigniew Jędrzejewski-Szmek2020-09-181-7/+16
| * | | | meson: make "developer" mode the defaultZbigniew Jędrzejewski-Szmek2020-09-173-1/+9
| * | | | man: update autogenerated dbus docsZbigniew Jędrzejewski-Szmek2020-09-171-0/+24
* | | | | Try stopping MD RAID devices in shutdown tooHubert Kario2020-09-223-10/+146
| |_|_|/ |/| | |
* | | | meson: remove multi-line statement with trailing '\'Anita Zhang2020-09-211-2/+1
| |_|/ |/| |
* | | Merge pull request #17101 from poettering/gpt-usrLennart Poettering2020-09-2113-110/+495
|\ \ \ | |_|/ |/| |
| * | update TODOLennart Poettering2020-09-191-3/+0
| * | doc: document the new GPT partition type UUIDsLennart Poettering2020-09-194-35/+143
| * | man: emphasize that part table shown by systemd-dissect is not completeLennart Poettering2020-09-191-1/+11
| * | dissect-image: process /usr/ GPT partition typeLennart Poettering2020-09-195-66/+294
| * | gpt: add new GPT partition types of /usr partitionsLennart Poettering2020-09-192-5/+47
|/ /
* | Merge pull request #17100 from poettering/homed-fixesZbigniew Jędrzejewski-Szmek2020-09-1910-38/+147
|\ \
| * | units: pass CAP_SYS_RESOURCE to homedLennart Poettering2020-09-181-1/+1
| * | homed: make clean that --storage=directory --image-path=/dev/some-block-devic...Lennart Poettering2020-09-182-7/+17
| * | homed: make sure our worker processes finish before we exitLennart Poettering2020-09-183-0/+20
| * | homed: make it easier to run multiple instances of homedLennart Poettering2020-09-186-30/+107
| * | homed-bus: add missing spdx headerLennart Poettering2020-09-181-0/+2
* | | mkosi: include libfido2 binary package in mkosi manually for nowLennart Poettering2020-09-191-1/+2
* | | Merge pull request #17102 from weblate/weblate-systemd-masterZbigniew Jędrzejewski-Szmek2020-09-192-334/+212
|\ \ \