[systemd-commits] Changes to 'refs/tags/v17'
Lennart Poettering
lennart at kemper.freedesktop.org
Sat Jan 22 02:58:26 PST 2011
Tag 'v17' created by Lennart Poettering <lennart at poettering.net> at 2011-01-22 01:34 -0800
systemd 17
Changes since v16:
Brett Witherspoon (1):
shutdown: use correct kexec options
Kay Sievers (1):
vala 0.10 seem to work fine
Lennart Poettering (26):
update TODO
man: document missing KillSignal= and swap options
mount: FAT uuids are uppercase
execute: make sending of SIGKILL on shutdown optional
service: if a reload operation fails, don't shut down the service
pam: optionally keep processes of root user around
systemctl: before spawning pager cache number of columns
serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline
service: when reloading a service fails don't fail the entire service but just the reload job
systemctl: show process type along process exit codes
systemctl: highlight failed processes in systemctl status
vala: convert from dbus-glib to gdbus
service: don't allow reload operations for oneshot services
service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently
dbus: don't try to connect to the system bus before it is actually up
man: give an example for vconsole.conf
automount: fix segfault when shutting down
mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up
update TODO: drop issues that cannot be reproduce or have been fixed otherwise
socket: don't crash if the .service unit for a .socket unit is not found
main: don't warn if /etc/mtab is a symlink to /proc/mounts
cryptsetup: fix ordering loop when dealing with encrypted swap devices
update TODO
build-sys: prep v17
gcc: make gcc shut up
clang: fix some issues found with clang-analyzer
Tom Gundersen (2):
arch: remove support for legacy daemons
arch: remove rc-local.service
---
Makefile.am | 27 +--
TODO | 55 ++------
configure.ac | 10 -
man/locale.conf.xml | 13 +
man/pam_systemd.xml | 17 ++
man/systemd.exec.xml | 16 +-
man/systemd.mount.xml | 19 ++
man/systemd.service.xml | 30 +++-
man/systemd.socket.xml | 19 ++
man/systemd.swap.xml | 64 +++++++++
man/vconsole.conf.xml | 14 ++
src/automount.c | 2
src/cgroup-util.c | 8 -
src/cgroup.c | 5
src/cryptsetup.c | 1
src/dbus.c | 12 +
src/dbus.h | 2
src/device.c | 2
src/execute.c | 7 -
src/execute.h | 1
src/exit-status.c | 29 ++++
src/exit-status.h | 5
src/gnome-ask-password-agent.vala | 48 +++----
src/load-fragment.c | 37 ++---
src/main.c | 2
src/manager.c | 7 -
src/mount.c | 74 +++++++++-
src/mount.h | 1
src/pam-module.c | 23 ++-
src/path.c | 2
src/remount-api-vfs.c | 1
src/service.c | 185 +++++++++++----------------
src/service.h | 14 +-
src/shutdown.c | 2
src/snapshot.c | 2
src/socket.c | 26 ++-
src/swap.c | 23 ++-
src/sysctl.c | 1
src/systemadm.vala | 259 ++++++++++++++++++++------------------
src/systemctl.c | 41 +++++-
src/systemd-interfaces.vala | 90 ++++++-------
src/target.c | 2
src/timer.c | 2
src/tmpfiles.c | 28 ++--
src/unit.c | 6
src/unit.h | 2
src/util.c | 31 ----
src/util.h | 3
units/arch/rc-local.service | 19 --
units/cryptsetup.target | 3
units/serial-getty at .service.m4 | 3
51 files changed, 775 insertions(+), 520 deletions(-)
---
More information about the systemd-commits
mailing list