Systemd/src
Lennart Poettering bb8ad9eaca string-util: rework strextend() to optionally inset separators between each appended string
This adds a new flavour of strextend(), called
strextend_with_separator(), which takes an optional separator string. If
specified, the separator is inserted between each appended string, as
well as before the first one, but only if the original string was
non-empty.

This new call is particularly useful when appending new options to mount
option strings and suchlike, which need to be comma-separated, and
initially start out from an empty string.
2017-12-05 13:49:12 +01:00
..
ac-power Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
activate Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
analyze Print the time to reach default.target in systemd-analyze time (#7383) 2017-12-05 10:20:40 +01:00
ask-password Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
backlight Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
basic string-util: rework strextend() to optionally inset separators between each appended string 2017-12-05 13:49:12 +01:00
binfmt Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
boot shim: fix logically dead code 2017-11-28 09:25:38 +01:00
busctl busctl: list all short options in help text 2017-12-03 18:40:13 +01:00
cgls Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
cgroups-agent Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
cgtop Add set/hashmap helpers for non-trivial freeing and use where straighforward 2017-11-28 21:30:30 +01:00
core execute: define the variable mac_selinux_contex_net only when build with SELinux 2017-12-05 14:08:09 +09:00
coredump coredump: fix typo and use hashmap_free_with_destructor 2017-11-28 21:34:34 +01:00
cryptsetup Define CRYPT_LUKS in crypt-util.h 2017-11-30 20:43:25 +01:00
debug-generator Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
delta Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
detect-virt Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
dissect dissect: update dissect tool to show image metadata 2017-11-20 16:43:15 +01:00
environment-d-generator Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
escape Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
firstboot firstboot: do not write vconsole.conf when arg_keymap is empty 2017-11-25 19:11:57 +09:00
fsck Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
fstab-generator Add x-systemd.growfs option for fstab 2017-11-30 20:46:30 +01:00
getty-generator Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
gpt-auto-generator generators: be more careful when writing unit settings that support specifier expansion 2017-11-29 12:32:57 +01:00
hibernate-resume Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
hostname hostname-util: rework read_hostname_config() a bit 2017-11-20 16:43:15 +01:00
hwdb Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
import Remove NULL as last parameter to strjoin 2017-11-24 10:37:08 +00:00
initctl Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
journal journal: fix log message when dropping messages 2017-11-29 22:11:59 +01:00
journal-remote journal-upload: remove duplication of --help and --version in help text 2017-12-03 18:40:13 +01:00
kernel-install Add license headers and SPDX identifiers to meson.build files 2017-11-19 19:08:15 +01:00
libsystemd sd-bus: validate the message type (#7520) 2017-12-01 11:59:42 +01:00
libsystemd-network Add set/hashmap helpers for non-trivial freeing and use where straighforward 2017-11-28 21:30:30 +01:00
libudev Replace free and return NULL with return mfree 2017-11-24 10:31:49 +00:00
locale localectl: fix list_vconsole_keymaps() indentation 2017-12-01 14:41:31 -08:00
login *: fix some inconsistent control statement style 2017-12-01 16:49:52 -08:00
machine Add set/hashmap helpers for non-trivial freeing and use where straighforward 2017-11-28 21:30:30 +01:00
machine-id-setup Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
modules-load Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
mount mount: use chase_symlinks() 2017-12-03 00:29:07 +09:00
network *: fix some inconsistent control statement style 2017-12-01 16:49:52 -08:00
notify Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
nspawn cgroup: also include "cgroups.threads" in the list of files to chown 2017-12-05 13:49:12 +01:00
nss-myhostname Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
nss-mymachines Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
nss-resolve Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
nss-systemd Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
partition growfs: fix building without libcrypsetup (#7535) 2017-12-04 10:31:04 +09:00
path Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
quotacheck Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
random-seed Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
rc-local-generator Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
remount-fs Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
reply-password Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
resolve *: fix some inconsistent control statement style 2017-12-01 16:49:52 -08:00
rfkill Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
run run: rearrange error handling when adding unit properties 2017-11-29 20:12:26 +01:00
shared Merge pull request #7542 from yuwata/build-cleanup 2017-12-05 12:13:17 +01:00
sleep Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
socket-proxy Add set/hashmap helpers for non-trivial freeing and use where straighforward 2017-11-28 21:30:30 +01:00
stdio-bridge stio-bridge: list all short options in help text 2017-12-03 18:40:13 +01:00
sulogin-shell Add license headers and SPDX identifiers to meson.build files 2017-11-19 19:08:15 +01:00
sysctl Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
system-update-generator Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
systemctl *: fix some inconsistent control statement style 2017-12-01 16:49:52 -08:00
systemd Add a "RequiredForOnline=" Link attribute for .network files (#7347) 2017-11-30 18:03:50 +01:00
sysusers Add set/hashmap helpers for non-trivial freeing and use where straighforward 2017-11-28 21:30:30 +01:00
sysv-generator generators: be more careful when writing unit settings that support specifier expansion 2017-11-29 12:32:57 +01:00
test string-util: rework strextend() to optionally inset separators between each appended string 2017-12-05 13:49:12 +01:00
timedate Replace free and reassignment with free_and_replace 2017-11-24 10:33:41 +00:00
timesync tree-wide: adjust fall through comments so that gcc is happy 2017-11-20 13:06:25 -08:00
tmpfiles tree-wide: use strv_isempty() instead of strv_length() == 0 2017-11-29 12:41:08 +01:00
tty-ask-password-agent tty-ask-password-agent: drop NULL sentinel 2017-11-29 20:12:26 +01:00
udev udevadm-control: list all short options in help text 2017-12-03 18:40:13 +01:00
update-done Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
update-utmp Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
user-sessions Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
vconsole Add license headers and SPDX identifiers to meson.build files 2017-11-19 19:08:15 +01:00
veritysetup util-lib: export cryptsetup logging glue function 2017-11-30 20:43:25 +01:00
volatile-root Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00