- Mar 28, 2025
-
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
- Jan 23, 2025
-
-
ricardo.dossanto1 authored
-
- Jan 22, 2025
-
-
ricardo.dossanto1 authored
-
- Dec 19, 2024
-
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
- Dec 12, 2024
-
-
ricardo.dossanto1 authored
-
- Nov 04, 2024
-
-
ricardo.dossanto1 authored
-
- Oct 31, 2024
-
-
ricardo.dossanto1 authored
-
- Oct 23, 2024
-
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
git-subtree-dir: systemd git-subtree-mainline: d5767cb4 git-subtree-split: b6b8527c
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
ricardo.dossanto1 authored
-
Integral authored
-
Lennart Poettering authored
-
Yu Watanabe authored
Follow-up for 1f5a0529.
-
Yu Watanabe authored
Follow-up for 00054113.
-
Yu Watanabe authored
Follow-up for 63d4c427.
-
Lennart Poettering authored
openat_report_new() tweaks
-
Ronan Pigott authored
The only possible error return in this position is -ENODATA, which is not interesting.
-
Lennart Poettering authored
logind: introduce CanIdle/CanLock properties on logind session dbus objects
-
Luca Boccassi authored
* 07a294d0c6 Do not mask systemd-gpt-auto-generator in upstream CI builds * 5636398bf7 Backport patch to fix test failures with tzdata 2024b-1 * 354ded4946 Update changelog for 256.7-2 release * e38c7c5345 Backport fixes for upstream autopkgtest suite * 249676834c Disable utmp support, not y2038 safe * 822d44da42 initramfs-tools: support missing /etc/udev/udev.conf * ad71ebf700 systemd-boot: depend on systemd for kernel-install * 5bf7008ef8 d/systemd.postinst: do not restart systemd-binfmt.service if masked * 58d5aa1b41 d/rules: mask systemd-gpt-auto-generator on Ubuntu * 481987d85c Update changelog for 256.7-1 release * ce7f3d4b43 Revert "autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash" * 7007e73b22 Mark dependencies on clang and bpftool as :native * 0e120cf704 Update upstream source from tag 'upstream/256.7' |\ | * 914aae055c New upstream version 256.7 * fcea89cb00 d/t/upstream: honor /etc/apt configured by autopkgtest
-
- Oct 22, 2024
-
-
Mike Yuan authored
Fix varlinkctl output with `--more`
-
Luca Boccassi authored
virtio console uses /dev/hvc* so we need access to write wall messages
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
Clients should be able to know if the idle logic is available on a session without secondary knowledge about the session class. Let's hence expose a property for that. Similar for the screen lock concept. Fixes: #34844
-
Nick Rosbrook authored
This makes it possible to process continuous replies with jq etc.
-
Nick Rosbrook authored
Currently, when SD_JSON_FORMAT_OFF is set in verb_call, the json format flags are set to SD_JSON_FORMAT_PRETTY_AUTO|SD_JSON_FORMAT_COLOR_AUTO, rather than or'ing those flags in. This means that other flags that may have been set, e.g. SD_JSON_FORMAT_SEQ when --more is set, will be clobbered. Fix this by masking SD_JSON_FORMAT_OFF out, and then or'ing the new flags in.
-
Lennart Poettering authored
network/dhcp6: do not request IA_PD on information requesting mode
-
Ronan Pigott authored
CNAME doesn't exist at the zone apex. When we get an unsigned noerror response to a direct query for a CNAME record, we don't yet know if this name is zone apex. We already request the correct DS record in this case, but previously skipped it at validation time, causing the answer to appear bogus. Make sure to also consider the DS record for the query name for negative replies.
-
Lennart Poettering authored
-
Lennart Poettering authored
Let#s move it close to label_ops_set(), since it is somewhat symmetric to it.
-
Lennart Poettering authored
-
Lennart Poettering authored
Move the renaming function to reboot-util.h (since it writes out /run/nologin at shutdown), and let's get rid of fileio-label.[ch] now that it serves no purpose anymore.
-
Lennart Poettering authored
This brings two benefits: we will label the created file only if it is actually created, and we can correctly delete any file we create again on failure.
-
Lennart Poettering authored
Given that we have the LabelOps abstraction these days, we can teach write_string_file() to use it, which means we can get rid of fileio-label.[ch] as a separate concept. (The only reason that fileio-label.[ch] exists independently of fileio.[ch] was that the former linekd to libselinux potentially, and thus had to be in src/shared/ while the other always was in src/basic/. But the LabelOps vtable provides us with a nice work-around)
-