systemd/src
Lennart Poettering 18eaff4272 tree-wide: fix type of read() return variable at a couple of places
read() returns ssize_t (i.e. 64bit typically). We assigned it to int
variables in some cases (i.e. 32bit typically). Let's not be so sloppy,
and not accidentally drop 32bit on the floor.

(of course, this is not an issue IRL since we'll not have allocations
above 2^32 ever we could read into, but still, let's clean this up)
2024-06-22 17:05:36 +09:00
..
ac-power
analyze analyze: show pcrs also in sha384 bank 2024-06-14 12:39:40 +01:00
ask-password
backlight
basic Merge pull request #33034 from yuwata/update-kernel-headers 2024-06-20 03:53:16 +09:00
battery-check
binfmt
boot bootctl: normalize how we report no boot entries found 2024-06-20 10:02:40 +02:00
busctl busctl: send BUSERROR= to caller via sd_notify() protocol 2024-06-20 19:03:44 +02:00
cgls
cgroups-agent
cgtop
core core: expose PrivateTmp=disconnected 2024-06-21 17:31:44 +02:00
coredump libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
creds tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
cryptenroll cryptenroll: support for enrolling FIDO2 tokens in manual mode 2024-06-20 14:26:24 +02:00
cryptsetup cryptsetup: minor coding style tweaks 2024-06-21 15:57:21 +02:00
debug-generator
delta
detect-virt
dissect tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
environment-d-generator
escape
firstboot
fsck
fstab-generator
fundamental macro-fundamental: correct comment and remove trailing ';' for macro 2024-06-15 12:57:55 +02:00
fuzz libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
getty-generator
gpt-auto-generator
hibernate-resume libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
home cryptenroll: support for enrolling FIDO2 tokens in manual mode 2024-06-20 14:26:24 +02:00
hostname tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
hwdb
id128 libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
import importd: unify setup of bus connectivity in one place 2024-06-15 12:16:36 +01:00
initctl
integritysetup
journal various: move const ptr indicator to return value 2024-06-19 16:28:28 +02:00
journal-remote
kernel-install kernel-install: correct the place where it works in man and help text 2024-06-20 03:01:22 +09:00
libsystemd Merge pull request #33430 from YHNdnzj/buserror-notify 2024-06-20 23:05:32 +02:00
libsystemd-network tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
libudev various: move const ptr indicator to return value 2024-06-19 16:28:28 +02:00
locale tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq() 2024-06-18 00:37:50 +09:00
login logind: implement maintenance time 2024-06-20 14:37:42 +02:00
machine machined: watch leader PID's lifetime via pidfd 2024-06-20 22:51:24 +02:00
machine-id-setup
modules-load
mount
mountfsd tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
network tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
notify
nspawn various: move const ptr indicator to return value 2024-06-19 16:28:28 +02:00
nsresourced tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
nss-myhostname
nss-mymachines
nss-resolve tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
nss-systemd
oom libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
partition tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
path
pcrextend libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
pcrlock tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
portable various: move const ptr indicator to return value 2024-06-19 16:28:28 +02:00
pstore
quotacheck
random-seed
rc-local-generator
remount-fs
reply-password
resolve tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
rfkill
rpm
run run: do not pass the pty slave fd to transient service in a machine 2024-06-06 20:37:39 +01:00
run-generator
shared tree-wide: fix type of read() return variable at a couple of places 2024-06-22 17:05:36 +09:00
shutdown shutdown: re-enable CAD handling in kernel at start 2024-06-15 19:29:03 +02:00
sleep tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
socket-activate
socket-proxy various: remove unnecessary check before sd_event_source_set_enabled() 2024-05-30 12:11:58 +02:00
ssh-generator tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq() 2024-06-18 00:37:50 +09:00
stdio-bridge
storagetm
sulogin-shell
sysctl
sysext tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
system-update-generator
systemctl systemctl-show: show Status{Bus,Varlink}Error in status 2024-06-20 19:03:44 +02:00
systemd Merge pull request #33420 from poettering/build-with-object 2024-06-20 13:04:32 +09:00
sysupdate various: move const ptr indicator to return value 2024-06-19 16:28:28 +02:00
sysusers tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq() 2024-06-18 00:37:50 +09:00
sysv-generator
test tree-wide: fix type of read() return variable at a couple of places 2024-06-22 17:05:36 +09:00
timedate Merge pull request #33214 from keszybz/system-clock-epoch 2024-06-16 17:42:47 +02:00
timesync manager: add structured log message about clock bump 2024-06-15 16:54:37 +02:00
tmpfiles tmpfiles: mention that --create also adjusts files/directories in --help text 2024-06-18 14:45:59 +01:00
tpm2-setup tpm2-setup: Don't fail if we can't access the TPM due to authorization failure 2024-06-12 18:31:21 +09:00
tty-ask-password-agent
udev Merge pull request #32868 from keszybz/more-whomification 2024-06-20 02:59:14 +09:00
ukify
update-done
update-utmp
user-sessions
userdb tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
varlinkctl varlinkctl: add --graceful= option for optionally marking some errors as successes 2024-06-20 18:20:09 +02:00
vconsole
veritysetup
version
vmspawn tree-wide: port over to new builder apis 2024-06-19 22:50:02 +02:00
volatile-root
vpick
xdg-autostart-generator various: move ptr indicator to return value 2024-06-19 16:37:12 +02:00