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

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


Tag 'v37' created by Lennart Poettering <lennart at poettering.net> at 2011-10-11 21:31 -0700

systemd 37

Changes since v36:
Barry Scott (2):
      man: for ExecStart= provide more details on env var substitution and how that turns into arguments.
      man: .include directive does not include as textual include it includes by parsing the include file.

Dave Reisner (1):
      sd-login.h: correct spelling mistakes in comments

Kay Sievers (3):
      analyze: always draw top kernel, initramfs, userspace bars
      update TODO
      test_virtualization: do not try to compare id in !virt context

Lennart Poettering (22):
      localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls
      vconsole: don't parse Fedora's KEYMAP= kernel parameters anymore
      build-sys: fix build
      systemctl: fix detection whether the dbus connection is available
      systemctl: fix error message when no connection to systemd is available
      localed: handle multiple X11 kbd layouts
      logind: properly generate session creation response on dbus
      update TODO
      hashmap: use different version of DJB's hash algorithm that uses shifting instead of multiplication
      update TODO
      update TODO
      update TODO
      units: introduce local-fs-pre.target and remote-fs-pre.target
      units: remount root and API FS before all mount units are applied
      timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility with legacy
      logind: fail gracefully if too many sessions are created
      units: increase LimitNOFILE a bit
      units: forgot target units
      unit: introduce ConditionCapability
      localed: make sure s-s-k doesn't create any X11 config files anymore
      service: don't try to guess PID for SysV services anymore
      build-sys: bump release for v37

Michal Schmidt (4):
      pager: add a trivial internal pager
      systemctl: print the legend regardless of stdout type, add --no-legend
      systemctl: better width and alignment of fields
      systemctl: fix corrupted output of units

Miklos Vajna (1):
      hostname-setup: Frugalware switched to /etc/hostname

Paolo Bonzini (1):
      readahead: lower max file size for readahead

Ran Benita (1):
      man: document list-unit-files

Thomas Jarosch (2):
      tmpfiles: fix file descriptor leak
      util: fix close() call on wrong variable

Zbigniew Jędrzejewski-Szmek (3):
      l10n: Reword the polish translation a bit
      pager: add _noreturn_ to pager_fallback()
      localed: shorten generate-kbd-model-map

---
 Makefile.am                                   |   14 
 TODO                                          |    9 
 configure.ac                                  |    2 
 man/systemctl.xml                             |   15 
 man/systemd.exec.xml                          |    5 
 man/systemd.service.xml                       |   36 -
 man/systemd.special.xml.in                    |   26 
 man/systemd.unit.xml                          |   29 
 po/pl.po                                      |   10 
 src/condition.c                               |   36 +
 src/condition.h                               |    1 
 src/generate-kbd-model-map                    |   33 +
 src/hashmap.c                                 |    8 
 src/hostname-setup.c                          |    4 
 src/kbd-model-map                             |   72 ++
 src/load-fragment-gperf.gperf.m4              |    1 
 src/localed.c                                 |  800 +++++++++++++++++++++++++-
 src/logind-dbus.c                             |   11 
 src/mount.c                                   |    6 
 src/org.freedesktop.locale1.policy.in         |   10 
 src/pager.c                                   |   18 
 src/readahead-common.h                        |    2 
 src/sd-login.h                                |    4 
 src/service.c                                 |    1 
 src/special.h                                 |    2 
 src/systemctl.c                               |   92 +-
 src/systemd-analyze                           |   41 +
 src/timedated.c                               |   20 
 src/tmpfiles.c                                |    1 
 src/util.c                                    |   27 
 src/util.h                                    |    2 
 src/vconsole-setup.c                          |    4 
 units/local-fs-pre.target                     |   11 
 units/remote-fs-pre.target                    |   15 
 units/remount-rootfs.service                  |    3 
 units/systemd-logind.service.in               |    4 
 units/systemd-remount-api-vfs.service.in      |    3 
 units/systemd-stdout-syslog-bridge.service.in |    4 
 38 files changed, 1279 insertions(+), 103 deletions(-)
---


More information about the systemd-commits mailing list