1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00
systemd/src
David Herrmann 43ef760376 bus: simplify bus_message_read_strv_extend()
Avoid unbound for(;;) loop and use the established coding-style:
  while ((r = sd_bus_message_read*(...)) > 0) {
  }
  if (r < 0)
          return r;

This is much easier to read and used all over the code base.
2015-04-09 22:59:59 +02:00
..
ac-power
activate remove unused includes 2015-02-23 23:53:42 +01:00
analyze remove unused includes 2015-02-23 23:53:42 +01:00
ask-password remove unused includes 2015-02-23 23:53:42 +01:00
backlight backlight: let udev properties override clamping 2015-02-02 17:18:40 +01:00
binfmt remove unused includes 2015-02-23 23:53:42 +01:00
boot remove duplicated includes 2015-04-08 02:42:50 +02:00
bootchart bootchart: fix check for no fd 2015-04-05 21:20:23 +02:00
bus-proxyd tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
cgls remove unused includes 2015-02-23 23:53:42 +01:00
cgroups-agent
cgtop cgtop: fix assert when not on tty 2015-03-11 16:59:53 +01:00
compat-libs #pragma once here and there 2015-01-23 09:30:44 -05:00
console Use space after a silencing (void) 2015-03-13 23:42:17 -04:00
core util: add shell_maybe_quote() call for preparing a string for shell cmdline inclusion 2015-04-09 18:32:21 +02:00
cryptsetup cryptsetup: port from libudev to sd-device 2015-04-02 00:18:27 +02:00
dbus1-generator util: rework strappenda(), and rename it strjoina() 2015-02-03 02:05:59 +01:00
debug-generator
delta remove unused includes 2015-02-23 23:53:42 +01:00
detect-virt remove unused includes 2015-02-23 23:53:42 +01:00
efi-boot-generator remove unused includes 2015-02-23 23:53:42 +01:00
escape
firstboot firstboot: set all spwd fields to -1 for consistency with sysusers 2015-03-07 09:08:47 -05:00
fsck fsck: port from libudev to sd-device 2015-04-02 00:18:27 +02:00
fsckd fsckd: check if plymouth is running before attempting connection 2015-03-16 18:30:20 +01:00
fstab-generator fstab-generator: don't continue on OOM 2015-04-08 20:27:11 +02:00
getty-generator util: rework strappenda(), and rename it strjoina() 2015-02-03 02:05:59 +01:00
gpt-auto-generator gpt-auto-generator: prefix messages with device name 2015-03-14 23:03:21 -04:00
gudev remove unused includes 2015-02-23 23:53:42 +01:00
hibernate-resume remove unused includes 2015-02-23 23:53:42 +01:00
hostname remove unused includes 2015-02-23 23:53:42 +01:00
hwdb remove unused includes 2015-02-23 23:53:42 +01:00
import util: merge change_attr_fd() and chattr_fd() 2015-04-08 20:47:35 +02:00
initctl remove unused includes 2015-02-23 23:53:42 +01:00
journal test-journal-flush: fix memleak 2015-04-09 18:47:52 +02:00
journal-remote fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
kernel-install
libsystemd bus: simplify bus_message_read_strv_extend() 2015-04-09 22:59:59 +02:00
libsystemd-network fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
libsystemd-terminal terminal/idev: fix NULL terminator for bus-property mapping 2015-04-09 22:59:58 +02:00
libudev libudev-util: check length before accesing the array 2015-04-05 08:46:01 +02:00
locale util: rework word parsing and c unescaping code 2015-03-26 11:56:22 +01:00
login logind: drop "interactive" parameter from SetRebootToFirmwareSetup() bus call 2015-04-07 21:09:18 +02:00
machine Add (void) where we don't care about return value 2015-03-15 17:26:58 -04:00
machine-id-commit machine-id-commit: simplifications 2015-03-10 18:56:56 +01:00
machine-id-setup remove unused includes 2015-02-23 23:53:42 +01:00
modules-load remove unused includes 2015-02-23 23:53:42 +01:00
network networkd: do not assign the variable twice 2015-04-09 00:05:58 +02:00
notify tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
nspawn path-util: fix more path_is_mount e792e890f fallout 2015-04-07 16:03:45 +02:00
nss-myhostname remove unused includes 2015-02-23 23:53:42 +01:00
nss-mymachines
nss-resolve remove unused includes 2015-02-23 23:53:42 +01:00
path tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
python-systemd
quotacheck remove unused includes 2015-02-23 23:53:42 +01:00
random-seed random-seed: avoid errors when we cannot write random-seed file 2015-01-17 11:55:14 +01:00
rc-local-generator
remount-fs remove unused includes 2015-02-23 23:53:42 +01:00
reply-password remove unused includes 2015-02-23 23:53:42 +01:00
resolve resolved: maintain order when writing resolv.conf entries 2015-04-08 17:23:27 +02:00
resolve-host remove unused includes 2015-02-23 23:53:42 +01:00
rfkill
run nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 2015-02-18 23:36:20 +01:00
shared util: cunescape - fix memleak in error path 2015-04-09 18:47:52 +02:00
shutdownd remove unused includes 2015-02-23 23:53:42 +01:00
sleep remove unused includes 2015-02-23 23:53:42 +01:00
socket-proxy remove unused includes 2015-02-23 23:53:42 +01:00
sysctl sysctl: tweak debug message 2015-03-14 23:03:45 -04:00
system-update-generator remove unused includes 2015-02-23 23:53:42 +01:00
systemctl systemctl: Use logind for --firmware-setup if possible 2015-04-08 18:22:16 +02:00
systemd libsystemd: add sd-device library 2015-04-02 00:18:27 +02:00
sysusers util: rework word parsing and c unescaping code 2015-03-26 11:56:22 +01:00
sysv-generator sysv-generator: initialize LookupPaths just once 2015-03-14 23:03:21 -04:00
test util: add shell_maybe_quote() call for preparing a string for shell cmdline inclusion 2015-04-09 18:32:21 +02:00
timedate man: avoid confusion regarding "time synchronization state" 2015-04-08 18:34:08 +02:00
timesync timesyncd: print an INFO log message when we successfully reached a time server 2015-04-08 20:14:04 +02:00
tmpfiles tmpfiles: properly return error code from path_set_acl() 2015-04-09 13:13:07 +02:00
tty-ask-password-agent include <poll.h> instead of <sys/poll.h> 2015-02-12 20:47:38 +01:00
udev udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETER 2015-04-07 11:32:36 +10:00
update-done remove unused includes 2015-02-23 23:53:42 +01:00
update-utmp remove unused includes 2015-02-23 23:53:42 +01:00
user-sessions user-sessions: move into own subdir and build independently of logind 2015-02-27 17:28:03 -05:00
vconsole vconsole: some modernizations, indentation fixes 2015-04-09 13:13:07 +02:00
.gitignore
Makefile