[systemd-commits] stable Changes to 'refs/tags/v26'

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:42 PST 2014


Tag 'v26' created by Lennart Poettering <lennart at poettering.net> at 2011-04-30 03:52 -0700

systemd 26

Changes since v25:
A. Costa (1):
      man: Spelling fixes

Kay Sievers (6):
      sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /etc, /run
      tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run
      configure: add AC_SYS_LARGEFILE
      configure.ac: move AC_USE_SYSTEM_EXTENSIONS up to fix warning
      update TODO
      util: conf_files_list() return list as parameter

Lennart Poettering (16):
      mount: failure to mount cgroup hierarchies should not be fatal
      socket: improve warning message when we get POLLHUP
      dbus: don't hit assert when dumping properties
      update TODO
      manager: fix serialization counter
      def: lower default timeout to 90s
      systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Install] is needed
      unit: fix assert when trying to load unit instances for uninstanciable types
      path: simplify recheck logic
      lookup: drop empty directories from search paths
      service: properly notice when services with a main process that isn't a child of init die
      label: don't print warning when we try ro relabel an non-existing file
      dbus: make daemon reexecution synchronous
      util: don't AND cx with cx
      plymouth: introduce plymouth.enable=0 kernel command line switch
      build-sys: prepare release 26

Miklos Vajna (1):
      build-sys: Add --disable-binfmt configure switch

Milan Broz (1):
      cryptsetup: fix keyfile size option processing

Tollef Fog Heen (2):
      manager: mkdir /run/systemd/system when starting up
      man: typo in sd_daemon reference

Zbigniew Jędrzejewski-Szmek (1):
      strv: Fix gcc unitialized variable warning

cee1 (1):
      missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips.

---
 Makefile.am                     |   54 ++++++++++++++----
 TODO                            |   50 +++++++++++------
 configure.ac                    |   13 +++-
 man/binfmt.d.xml                |   30 ++++++----
 man/daemon.xml                  |    4 -
 man/locale.conf.xml             |    4 -
 man/modules-load.d.xml          |   19 ++++++
 man/sd_listen_fds.xml           |    2 
 man/sysctl.d.xml                |   25 ++++++--
 man/systemd-ask-password.xml    |    2 
 man/systemd-tmpfiles.xml        |    2 
 man/systemd.device.xml          |    2 
 man/systemd.mount.xml           |    2 
 man/systemd.service.xml         |    2 
 man/systemd.socket.xml          |    2 
 man/systemd.special.xml.in      |   12 ++--
 man/systemd.swap.xml            |    2 
 man/tmpfiles.d.xml              |   33 ++++++++---
 src/binfmt.c                    |   84 ++++++++++------------------
 src/cryptsetup.c                |    7 ++
 src/dbus-manager.c              |    6 +-
 src/dbus.c                      |   46 +++++++++++++++
 src/dbus.h                      |    2 
 src/def.h                       |    2 
 src/fdset.c                     |    2 
 src/hashmap.c                   |   18 ++++++
 src/hashmap.h                   |    2 
 src/label.c                     |    8 +-
 src/manager.c                   |    6 +-
 src/missing.h                   |   11 +++
 src/modules-load.c              |   64 ++++------------------
 src/mount-setup.c               |    7 +-
 src/path-lookup.c               |    4 +
 src/path.c                      |   58 +++++++++++---------
 src/service.c                   |   53 +++++++++++-------
 src/service.h                   |    1 
 src/socket.c                    |    7 ++
 src/strv.c                      |    4 -
 src/sysctl.c                    |   80 ++++++++-------------------
 src/systemctl.c                 |   10 ++-
 src/tmpfiles.c                  |   57 +++++--------------
 src/unit.c                      |    4 +
 src/util.c                      |  116 +++++++++++++++++++++++++++++++++++++++-
 src/util.h                      |    2 
 units/plymouth-halt.service     |    1 
 units/plymouth-kexec.service    |    1 
 units/plymouth-poweroff.service |    1 
 units/plymouth-reboot.service   |    1 
 units/plymouth-start.service    |    1 
 49 files changed, 584 insertions(+), 342 deletions(-)
---


More information about the systemd-commits mailing list