summaryrefslogtreecommitdiffstats
path: root/docs/sysvinit (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-28update TODOLennart Poettering1-5/+1
2024-06-28docs: fix dead link to GNOME documentationLuca Boccassi1-1/+1
2024-06-27man/tmpfiles: remove outdated behavior regarding symlink ownershipGiovanni Baratta1-3/+3
2024-06-27varlink: fix licenseDavid Tardon2-2/+2
2024-06-27mkosi: Switch back to btrfsDaan De Meyer1-1/+1
2024-06-27mkosi: Install btrfs-progs on CentOS as wellDaan De Meyer5-10/+2
2024-06-27cryptsetup: allow customizing cache behaviorKamil Szczęk5-14/+67
2024-06-27cryptsetup: make key discovery more robustKamil Szczęk4-94/+136
2024-06-27mkosi: Enable hyperscale-packages-experimental for CentOSDaan De Meyer1-0/+1
2024-06-27update TODOLennart Poettering1-3/+2
2024-06-27update TODOLennart Poettering1-0/+31
2024-06-27ci: add simple test for the new "ssh-exec:" varlink logicLennart Poettering1-2/+21
2024-06-27varlink: add ability to invoke and talk to remote service binary via SSHLennart Poettering2-13/+147
2024-06-27varlink: if $SYSTEMD_VARLINK_LISTEN is set to "-", listen on stdioLennart Poettering2-4/+10
2024-06-27hostnamed: make sure we can actually properly parse 'allowInteractiveAuthenti...Lennart Poettering2-3/+1
2024-06-27hostnamed: if polkit authentication fails for Varlink Describe() call, don't ...Lennart Poettering3-6/+11
2024-06-27mkosi: Drop leftover systemd-coredump-debuginfo package for opensuseDaan De Meyer1-1/+0
2024-06-27mkosi: Drop s390x console patch from opensuse specDaan De Meyer2-0/+6
2024-06-27varlink: add helper that adds a connection via stdio to a varlink serverLennart Poettering2-0/+61
2024-06-27varlink: add new call varlink_server_add_connection_pair() for two-fd serversLennart Poettering2-7/+28
2024-06-27varlink: add new call varlink_connect_fd_pair() helper for two-fd clientsLennart Poettering2-6/+27
2024-06-27varlink: support varlink communication via distinct input/output fdsLennart Poettering1-48/+116
2024-06-26core/exec-invoke: use sched_setattr instead of sched_setschedulerFlorian Schmaus4-6/+45
2024-06-26cryptsetup: improve TPM2 blob displayKamil Szczęk1-1/+1
2024-06-26efi: share setting of generic efivars between sd-stub/sd-bootLennart Poettering5-61/+62
2024-06-26measure: normalize error pathsLennart Poettering1-13/+27
2024-06-26stub: rework linux handover to take "struct iovec"Lennart Poettering4-43/+36
2024-06-26stub: turn lookup_name() into shorter and more generic function that turns se...Lennart Poettering1-19/+14
2024-06-26stub: add helper that turns PE section into char16_t* stringLennart Poettering1-7/+19
2024-06-26stub: reorder variablesLennart Poettering1-6/+6
2024-06-26stub: reorder things a bit, so that initrds are generated/looked up togetherLennart Poettering1-5/+6
2024-06-26stub: uniformly process "measured" flagsLennart Poettering1-20/+12
2024-06-26stub: split out function that determines main cmdlineLennart Poettering1-15/+28
2024-06-26stub: normalize error handling when looking for PE sectionsLennart Poettering1-5/+4
2024-06-26stub: slightly reorder thingsLennart Poettering1-7/+7
2024-06-26stub: split out code that displays boot splashLennart Poettering1-2/+14
2024-06-26stub: split out code that loads all addons from disk into function of its ownLennart Poettering1-27/+45
2024-06-26stub: merge separate lists for addon cmdlines/devicetrees into oneLennart Poettering1-56/+36
2024-06-26stub: don't make up errorsLennart Poettering1-1/+1
2024-06-26stub: add DevicetreeAddon structureLennart Poettering1-114/+80
2024-06-26stub: split out call that loads embedded device treeLennart Poettering1-13/+24
2024-06-26stub: split out code that sets EFI vars indicating measured PCRsLennart Poettering1-14/+22
2024-06-26stub: move initialization of kernel iovec to the end, where it's usedLennart Poettering1-5/+4
2024-06-26stub: split out code that finds embedded initrdsLennart Poettering1-9/+21
2024-06-26stub: split out code that generates embedded initrdsLennart Poettering1-34/+45
2024-06-26stub: split out calls that generate sidecar initrdsLennart Poettering1-51/+69
2024-06-26stub: rework initrd handling around "struct iovec"Lennart Poettering3-103/+100
2024-06-26stub: split out code that finds the uname among PE sectionsLennart Poettering1-3/+19
2024-06-26stub: split out code that appends smbios command lineLennart Poettering1-16/+33
2024-06-26stub: split out code that measures our own PE sectionsLennart Poettering1-31/+43