summaryrefslogtreecommitdiffstats
path: root/man/systemd.target.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-17docs: fix typo in filename: REATLIME -> REALTIMEYu Watanabe3-2/+2
2024-09-17test/repart: fix mkfs checkerYu Watanabe1-3/+6
Follow-up for 27cacec939a46f61706d7b48a51b6f5880be4662.
2024-09-17Fix generator loggingDaan De Meyer1-2/+4
log_setup() overrides the previously set log target again so we can't use it in log_setup_generator(). Follow-up for aa976d87889ae22b7347787a1ebd03a31dcc0a9e
2024-09-17CONTROL_GROUP_INTERFACE: fix link to systemd-run codeArian van Putten1-1/+1
2024-09-16NEWS: fix typoYu Watanabe1-2/+2
Follow-up for dcc359010c0a0d8366ade913bad72acb98f4f0ef.
2024-09-16man: fix typoYu Watanabe1-1/+1
Follow-up for a632d8dd9f6cd5cf8e43862f0ea896cc571b1cab.
2024-09-16nspawn: fix typoYu Watanabe1-1/+1
Follow-up for d7a6bb9891ecc38a1bedef9689d00671bb0001ff.
2024-09-16basic/build: also include BTF statusMike Yuan1-1/+7
2024-09-16coredump: use _cleanup_(iovec_done) where appropriateLennart Poettering1-8/+7
2024-09-16bootctl: show whether a PE file is an addon in 'booctl kernel-identify'Lennart Poettering3-1/+14
2024-09-16hwdb: add Kensington SlimBlade Pro trackball (Bluetooth mode)Celeste Liu1-0/+4
Wired and 2.4G dongle connectivity is covered by general trackball rule, but with Bluetooth connectivity Kensington SlimBlade Pro uses the name "SlimBlade Pro" which doesn't contain "[Tt]rack[Bb]all". We need to process it specially. Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
2024-09-15repart: Fix log messages in partition_populate_directory()Daan De Meyer1-2/+2
We're not actually populating a filesystem here, we're preparing to populate a filesystem, so update the log messages accordingly.
2024-09-15tmpfiles.d: add $ flag to all lines which are clearly private to our ↵Lennart Poettering7-16/+16
packages, and should be removed on package removal (This excludes any dirs that contain resources placed there by the user) (I also didn't bother marking resources belonging to components that are really not optional for us)
2024-09-15tmpfiles: introduce an explicit line flag $ for enabling purge logic for a lineLennart Poettering5-7/+48
Let's make the risk of accidental misuse, and mark lines that shall be covered by --purge with an explicit new flag "$". See: #33349
2024-09-15bootctl: also show current/default/oneshot entry literally in outputLennart Poettering1-1/+13
2024-09-15bootctl: add --print-loader-path + --print-stub-pathLennart Poettering2-2/+107
These are inspired by the existing commands that return the path to the boot or ESP partitions. However, these new commands show the path to the boot loader (systemd-boot) or UKI/stub (systemd-stub) that was used on the current boot. This information is derived from EFI variables.
2024-09-15efivars: add helper that reads an fs path from an efi varLennart Poettering5-22/+52
2024-09-15bootctl: show stub partition data too in "status" tooLennart Poettering3-49/+75
2024-09-15man/bootup: rename initrd to exitrd at one more placeMike Yuan1-5/+4
Follow-up for f2c2fa87b6b7a7b3dcce9eeae8ce2a2ab50b60eb
2024-09-15test: fix ASAN options in TEST-29-PORTABLELuca Boccassi3-2/+17
Bash arrays cannot be exported, so we need to redefine it in each subtest Follow-up for 680dec33f27d408c94afe654113ba87e3bb8208b
2024-09-15udev-rules: support case insensitive matchYu Watanabe7-89/+167
This introduces 'i' prefix for match string. When specified, string or pattern will match case-insensitively. Closes #34359. Co-authored-by: Ryan Wilson <ryantimwilson@meta.com>
2024-09-15mkosi: Disable makepkg PKGBUILD linting using the newly added environment ↵Daan De Meyer1-3/+2
variable
2024-09-15boot: Make initrd_prepare() semantically equivalent to combine_initrds()Daan De Meyer1-16/+44
Currently, trying to boot images with type 1 entries generated by mkosi with qemu freezes in the kernel EFI stub. I'm not going to pretend I understand what's going on, but when I reported a similar problem with UKIs, the fix was to rework the code in combine_initrds() in the stub to behave like it does today. It seems that same fix was never applied to systemd-boot's combine_initrds() function, so let's do that now to fix the freezes I've been seeing trying to boot images with type 1 entries in qemu.
2024-09-15boot: Use TAKE_STRUCT() in one more placeDaan De Meyer1-2/+1
2024-09-15udev-rules: embed UdevRuleToken.attr_match_remove_trailing_whitespace flag ↵Yu Watanabe1-12/+14
into UdevRuleMatchType No functional change, just refactoring and preparation for later change.
2024-09-15test: split TEST-29-PORTABLE in subtestsLuca Boccassi3-367/+394
The test script is quite long and hard to read. Split it. Start with one image-based and one directory-based subtest.
2024-09-15load-fragment: terminate the specifier table (#34421)Ronan Pigott1-0/+1
Otherwise an invalid specifier iterates over uninitialized data. Fixes a bug introduced by 0b40688d1830abc6f59b1f1f67eccd757c23eb09 (v254).
2024-09-14creds: move -h/--help and --version to correct section in the help messageYu Watanabe1-1/+1
2024-09-14creds: add short comment that has-tpm2 is movedYu Watanabe1-1/+1
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
2024-09-14creds: align tableYu Watanabe1-4/+4
2024-09-14creds: drop unnecessary include of build-path.hYu Watanabe1-1/+0
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
2024-09-14Add HUAWEI MateBook D 15 AMD ACCEL propertiesMatthieu CHARETTE1-0/+9
2024-09-14Add ACCEL_MOUNT_MATRIX for Chuwi Hi10 Max.Gregory Arenius1-0/+4
2024-09-13dns-domain: add test case from #34399Lennart Poettering1-0/+3
2024-09-13dns-domain: validate dns domain name max size based on unescaped, not ↵Lennart Poettering1-10/+17
escaped size Otherwise we'll consider various domains invalid that really shouldn't be considered invalid. Fixes: #34399
2024-09-13dns-domain: follow our current variable naming styleLennart Poettering1-16/+16
2024-09-13core: do not fail if ignorable img.v/ vpick dir is emptyLuca Boccassi2-12/+22
If the vpick directory is configured to be ignored if missing, do not fail and just skip ahead. Follow-up for 5e79dd96a88 Follow-up for 622efc544dc
2024-09-13update TODOLennart Poettering1-6/+4
2024-09-13tree-wide: make sigprocmask() changes more automaticLennart Poettering25-104/+77
This tries to get rid of most manual sigprocmask() changes, in favour of: 1. The SD_EVENT_SIGNAL_PROCMASK flag to sd_event_add_signal() 2. The sd_event_set_signal_exit() call for handling SIGTERM/SIGINT 3. Move masking of SIGWINCH into ptyfwd, out of nspawn/vmspawn/run And while we are at it get rid of a bunch of event source fields whose lifetime is bound to the sd_event object they belong to anyway, and make use of the "floating" event source feature of sd-event instead.
2024-09-13docs/ELF_DLOPEN_METADATA: add detailed exampleZbigniew Jędrzejewski-Szmek1-0/+87
2024-09-13docs/ELF_PACKAGE_METADATA: add detailed exampleZbigniew Jędrzejewski-Szmek2-0/+96
When the spec was initially written, we didn't add good documentation of how to display the notes, also because there was no good way to display the data except manually extracting the section to a file and running 'jq' on that. But the tools have improved, so let's show the users how easy it is to use this data.
2024-09-13mkosi: update debian commit referenceLuca Boccassi1-1/+1
* 0704bfd93f Use dh-exec for d/systemd-timesyncd.manpages * b668a942e9 Install new sd-stub tmpfiles.d * 57aa6890f3 Install new org.freedesktop.timesync1 manpage * 63e7fb5a48 Install new shell credentials snippets * 3ce727ad45 Update changelog for 256.6-1 release * 65e0731d3a Note systemd-cryptsetup package split in NEWS * 2bd9927f5d Update upstream source from tag 'upstream/256.6' |\ | * 27c691ac24 New upstream version 256.6 * 395974bae4 Re-enable utmp support, tmux's autopkgtests require it * 685e1c84eb initramfs-tools: ensure rules file exists before invoking chzdev * a454822396 Filter out zdev rules in the initramfs hook (LP: #2044104) * cd0179221d salsa-ci: test the stage1 build profile * 55917feab0 Update changelog for 256.5-2 release * f280a3cbf5 Disable utmp support, replaced by wtmpdb * 635c5f48dc d/t/upstream: do not pass /var/cache/apt/archives to PackageDirectories
2024-09-13po: Translated using Weblate (Finnish)Ricky Tigg1-66/+43
Currently translated at 100.0% (253 of 253 strings) Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/fi/ Translation: systemd/main
2024-09-13catalog: beef up new sysctl messageLennart Poettering1-4/+7
Let's make use of the templating logic, to make the entry more useful.
2024-09-13catalog: rebreak catalog entryLennart Poettering1-5/+6
2024-09-13networkd: move sysctl code to use PID_FMTLennart Poettering1-4/+5
Now that format-util.h doesn't pull in net/if.h anymore, we can use it to format PIDs in the networkd-sysctl.c code.
2024-09-13basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering17-65/+77
This way we don't have to pull in net/if.h into format-util.h. This is supposed to address https://github.com/systemd/systemd/pull/32212#discussion_r1755639881 No actual code changes, just a .c/.h file split-up.
2024-09-13minor fixups for #32212Matteo Croce3-5/+8
Fix minor post merge comments
2024-09-12mkosi: Stop applying device groups patch on ArchDaan De Meyer1-4/+0
It stopped applying so let's stop applying it to make CI green again.
2024-09-12analyze: add test for verify exit status with warningsRyan Wilson1-0/+23