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

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


Tag 'v23' created by Lennart Poettering <lennart at poettering.net> at 2011-04-05 00:25 -0700

systemd 23

Changes since v22:
Kay Sievers (4):
      update TODO
      move /var/lock to HAVE_SYSV_COMPAT
      tmpfiles: create leading directories for d/D instructions
      change remaining /var/run to /run

Lennart Poettering (18):
      general: replace a few uses of /var/run by /run
      tmpfiles: split off rules for legacy systems into legacy.conf
      kmsg-syslogd: pass facility value into kmsg
      initctl: /dev/initctl is a named pipe, not a socket
      condition: use 'selinux' rather than 'SELinux' as preferred spelling
      update TODO
      binfmt: add binfmt tool to set up binfmt_misc at boot
      man: document /etc/sysctl.d/
      units: improve logger descriptions
      logger: name socket like service
      units: move user units from /usr/share to /usr/lib since they might be arch-dependent
      update TODO
      selinux: relabel /run the same way as /dev after loading the policy since they both come pre-filled and unlabelled
      exec: support unlimited resources
      lookup: always also look into /usr/lib for units
      pkgconfig: update .pc file accordingly
      update TODO
      build-sys: bump version number

Michal Schmidt (5):
      condition: fix dumping of conditions
      load-fragment: unify config_parse_condition_{kernel, virt}
      condition: add ConditionSecurity
      man: document ConditionSecurity
      manager: fd must be int, not char

---
 .gitignore                            |    1 
 Makefile.am                           |   75 +++++++++----
 TODO                                  |   31 +++++
 configure.ac                          |    3 
 man/binfmt.d.xml                      |  103 ++++++++++++++++++
 man/modules-load.d.xml                |    2 
 man/pam_systemd.xml                   |    2 
 man/sysctl.d.xml                      |   95 +++++++++++++++++
 man/systemd.exec.xml                  |    5 
 man/systemd.unit.xml                  |    8 +
 man/systemd.xml                       |   31 ++---
 man/tmpfiles.d.xml                    |    4 
 src/binfmt.c                          |  187 ++++++++++++++++++++++++++++++++++
 src/bridge.c                          |    2 
 src/condition.c                       |   23 +++-
 src/condition.h                       |    1 
 src/gnome-ask-password-agent.vala     |    2 
 src/kmsg-syslogd.c                    |   57 ++--------
 src/load-fragment.c                   |   51 ++-------
 src/logger.c                          |   38 ------
 src/manager.c                         |    2 
 src/mount-setup.c                     |    4 
 src/pam-module.c                      |   11 --
 src/path-lookup.c                     |    8 +
 src/selinux-setup.c                   |    8 -
 src/shutdownd.c                       |    8 -
 src/tmpfiles.c                        |    6 -
 src/user-sessions.c                   |    8 -
 src/util.c                            |   47 ++++++++
 src/util.h                            |    2 
 systemd.pc.in                         |    5 
 tmpfiles.d/legacy.conf                |   22 ++++
 tmpfiles.d/systemd.conf               |    4 
 units/.gitignore                      |    1 
 units/systemd-binfmt.service.in       |   19 +++
 units/systemd-initctl.socket          |    2 
 units/systemd-kmsg-syslogd.service.in |    2 
 units/systemd-logger.service.in       |    2 
 units/systemd-logger.socket           |    2 
 39 files changed, 676 insertions(+), 208 deletions(-)
---


More information about the systemd-commits mailing list