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

Lennart Poettering lennart at kemper.freedesktop.org
Mon Sep 13 17:53:46 PDT 2010


Tag 'v10' created by Lennart Poettering <lennart at poettering.net> at 2010-09-14 01:53 -0700

systemd 10

Changes since v9:
Gustavo Sverzut Barbieri (1):
      util: add Gentoo welcome message.

Kay Sievers (3):
      work around busted capability.h
      update fixme
      update fixme

Lennart Poettering (31):
      build-sys: fix fedpkg git path
      automount: make sure we don't crash if there's an automount unit without mount unit
      dbus: downgrade activation failure messages
      systemctl: implement --version
      systemctl: make --version a little bit more verbose
      units: make sure we always fully write the utmp data
      main: when we encounter 'emergency' on the kernel cmdline start the emergency shell
      sd-daemon: optionally, avoid hiding the ELF symbols
      log: support logging into SOCK_STREAM /dev/log sockets for comaptibility with syslog-ng
      units: set HOME=/root when running shells
      logger: support SOCK_STREAM /dev/log sockets as necessary for syslog-ng
      units: set working directory to /root for sulogin, since sulogin is crazy
      units: we should be able to reach syslog.target even if no logger is enabled at all
      units: start logger only after syslog is up
      units: pull in syslog.target for synchronization purposes by systemd-logger.service
      service: don't automatically add D-Bus service name as an alias to all dbus service, rely on manual symlinks to allow disabling of dbus services
      man: some clarifications
      target: add default unit ordering deps from the unit not the target
      man: s/triggerin/triggerun/ for rpm upgrades
      service: translate 'httpd' LSB Provides into '$httpd' on Fedora
      service: add generic LSB provides handling for facilities
      units: add generic description for http-daemon.target
      service: fix check for non-LSB files
      units: make sure the file system is writable before we write utmp data
      socket: fix output of TCP congestion options
      target: add implicit target/unit ordering deps only if both sides have been fully loaded
      initctl: properly use isolate when activating runlevels
      prefdm: make sure we start prefdm only after the getty is killed
      manager: log job mode when running job
      systemctl: use isolate when called as telinit for a runlevel
      build-sys: bump version

Michael Biebl (5):
      units: Add halt, killall, poweroff and reboot unit files for Debian
      units: Provide separate fsck.target for Debian
      man: Fix small typo: s/seperate/separate/
      units: add umount unit files for Debian
      units: On Debian Runlevel 2, 3, 4 and 5 are multi-user

Michal Schmidt (2):
      manager: report correctly which job was deleted when breaking cycle
      fedora: don't quit plymouth too early

Rainer Gerhards (1):
      minor nit: printf attribute was removed by -DSD_EXPORT_SYMBOLS

Sedat Dilek (1):
      util: add Debian welcome message

Tom Gundersen (1):
      util: add Arch welcome message

---
 Makefile.am                                   |   29 +++++++++-
 configure.ac                                  |    3 -
 fixme                                         |   14 ++++
 man/daemon.xml                                |   12 ++--
 man/runlevel.xml                              |    2 
 man/sd_notify.xml                             |    2 
 man/systemctl.xml                             |    2 
 man/systemd.conf.xml                          |    2 
 man/systemd.exec.xml                          |   16 ++---
 man/systemd.mount.xml                         |    2 
 man/systemd.service.xml                       |    4 -
 src/automount.c                               |    3 +
 src/dbus.c                                    |    2 
 src/execute.h                                 |    1 
 src/initctl.c                                 |   41 +++++++++-----
 src/initreq.h                                 |    2 
 src/log.c                                     |   74 ++++++++++++++++++++------
 src/logger.c                                  |   51 ++++++++++++++---
 src/macro.h                                   |   30 ++++++++++
 src/main.c                                    |   21 +++----
 src/manager.c                                 |    4 -
 src/sd-daemon.h                               |    8 ++
 src/service.c                                 |   37 +++----------
 src/socket.c                                  |    2 
 src/special.h                                 |    1 
 src/systemctl.c                               |   16 +++++
 src/target.c                                  |   19 +++---
 src/test-job-type.c                           |    2 
 src/unit.c                                    |   48 ++++++++++++++++
 src/unit.h                                    |    4 +
 src/util.c                                    |   26 +++++++++
 units/debian/fsck.target                      |   11 +++
 units/debian/halt.service                     |   19 ++++++
 units/debian/killall.service                  |   18 ++++++
 units/debian/poweroff.service                 |   19 ++++++
 units/debian/reboot.service                   |   19 ++++++
 units/debian/umountfs.service                 |   18 ++++++
 units/debian/umountnfs.service                |   18 ++++++
 units/debian/umountroot.service               |   18 ++++++
 units/emergency.service                       |    2 
 units/fedora/plymouth-quit.service            |    1 
 units/fedora/prefdm.service                   |    1 
 units/fedora/single.service                   |    2 
 units/http-daemon.target                      |   11 +++
 units/multi-user.target.m4                    |    4 +
 units/sysinit.target.m4                       |    4 +
 units/syslog.target.in                        |    1 
 units/systemd-logger.service.in               |    3 -
 units/systemd-update-utmp-runlevel.service.in |    6 +-
 units/systemd-update-utmp-shutdown.service.in |    3 -
 50 files changed, 529 insertions(+), 129 deletions(-)
---


More information about the systemd-commits mailing list