[systemd-commits] Changes to 'refs/tags/v184'
Lennart Poettering
lennart at kemper.freedesktop.org
Wed May 30 17:25:02 PDT 2012
Tag 'v184' created by Lennart Poettering <lennart at poettering.net> at 2012-05-31 01:24 -0700
systemd 184
Changes since v183:
Daniel Drake (1):
shutdown: Don't skip bind mounts on shutdown
Daniel J Walsh (1):
label: fix systemd-udev labeling of /run directory.
Gert Michael Kulyk (1):
bash: Reflect new name of loginctl in bash-completion script
Harald Hoyer (6):
test/test-functions: be more verbose about skipping tests
test/TEST-01-BASIC: make DEBUGTOOLS an environment variable
test/TEST-01-BASIC: fail test, if qemu failed
test/test-functions: add check_qemu() and check_nspawn() functions
test/TEST-01-BASIC: add /var on cryptoluks and wait for the journal
test/README.testsuite: add documentation for the testsuite
Jean Delvare (1):
scsi_id: fix truncated model in by-id device links
Kay Sievers (7):
udev: silent gcc warnings
udev: man - mention systemd-udevd(8)
update TODO
update TODO
plymouth: use systemd-udev-settle.service
update TODO
udev: skip timestamp check if rules are already free()d during reload
Lennart Poettering (19):
NEWS: add contributors list
TODO
capabilities: when dropping capabilities system-wide also drop them from usermode helpers
logind: optionally handle power, sleep and lid switch events
sleep: print nice messages right before and right after system hibernate/sleep
logind: add missing files
journald: ignore messages read from /proc/kmsg that we generated via /dev/kmsg
logind: rework button setting semantics
service: mark compat options as such
dbus: better don't expose options we better shouldn't exposed
build-sys: fix built with --disable-logind
journalctl: for now complain if more than one match is provided since this is still broken
journalctl: check first if match is a path name
journal: don't allow adding invalid matches to the context
update TODO
selinux: downgrade database load time message to LOG_DEBUG
login: properly detect MIMO USB displays
journald: properly handle if we have no PID in a kmsg line
build-sys: prepare release 184
Matthew Garrett (1):
rules: Limit USB autosuspend on USB HID devices
Matthias Clasen (1):
journald: refer to the correct man page
Paul Menzel (1):
man/systemctl.xml: Add missing space for »stopcommand«
Shawn Landden (2):
cgtop: work even if not all cgroups are available
journalctl: support /usr/bin/nginx, etc
Tero Roponen (1):
login: Use the GOTO properly in udev rule
Tom Gundersen (1):
udev.pc: install udev files to /lib/udev rather than /lib/systemd
---
Makefile.am | 27 +-
NEWS | 29 ++
TODO | 19 +
bash-completion/systemd-bash-completion.sh | 6
configure.ac | 2
man/logind.conf.xml | 52 ++++
man/systemctl.xml | 2
man/systemd.mount.xml | 13 +
man/systemd.service.xml | 112 +++++----
rules/42-usb-hid-pm.rules | 6
src/cgtop/cgtop.c | 17 -
src/core/dbus-manager.c | 5
src/core/dbus-service.c | 15 -
src/core/main.c | 5
src/core/umount.c | 19 -
src/journal/coredump.c | 9
src/journal/journalctl.c | 40 +++
src/journal/journald.c | 36 ++-
src/journal/journald.conf | 2
src/journal/sd-journal.c | 11
src/libudev/libudev-monitor.c | 2
src/login/.gitignore | 1
src/login/70-power-switch.rules | 13 +
src/login/71-seat.rules | 25 --
src/login/71-seat.rules.in | 46 ++++
src/login/logind-button.c | 330 +++++++++++++++++++++++++++++
src/login/logind-button.h | 60 +++++
src/login/logind-dbus.c | 54 +++-
src/login/logind-gperf.gperf | 3
src/login/logind-inhibit.c | 2
src/login/logind-session.c | 2
src/login/logind.c | 240 ++++++++++++++++++---
src/login/logind.conf | 3
src/login/logind.h | 20 +
src/login/sd-login.c | 112 +--------
src/shared/capability.c | 51 ++++
src/shared/capability.h | 3
src/shared/cgroup-util.c | 105 +++++++++
src/shared/cgroup-util.h | 2
src/shared/label.c | 12 -
src/shared/label.h | 2
src/shared/util.c | 22 +
src/shared/util.h | 3
src/sleep/sleep.c | 10
src/systemctl/systemctl.c | 2
src/test/test-udev.c | 3
src/udev/scsi_id/scsi_serial.c | 1
src/udev/udev-builtin-input_id.c | 2
src/udev/udev-rules.c | 5
src/udev/udev.pc.in | 2
src/udev/udevadm.c | 4
src/udev/udevd.c | 3
test/README.testsuite | 35 +++
test/TEST-01-BASIC/test.sh | 120 ++++++++--
test/test-functions | 262 +++++++++++++++++++++--
units/plymouth-start.service | 2
units/systemd-udev-control.socket | 2
units/systemd-udev-kernel.socket | 2
units/systemd-udev-settle.service.in | 2
units/systemd-udev-trigger.service.in | 2
units/systemd-udev.service.in | 2
61 files changed, 1642 insertions(+), 359 deletions(-)
---
More information about the systemd-commits
mailing list