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

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


Tag 'v27' created by Lennart Poettering <lennart at poettering.net> at 2011-05-20 01:05 -0700

systemd 27

Changes since v26:
Kay Sievers (4):
      binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropriate /lib directories
      binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=
      sysctl: correct /usr/local/lib path
      update TODO

Koen Kooi (2):
      build-sys: Angstrom support
      systemd-analyze: print hostname, kernelversion and arch at the top of the plot

Lennart Poettering (21):
      units: enable automount units only if the kernel supports them
      update TODO
      update TODO
      vconsole: use open_terminal() instead of open()
      unit: make ignoring in snapshots a per unit property, instead of a per unit type property
      user-sessions: ignore EROFS when unlinking /etc/nologin if the file doesn't exist anyway
      hostnamed: SetPrettyHostname() should check PK action org.freedesktop.hostname1.set-static-hostname
      pam: downgrade a few log msgs
      update TODO
      hostnamed: check that nss-myhostname is installed
      README: document relation to nss-myhostname
      socket: add POSIX mqueue support
      socket: use 666 socket mode by default since neither fifos, nor sockets, nor mqueues need to be executable
      exec: hangup/reset/deallocate VTs in gettys
      socket: expose IP_TRANSPARENT
      exec: expose tty reset options in dbus introspection data
      git: add .mailmap
      socket: expose SO_BROADCAST
      util: use open_terminal() in chvt() too
      update TODO
      build-sys: prepare new release 27

Ludwig Nussel (1):
      sysctl: apply /etc/sysctl.conf last

Michael Olbrich (1):
      build-sys: create dbussystemservicedir

Miklos Vajna (1):
      units: Enable plymouth for Frugalware

Paul Menzel (1):
      util: include `stdarg.h`

---
 .mailmap                                 |    4 
 Makefile.am                              |    8 +
 README                                   |    8 +
 TODO                                     |   47 ++++----
 configure.ac                             |   10 +
 man/sd_is_fifo.xml                       |   14 ++
 man/systemd.exec.xml                     |   30 +++++
 man/systemd.socket.xml                   |   45 +++++++
 man/systemd.unit.xml                     |   12 ++
 src/binfmt.c                             |    1 
 src/conf-parser.c                        |   26 ++++
 src/conf-parser.h                        |    1 
 src/dbus-common.c                        |   15 ++
 src/dbus-common.h                        |    1 
 src/dbus-execute.h                       |    6 +
 src/dbus-socket.c                        |    6 +
 src/dbus-unit.h                          |    2 
 src/device.c                             |    2 
 src/execute.c                            |   35 +++++-
 src/execute.h                            |    7 +
 src/hostnamed.c                          |   24 +++-
 src/load-fragment.c                      |   66 ++++++++++-
 src/locale-setup.c                       |    2 
 src/main.c                               |    2 
 src/missing.h                            |    4 
 src/modules-load.c                       |    2 
 src/mount.c                              |    2 
 src/org.freedesktop.hostname1.policy     |    2 
 src/pam-module.c                         |    6 -
 src/path-lookup.c                        |    2 
 src/sd-daemon.c                          |   42 +++++++
 src/sd-daemon.h                          |    8 +
 src/service.c                            |   14 +-
 src/snapshot.c                           |   15 ++
 src/socket-util.c                        |    7 +
 src/socket-util.h                        |    1 
 src/socket.c                             |   99 ++++++++++++++++-
 src/socket.h                             |    5 
 src/swap.c                               |    2 
 src/sysctl.c                             |    5 
 src/systemd-analyze                      |    5 
 src/tmpfiles.c                           |    1 
 src/unit.c                               |    6 -
 src/unit.h                               |    6 -
 src/user-sessions.c                      |   12 +-
 src/util.c                               |  180 ++++++++++++++++++++++++++++---
 src/util.h                               |   10 +
 src/vconsole-setup.c                     |    2 
 units/frugalware/display-manager.service |    3 
 units/getty at .service.m4                  |    4 
 units/proc-sys-fs-binfmt_misc.automount  |    1 
 units/serial-getty at .service.m4           |    3 
 units/sys-kernel-debug.automount         |    1 
 units/sys-kernel-security.automount      |    1 
 units/systemd-binfmt.service.in          |    5 
 units/systemd-modules-load.service.in    |    6 -
 units/systemd-sysctl.service.in          |    4 
 units/systemd-tmpfiles-clean.service.in  |    5 
 units/systemd-tmpfiles-setup.service.in  |    5 
 59 files changed, 760 insertions(+), 90 deletions(-)
---


More information about the systemd-commits mailing list