summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* format-table: add new cell type TABLE_TIMESPAN_DAYLennart Poettering2023-01-242-2/+9
* Merge pull request #26159 from keszybz/capacity-to-crashZbigniew Jędrzejewski-Szmek2023-01-242-18/+17
|\
| * sleep: reduce double logging and improve messages and comments a bitZbigniew Jędrzejewski-Szmek2023-01-231-16/+14
| * test-sleep: add a very simple test that prints battery suspend estimatesZbigniew Jędrzejewski-Szmek2023-01-232-1/+2
| * sleep: do not abort if we try to query capacity of missing batteryZbigniew Jędrzejewski-Szmek2023-01-231-1/+1
* | Merge pull request #26153 from DaanDeMeyer/repart-remove-usernsZbigniew Jędrzejewski-Szmek2023-01-231-49/+2
|\ \
| * | Revert "repart: Ensure files end up owned by root in generated filesystems"Daan De Meyer2023-01-231-49/+2
* | | Merge pull request #25168 from valentindavid/valentindavid/umount-move-recurs...Lennart Poettering2023-01-232-0/+23
|\ \ \ | |_|/ |/| |
| * | shutdown: Move busy mounts to not block parent mountsValentin David2023-01-112-0/+23
* | | shared/install: rework an assert to appease gcc-13Zbigniew Jędrzejewski-Szmek2023-01-221-1/+2
* | | shared/install: rework InstallChange to always have .path setZbigniew Jędrzejewski-Szmek2023-01-221-2/+6
* | | logs-show: add a splash of colour to verbose outputLennart Poettering2023-01-211-17/+32
* | | logs-show: minor modernizationsLennart Poettering2023-01-211-21/+27
* | | string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-6/+3
* | | logs-show: move strlen() handling into update_json_data() so that we can use ...Lennart Poettering2023-01-211-6/+11
* | | journalctl: don't convert between strv/Set for each log lineLennart Poettering2023-01-202-8/+3
* | | logs-show: use json_variant_unref_many() where appropriateLennart Poettering2023-01-201-5/+1
* | | format-table: add cell type for showing date only timestampsLennart Poettering2023-01-202-1/+9
* | | string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-202-4/+2
| |/ |/|
* | tpm2: add salt to pinWilliam Roberts2023-01-182-5/+86
* | homework: when creating/resizing GPT partitions, also set sector size explicitlyLennart Poettering2023-01-184-2/+39
* | loop-util: always tell kernel explicitly about loopback sector sizeLennart Poettering2023-01-185-11/+78
* | dissect-image: add probe_sector_size() helper for detecting sector size of a ...Lennart Poettering2023-01-182-0/+84
* | loop-util: insist on setting the sector size correctlyLennart Poettering2023-01-181-1/+19
* | blockdev-util: add simple wrapper around BLKSSZGETLennart Poettering2023-01-183-6/+23
* | Merge pull request #26044 from DaanDeMeyer/repart-sector-sizeDaan De Meyer2023-01-182-39/+45
|\ \
| * | repart: Allow configuring sector sizeDaan De Meyer2023-01-172-3/+30
| * | mkfs-util: Shorten strv operations error handlingDaan De Meyer2023-01-171-36/+15
* | | tpm2: replace magic numberDan Streetman2023-01-171-1/+1
* | | tpm2: add common helper for checking if we are running on UKI with TPM measur...Lennart Poettering2023-01-172-0/+41
* | | generators: optionally, measure file systems at bootLennart Poettering2023-01-172-0/+41
* | | units: rework growfs units to be just a regular unit that is instantiatedLennart Poettering2023-01-171-49/+77
* | | generator: teach generator_add_symlink() to instantiate specified unitLennart Poettering2023-01-172-13/+45
* | | tpm2-util: optionally do HMAC in tpm2_extend_bytes() in case we process sensi...Lennart Poettering2023-01-172-5/+22
* | | tpm2-util: split out code that extends a PCR from pcrphaseLennart Poettering2023-01-172-0/+69
* | | tpm2-util: split out code that derives "good" TPM2 banks into an strv from pc...Lennart Poettering2023-01-172-0/+44
* | | Merge pull request #26004 from poettering/cleanuo-erase-moarYu Watanabe2023-01-174-67/+49
|\ \ \
| * | | tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-164-67/+49
| |/ /
* | | creds-util: merge the TPM2 detection for initrdAlberto Planas2023-01-161-9/+2
* | | creds-util: do not try TPM2 if there is not supportAlberto Planas2023-01-161-9/+6
* | | creds-util: check for CAP_DAC_READ_SEARCHAlberto Planas2023-01-161-3/+9
|/ /
* | open-file: Fix user-after-freeDaan De Meyer2023-01-131-1/+1
* | bootspec: show efi entry tooLudwig Nussel2023-01-131-0/+2
* | dissect-image: Notify btrfs when we're done using a loop deviceDaan De Meyer2023-01-124-0/+35
|/
* pid1: add new Type=notify-reload service typeLennart Poettering2023-01-101-1/+2
* core: add OpenFile settingRichard Phibel2023-01-104-0/+209
* Merge pull request #25918 from bluca/smbios_sd_notifyLennart Poettering2023-01-061-102/+56
|\
| * src/shared/: split AF_UNIX/AF_VSOCK address parsing into src/basic/Luca Boccassi2023-01-051-102/+56
* | journald: fix followup comments on regex featureQuentin Deslandes2023-01-061-2/+2
* | bootctl: Fix NULL pointer dereferenceJan Janssen2023-01-061-3/+5