Systemd/src
Zbigniew Jędrzejewski-Szmek 80701564cd journal: move _packed_ attribute to the end
GCC manual states that "For an enum, struct or union type, you may
specify attributes either between the enum, struct or union tag and
the name of the type, or just past the closing curly brace of the
definition. The former syntax is preferred." This means that the
attribute should not be located before 'struct'. Putting it between
'struct' and the name seems cluttered. Putting it at the end seems
most readable.

This avoids clang warnings.
2012-12-17 11:41:31 +01:00
..
ac-power build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
analyze systemd-analyze: use argparse instead of getopt 2012-11-13 02:23:02 +01:00
ask-password build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
binfmt continue work with error messages, log_oom() 2012-08-06 16:37:01 +02:00
cgls cgls: automatic cleanup 2012-12-01 16:38:32 +01:00
cgroups-agent build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
cgtop util: unify line caching and column caching 2012-10-19 00:07:55 +02:00
core shutdown, umount: use verbs consistently 2012-12-07 18:55:19 +01:00
cryptsetup cryptsetup-generator: state file name in error messages 2012-11-23 14:19:30 +01:00
delta delta.c: fix option '-t' 2012-11-14 00:18:02 +01:00
detect-virt systemd-detect-virt: fix "option '--quiet' requires an argument" 2012-06-04 12:39:22 +02:00
fsck log.h: new log_oom() -> int -ENOMEM, use it 2012-07-26 11:48:26 +02:00
fstab-generator fstab-generator: make error more helpful in case of duplicates in fstab 2012-11-27 01:57:57 +01:00
getty-generator getty-generator: fix handling systems without a console 2012-12-02 18:18:27 +01:00
gudev update .gitignore 2012-04-13 21:49:25 +02:00
hostname hostnamectl: fix parsing of --no-ask-password 2012-11-15 23:07:25 +01:00
initctl build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
journal journal: move _packed_ attribute to the end 2012-12-17 11:41:31 +01:00
libsystemd-daemon libsystemd-daemon: fix style 2012-10-30 10:30:44 +01:00
libsystemd-id128 update .gitignore 2012-04-13 21:58:01 +02:00
libudev Fix "attribute 'packed' is ignored" warnings when using Clang 2012-12-17 10:43:58 +01:00
locale localectl: fix dbus call arguments in set_x11_keymap 2012-12-12 22:29:06 +01:00
login time-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAX 2012-11-23 22:51:55 +01:00
machine-id-setup log: correct usage of logging API at a few places 2012-07-13 15:45:45 +02:00
modules-load modules-load: fix memory leak when bailing out 2012-12-04 14:03:40 +01:00
notify build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
nspawn nspawn: reset supplementary and main group id before entering nspawn 2012-11-22 00:45:22 +01:00
python-systemd python: add journal backend for the logging framework 2012-11-13 11:13:52 +01:00
quotacheck cryptsetup: allow configuration of LUKS disks via the kernel cmdline 2012-06-22 10:11:06 +02:00
random-seed random-seed: fix error message typo 2012-10-19 17:31:33 +02:00
rc-local-generator log.h: new log_oom() -> int -ENOMEM, use it 2012-07-26 11:48:26 +02:00
readahead readahead: properly detect btrfs on SSD 2012-11-22 01:51:06 +01:00
remount-fs service: add options RestartPreventExitStatus and SuccessExitStatus 2012-08-14 14:46:03 +02:00
reply-password build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
shared core: add catalog entry and MESSAGE_ID for overmounting 2012-12-05 12:25:50 +01:00
shutdownd shutdown: allow to specify broadcast message when cancelling shutdown 2012-08-06 16:25:55 +02:00
sleep logind: support for hybrid sleep (i.e. suspend+hibernate at the same time) 2012-10-28 00:50:35 +02:00
stdio-bridge build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
sysctl sysctl: parse all keys in a config file 2012-10-26 01:12:22 +02:00
system-update-generator log.h: new log_oom() -> int -ENOMEM, use it 2012-07-26 11:48:26 +02:00
systemctl systemctl: verbose message on missing [Install] 2012-12-06 16:25:39 +01:00
systemd core: add catalog entry and MESSAGE_ID for overmounting 2012-12-05 12:25:50 +01:00
test time-util: teach parse_timestamp to parse weekdays 2012-11-23 22:52:46 +01:00
timedate timedated: do not incorrectly close non-opened dbus connection 2012-12-03 01:56:42 +01:00
timestamp build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
tmpfiles tmpfiles: allow Age to be set to 0 2012-10-23 21:53:20 +02:00
tty-ask-password-agent log.h: new log_oom() -> int -ENOMEM, use it 2012-07-26 11:48:26 +02:00
udev udev: net_id: update comments 2012-12-09 14:49:28 +01:00
update-utmp utmp: read the right timestamp 2012-09-17 17:48:19 +02:00
vconsole drop Arch Linux support for reading /etc/rc.conf 2012-11-03 19:59:42 -04:00
.gitignore move libsystemd-id128, libsystemd-daemon to subdir 2012-04-12 15:26:39 +02:00
Makefile relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00