summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-12json: add helpers for dealing with id128 + strvLennart Poettering2-0/+51
2020-08-11man: document systemd-dissectLennart Poettering2-0/+245
2020-08-11meson: move systemd-dissect to /usr/binLennart Poettering1-2/+1
2020-08-11dissect: show proper error strings for more errorsLennart Poettering2-36/+62
2020-08-11dissect: introduce new helper dissected_image_mount_and_warn() and use it eve...Lennart Poettering4-19/+36
2020-08-11dissect: use recognizable error if we are supposed to mount an encrypted fsLennart Poettering1-2/+11
2020-08-11dissect: immediately close pipes when we determined we have no data for themLennart Poettering2-272/+299
2020-08-11dissect: properly propagate some relevant dissection errorsLennart Poettering1-1/+17
2020-08-11dissect: beef up dissection outputLennart Poettering1-37/+78
2020-08-11dissect: load verity metadata earlierLennart Poettering1-8/+27
2020-08-11dissect: show more information in outputLennart Poettering1-0/+13
2020-08-11dissect: add support for copying files in/out of imageLennart Poettering1-5/+231
2020-08-11copy: add copy_access() helper for copying access modeLennart Poettering2-0/+16
2020-08-11dissect: optionally mkdir directory to overmountLennart Poettering3-13/+53
2020-08-11mkdir: handle mkdir_p() of simple filename gracefullyLennart Poettering1-1/+1
2020-08-11dissect: support --discard=listLennart Poettering1-1/+7
2020-08-11firstboot: move --image= logic into common codeLennart Poettering1-1/+0
2020-08-11man: fix incorrectly placed full stopLennart Poettering1-1/+1
2020-08-11update TODOLennart Poettering1-3/+0
2020-08-11loop-util: use new LOOP_CONFIGURE ioctlLennart Poettering2-20/+84
2020-08-11dissect: use new blockdev_partscan_enabled() API where appropriateLennart Poettering1-14/+10
2020-08-11blockdev-util: add correct API for detecting if block device has partition sc...Lennart Poettering2-0/+39
2020-08-11units: order volatile-root after repartLennart Poettering1-1/+1
2020-08-10hwdb: Add ACCEL_MOUNT_MATRIX quirk for Asus M80TANicholas Narsing1-0/+1
2020-08-08network: wait for previous address removal before configuring static addressesYu Watanabe2-1/+41
2020-08-08network: drop unnecessary bracketYu Watanabe1-2/+1
2020-08-08network: only process non-error messageYu Watanabe1-1/+1
2020-08-07user-record: deal with invalid GECOS fields gracefullyLennart Poettering2-10/+33
2020-08-07user-util: add mangle_gecos() call for turning strings into fields suitable a...Lennart Poettering3-0/+52
2020-08-07fix typo in systemctl helpMatt Fenwick1-1/+1
2020-08-07journalctl: in "-o cat" mode show colorLennart Poettering1-20/+54
2020-08-07units: order systemd-user-sessions.service after home.mountLennart Poettering1-1/+1
2020-08-07update TODOLennart Poettering1-1/+0
2020-08-07docs: document new description fieldLennart Poettering2-6/+12
2020-08-07core,home,machined: generate description fields for all groups we synthesizeLennart Poettering3-10/+35
2020-08-07userdb: add "description" field to group recordsLennart Poettering6-3/+13
2020-08-07update TODOLennart Poettering1-0/+3
2020-08-06man: clarify that LogNamespace= is for system services onlyLennart Poettering1-1/+3
2020-08-06_sd-common.h: avoid parsing errors with CoverityKamil Dudka1-1/+1
2020-08-06update TODOLennart Poettering1-0/+2
2020-08-05core: new feature MountImagesLuca Boccassi15-3/+512
2020-08-05strv: add strv_split_colon_pairs functionLuca Boccassi3-0/+87
2020-08-05basic/extract-word: add EXTRACT_UNESCAPE_SEPARATORS modeZbigniew Jędrzejewski-Szmek3-13/+59
2020-08-05update TODOLennart Poettering1-6/+3
2020-08-05man: document the new --image= switches in journalctl/sysusers/tmpfilesLennart Poettering3-7/+48
2020-08-05journalctl: add --image= switchLennart Poettering1-3/+36
2020-08-05sysusers: add support for a --image= switchLennart Poettering1-1/+37
2020-08-05tmpfiles: support --image= similar to --root=Lennart Poettering1-5/+43
2020-08-05firstboot: move --image= logic into common codeLennart Poettering3-73/+96
2020-08-05test: add another test case for extract_many_wordsLuca Boccassi1-1/+19