[systemd-commits] Changes to 'refs/tags/v7'

Kay Sievers kay at kemper.freedesktop.org
Sun Mar 24 14:35:33 PDT 2013


Tag 'v7' created by Lennart Poettering <lennart at poettering.net> at 2010-08-10 02:57 -0700

systemd 7

Changes since v6:
Kay Sievers (2):
      update fixme
      update fixme

Lennart Poettering (18):
      sd-daemon: fix compilation on old systems lacking SOCK_CLOEXEC
      util: when formatting timestamps return '0' for 0 timestamps instead of empty string
      man: minor man page fix
      man: minor man page fix
      systemctl: show exit code only if it is actually set
      dbus: don't call bus_path_escape() with NULL unit name
      service: show restart value in dump
      service: properly remember if a sysv is actually enabled
      service: hide output of sysv scripts if quiet is passed on the kernel cmdline
      manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted"
      swap: properly enter maintenance mode on failure
      main: fix auto restarting of units after a configuration reload
      units: make sure that killall does not wait for the tty
      getty: properly synchronize of tty devices being plugged in
      update fixme
      units: ignore exit codes of killall scripts
      unit: hook plymouth into the boot
      build-sys: prepare release 7

Michal Schmidt (1):
      systemctl: fix parsing of DBus reply in 'dot'

---
 Makefile.am                            |   15 ++++--
 configure.ac                           |    2 
 fixme                                  |   25 ++++++++++-
 man/daemon.xml                         |    4 -
 man/systemd.unit.xml                   |   17 +++++++
 man/systemd.xml                        |   70 +++++++++++++++++++++++++------
 src/automount.c                        |    2 
 src/dbus-manager.c                     |    2 
 src/dbus-unit.c                        |    6 ++
 src/dbus-unit.h                        |    2 
 src/job.c                              |   11 ++++
 src/job.h                              |    3 -
 src/main.c                             |   73 +++++++++++++++++++++++++--------
 src/manager.c                          |   70 ++++++++++++++++++++++++++-----
 src/manager.h                          |    1 
 src/mount.c                            |    2 
 src/path.c                             |    2 
 src/sd-daemon.c                        |    2 
 src/service.c                          |   26 +++++++----
 src/service.h                          |   10 +---
 src/socket.c                           |    2 
 src/swap.c                             |    2 
 src/systemctl.c                        |    9 ++--
 src/timer.c                            |    2 
 src/unit.c                             |   11 ++++
 src/unit.h                             |    3 -
 src/util.c                             |    6 ++
 units/arch/halt.service                |    2 
 units/arch/poweroff.service            |    2 
 units/arch/reboot.service              |    2 
 units/fedora/killall.service           |    4 -
 units/fedora/plymouth-quit.service     |   17 +++++++
 units/fedora/plymouth-shutdown.service |   21 +++++++++
 units/fedora/prefdm.service            |    2 
 units/gentoo/halt.service              |    2 
 units/gentoo/killall.service           |    4 -
 units/gentoo/poweroff.service          |    2 
 units/gentoo/reboot.service            |    2 
 units/getty at .service.m4                |    3 -
 units/graphical.target.m4              |    3 -
 40 files changed, 349 insertions(+), 97 deletions(-)
---


More information about the systemd-commits mailing list