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

Lennart Poettering lennart at kemper.freedesktop.org
Wed Nov 24 16:38:41 PST 2010


Tag 'v14' created by Lennart Poettering <lennart at poettering.net> at 2010-11-25 00:29 -0800

systemd 14

Changes since v13:
Gustavo Sverzut Barbieri (1):
      units: Remove Gentoo specific xdm.service

Kay Sievers (1):
      mount_cgroup_controllers: expect 2 items from fscanf()

Lennart Poettering (20):
      Revert "Revert "fsck: add new -l switch to fsck mount options""
      man: reorder things to follow the same order everywhere
      units: move a couple of units from base.target to sysinit.target
      man: document /etc/hostname
      man: document /etc/vconsole.conf
      man: document locale.conf
      man: document /etc/os-release
      man: document /etc/modules-load.d/
      systemctl: redirect enable/disable to chkconfig if applicable
      mount: do not try to mount disable cgroup controllers
      systemctl: don't return LSB status error codes for systemctl show
      man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5
      swap: order file-based swap devices after remount-rootfs
      logger: fix error handling
      units: simplify shutdown scripts
      update TODO
      mount: trivial typo fix
      build-sys: get rid of special fedor install target
      manager: bump up max number of units to 128K
      bump version in preparation for release

Thierry Reding (3):
      build-sys: allow cross-compilation
      build-sys: fix out-of-tree build
      build-sys: distribute introspect.awk

---
 Makefile.am                                |   33 +---
 TODO                                       |   20 ++
 configure.ac                               |    5 
 introspect.awk                             |   13 +
 man/hostname.xml                           |   92 +++++++++++++
 man/locale.conf.xml                        |  131 ++++++++++++++++++
 man/modules-load.d.xml                     |   95 +++++++++++++
 man/os-release.xml                         |  200 +++++++++++++++++++++++++++++
 man/tmpfiles.d.xml                         |   66 +++++----
 man/vconsole.conf.xml                      |  132 +++++++++++++++++++
 src/dbus-automount.c                       |    2 
 src/dbus-device.c                          |    2 
 src/dbus-job.c                             |    2 
 src/dbus-manager.c                         |    2 
 src/dbus-mount.c                           |    2 
 src/dbus-path.c                            |    2 
 src/dbus-service.c                         |    2 
 src/dbus-snapshot.c                        |    2 
 src/dbus-socket.c                          |    2 
 src/dbus-swap.c                            |    2 
 src/dbus-target.c                          |    2 
 src/dbus-timer.c                           |    2 
 src/dbus-unit.c                            |    2 
 src/fsck.c                                 |    3 
 src/logger.c                               |    2 
 src/macro.h                                |    1 
 src/manager.h                              |    2 
 src/mount-setup.c                          |   12 +
 src/special.h                              |    1 
 src/swap.c                                 |   12 +
 src/systemctl.c                            |   71 +++++++++-
 units/dev-hugepages.automount              |    2 
 units/dev-mqueue.automount                 |    2 
 units/fedora/plymouth-read-write.service   |    2 
 units/gentoo/Makefile                      |    1 
 units/gentoo/xdm.service                   |   17 --
 units/hwclock-load.service                 |    4 
 units/hwclock-save.service                 |    4 
 units/proc-sys-fs-binfmt_misc.automount    |    2 
 units/sys-kernel-debug.automount           |    2 
 units/sys-kernel-security.automount        |    2 
 units/systemd-modules-load.service.in      |    2 
 units/systemd-random-seed-load.service.in  |    2 
 units/systemd-random-seed-save.service.in  |    3 
 units/systemd-readahead-collect.service.in |    2 
 units/systemd-readahead-replay.service.in  |    2 
 units/systemd-sysctl.service.in            |    2 
 units/systemd-tmpfiles-clean.service.in    |    2 
 units/systemd-tmpfiles-setup.service.in    |    2 
 units/systemd-vconsole-setup.service.in    |    2 
 50 files changed, 856 insertions(+), 118 deletions(-)
---


More information about the systemd-commits mailing list