summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* boot: Use compiler intrinsic for TSCJan Janssen2023-04-131-15/+2
* systemd-cryptenroll: add string aliases for tpm2 PCRsOMOJOLA JOSHUA DAMILOLA2023-04-134-7/+100
* test: add several assertionsYu Watanabe2023-04-131-1/+5
* Merge pull request #18789 from gportay/veritysetup-add-options-for-parity-wit...Lennart Poettering2023-04-131-4/+192
|\
| * veritysetup: add support for fec optionsGaël PORTAY2023-04-131-0/+47
| * veritysetup: add support for superblock and underlying optionsGaël PORTAY2023-04-131-6/+132
| * veritysetup: add support for hash-offset optionGaël PORTAY2023-04-131-2/+17
* | image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-1320-229/+168
* | repart: Discard from/to first/last usable lbaSjoerd Simons2023-04-131-2/+6
* | Merge pull request #27027 from dtardon/unit-file-list-cleanupLennart Poettering2023-04-138-47/+30
|\ \
| * | systemctl: fix a memory leakDavid Tardon2023-04-121-0/+2
| * | install: rename functionDavid Tardon2023-04-121-4/+4
| * | install: drop unused functionDavid Tardon2023-04-122-5/+1
| * | test: use _cleanup_ for UnitFileList hashDavid Tardon2023-04-123-12/+6
| * | systemctl-list-unit-files: drop workaround for CoverityDavid Tardon2023-04-121-1/+1
| * | systemctl: drop stray assignmentDavid Tardon2023-04-121-2/+0
| * | systemctl: use _cleanup_ for UnitFileList hashDavid Tardon2023-04-121-14/+4
| * | dbus-manager: use _cleanup_ for UnitFileList hashDavid Tardon2023-03-281-11/+5
| * | install: define hash_ops for UnitFileListDavid Tardon2023-03-282-0/+9
* | | repart: always take BSD lock when whole block device is openedYu Watanabe2023-04-131-15/+40
* | | pid1: add some debug logging when stashing ds into the fdstoreLennart Poettering2023-04-131-3/+10
* | | service: rename service_close_socket_fd() → service_release_socket_fd()Lennart Poettering2023-04-133-7/+6
* | | core: move runtime directory removal into release_resource handlerLennart Poettering2023-04-131-3/+23
* | | service: close fdstore asynchronouslyLennart Poettering2023-04-131-7/+8
* | | service: allow freeing the fdstore via cleaningLennart Poettering2023-04-137-17/+68
* | | service: add ability to pin fd storeLennart Poettering2023-04-1311-19/+55
* | | service: rework how we release resourcesLennart Poettering2023-04-131-22/+33
* | | service: release resources from a seperate queue, not unit_check_gc()Lennart Poettering2023-04-134-17/+91
* | | core: fix property getter method for NFileDescriptorStore bus propertyLennart Poettering2023-04-131-1/+24
| |/ |/|
* | pid1: fix coredump_filter settingDavid Schroeder2023-04-131-1/+1
* | Merge pull request #27153 from poettering/varlin-fd-passLennart Poettering2023-04-123-39/+551
|\ \
| * | varlink: honour "sensitive" flag of json variant objects all the way into the...Lennart Poettering2023-04-121-5/+15
| * | test: add varlink fd passing testLennart Poettering2023-04-121-0/+78
| * | varlink: implement file descriptor passingLennart Poettering2023-04-122-22/+438
| * | varlink: add helper that clears the currently processed incoming message JSON...Lennart Poettering2023-04-121-6/+13
| * | varlink: get rid of "reply" fieldLennart Poettering2023-04-121-7/+4
| * | varlink: add some comments explaining what by various errors are definedLennart Poettering2023-04-121-0/+4
* | | Merge pull request #27212 from DaanDeMeyer/notify-exitMike Yuan2023-04-133-0/+14
|\ \ \
| * | | core: Send ERRNO= via notify socket on exitDaan De Meyer2023-04-121-0/+3
| * | | core: Propagate exit status via notify socket when running in VMDaan De Meyer2023-04-122-0/+10
| * | | notify: Add EXIT_STATUS fieldDaan De Meyer2023-04-121-0/+1
* | | | Merge pull request #27229 from poettering/dissect-policy-confextMike Yuan2023-04-134-7/+19
|\ \ \ \
| * | | | sysext: define a default image dissection policy for confext imagesLennart Poettering2023-04-123-1/+15
| * | | | discover-image: bring discover path list up-to-date.Lennart Poettering2023-04-121-6/+4
| | |/ / | |/| |
* | | | Merge pull request #27217 from yuwata/boot-entry-atYu Watanabe2023-04-123-25/+72
|\ \ \ \ | |/ / / |/| | |
| * | | boot-entry: introduce boot_entry_token_ensure_at()Yu Watanabe2023-04-122-21/+50
| * | | boot-entry: use chase_and_fopen_unlocked() to open /etc/kernel/entry-tokenYu Watanabe2023-04-121-2/+9
| * | | boot-entry: prioritize machine ID only when it is not randomly generatedYu Watanabe2023-04-123-3/+14
* | | | Fix compilation errorDaan De Meyer2023-04-121-6/+6
* | | | nspawn: container network interface namingThierry Martin2023-04-126-66/+194
| |/ / |/| |