Systemd/src
Lennart Poettering 4aee28c67b alloc-util: whenever any of our alloca() wrappers is used to allocate overly large memory blocks, hit an assert()
Of course, this should never happen, but let's better be safe than
sorry, and abort rather than continue when a too large memory block is
allocated, simply asa safety precaution.

An early abort is better than continuing with a likely memory corruption
later.
2019-01-26 16:17:04 +01:00
..
ac-power
activate
analyze Delete duplicate lines 2019-01-12 16:02:26 +01:00
ask-password
backlight
basic alloc-util: whenever any of our alloca() wrappers is used to allocate overly large memory blocks, hit an assert() 2019-01-26 16:17:04 +01:00
binfmt
boot tree-wide: use '"' instead of '\"' 2019-01-17 16:46:29 +00:00
busctl tree-wide: whenever we allocate a new bus object, close it before dropping final ref 2019-01-17 16:12:38 +01:00
cgls
cgroups-agent
cgtop procfs-util: expose functionality to query total memory 2019-01-22 17:43:13 +01:00
core Merge pull request #11562 from yuwata/fix-11558 2019-01-26 14:46:48 +01:00
coredump Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
cryptsetup generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
debug-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
delta locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ 2018-12-14 08:22:54 +01:00
detect-virt
dissect
environment-d-generator
escape
firstboot locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ 2018-12-14 08:22:54 +01:00
fsck fsck: use symbolic names where we have them 2019-01-07 17:50:39 +01:00
fstab-generator fstab-generator: remove spurious newline 2018-12-15 12:06:44 +01:00
fuzz udev: use typedef for struct udev_rules 2018-12-17 09:27:21 +01:00
getty-generator getty-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
gpt-auto-generator Merge pull request #10912 from poettering/gpt-root-rw 2018-12-20 11:37:41 +01:00
hibernate-resume
hostname Merge pull request #11086 from poettering/nscd-cache-flush 2018-12-17 11:29:58 +01:00
hwdb
id128
import meson: generate version tag from git 2018-12-21 13:43:20 +01:00
initctl initctl: shorten and update code a bit 2019-01-17 16:12:38 +01:00
journal journald: periodically drop cache for all dead PIDs 2019-01-26 12:43:27 +01:00
journal-remote Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
kernel-install Add multiple initrd file support to kernel-install 2019-01-18 13:49:52 +01:00
libsystemd test: add test for sd_device_monitor_filter_remove() 2019-01-23 15:11:53 +09:00
libsystemd-network dhcp/trivial: fix spelling error in comment 2019-01-25 20:29:39 +09:00
libudev Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
locale Merge pull request #11041 from yuwata/update-missing-v2 2018-12-04 16:19:02 +01:00
login Merge pull request #11465 from poettering/daemon-bus-flush 2019-01-18 13:48:52 +01:00
machine tree-wide: whenever we allocate a new bus object, close it before dropping final ref 2019-01-17 16:12:38 +01:00
machine-id-setup
modules-load
mount
network Merge pull request #11460 from yuwata/fix-11458 2019-01-26 15:41:06 +01:00
notify
nspawn nspawn: ignore SIGPIPE for nspawn itself 2019-01-26 13:54:44 +01:00
nss-myhostname Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop" 2019-01-10 21:23:14 +01:00
nss-mymachines Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop" 2019-01-10 21:23:14 +01:00
nss-resolve Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop" 2019-01-10 21:23:14 +01:00
nss-systemd Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop" 2019-01-10 21:23:14 +01:00
partition
path
portable tree-wide: make sure to flush/close all bus connections when our daemons exit 2019-01-17 16:12:38 +01:00
quotacheck
random-seed
rc-local-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
remount-fs remount-fs: optionally remount / writable, if we are told through an env var 2018-12-18 14:47:44 +01:00
reply-password
resolve Correct more spelling errors. 2019-01-23 23:34:52 +01:00
rfkill rfkill: move wait_for_initialized() to shared/ 2018-12-17 13:50:51 +01:00
run
run-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
shared Merge pull request #11427 from kragniz/10659-env-file-quotes 2019-01-18 13:50:15 +01:00
sleep sleep: install default sleep.conf 2019-01-03 14:43:15 +01:00
socket-proxy tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
stdio-bridge tree-wide: make sure to flush/close all bus connections when our daemons exit 2019-01-17 16:12:38 +01:00
sulogin-shell
sysctl sysctl: Don't pass null directive argument to '%s' 2018-12-16 21:01:39 -08:00
system-update-generator system-update-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
systemctl test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() 2019-01-16 12:29:30 +01:00
systemd sd-bus: add sd_bus_close_unref() helper 2019-01-17 16:12:38 +01:00
sysusers
sysv-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
test Merge pull request #11530 from keszybz/journal-cache-trimming 2019-01-26 13:55:55 +01:00
time-wait-sync
timedate timedate: refuse to set time when previous request is not finished 2019-01-15 15:15:26 +09:00
timesync timesyncd: Improve sync log message. Fixes #11548. 2019-01-24 23:52:24 +01:00
tmpfiles tmpfiles: Make C still copy if the destination directory is empty 2019-01-08 14:30:15 -06:00
tty-ask-password-agent
udev udevadm info: make --export-prefix imply --export 2019-01-22 15:07:27 +09:00
update-done
update-utmp
user-sessions tree-wide: add whitespace between type and variable name 2018-12-04 09:29:54 +01:00
vconsole vconsole-setup: fonts copy will fail if the current terminal is in graphical mode 2018-12-13 08:30:20 +01:00
veritysetup generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
version meson: make version a dependency and use it in libbasic 2019-01-22 14:39:38 +01:00
volatile-root