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

Lennart Poettering lennart at kemper.freedesktop.org
Thu Nov 18 15:13:26 PST 2010


Tag 'v13' created by Lennart Poettering <lennart at poettering.net> at 2010-11-18 23:12 -0800

systemd 13

Changes since v12:
Andrey Borzenkov (1):
      man: trivial BindTo description fix

Kay Sievers (3):
      update TODO
      Revert "update TODO"
      update TODO

Lennart Poettering (19):
      pam: duplicate cgroup tree in the cpu hierarchy by default, optionally more
      cgroup: by default, duplicate service cgroup in the cpu hierarchy
      pam: document controllers= switch
      build: expose libcryptsetup dependency in build string
      manager: make list of default controllers configurable
      cryptsetup: automatically order crypt partitions before cryptsetup.target
      cgroup: if we couldn't remove a cgroup after killing evertyhing in it then it's fine
      cgroup: after killing cgroup processes, ensure the group is really dead gone. wait for 3s at max
      units: make sure prefdm is killed first, user sessions second on shutdown
      job: make sure we don't fail umount.target if a mount unit failed to stop
      update TODO
      util: introduce /etc/os-release so that distros don't need to patch systemd to get a welcome message
      units: enable console ask-password agent by default
      mount: trivial optimization
      sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d
      sysctl: don't consider missing kernel options fatal
      cryptsetup: show udev device name when asking for password
      cryptsetup: actually show disk name
      build-sys: bump for v13

---
 .gitignore                                     |    1 
 Makefile.am                                    |   40 +++++-
 TODO                                           |   12 --
 configure.ac                                   |    2 
 man/pam_systemd.xml                            |   20 +++
 man/systemd.conf.xml                           |   15 ++
 man/systemd.unit.xml                           |    2 
 src/build.h                                    |    8 +
 src/cgroup-util.c                              |   21 ++-
 src/cgroup.c                                   |   39 +++---
 src/cgroup.h                                   |    9 -
 src/cryptsetup-generator.c                     |   21 +++
 src/cryptsetup.c                               |   48 +++++++-
 src/dbus-manager.c                             |    7 -
 src/job.c                                      |    2 
 src/main.c                                     |    7 +
 src/manager.c                                  |   19 +++
 src/manager.h                                  |    2 
 src/mount-setup.c                              |    2 
 src/mount.c                                    |    2 
 src/pam-module.c                               |   95 +++++++++++++--
 src/service.c                                  |    2 
 src/socket.c                                   |    2 
 src/swap.c                                     |    2 
 src/sysctl.c                                   |  150 +++++++++++++++++++++++++
 src/system.conf                                |    1 
 src/unit.c                                     |   52 ++++++--
 src/unit.h                                     |    2 
 src/util.c                                     |  132 ++++++++++++++--------
 units/.gitignore                               |    2 
 units/cryptsetup.target                        |   14 ++
 units/fedora/plymouth-start.service            |    1 
 units/fedora/prefdm.service                    |    2 
 units/sysctl.service                           |   20 ---
 units/systemd-ask-password-console.path        |   15 ++
 units/systemd-ask-password-console.service.in  |   15 ++
 units/systemd-ask-password-plymouth.path       |    2 
 units/systemd-ask-password-plymouth.service.in |    2 
 units/systemd-ask-password-wall.service.in     |    4 
 units/systemd-sysctl.service.in                |   20 +++
 40 files changed, 647 insertions(+), 167 deletions(-)
---


More information about the systemd-commits mailing list