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

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


Tag 'v191' created by Lennart Poettering <lennart at poettering.net> at 2012-09-21 23:35 -0700

systemd 191

Changes since v190:
Dave Airlie (1):
      multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now

Eelco Dolstra (1):
      missing: Fix compilation error due to wrong __NR_name_to_handle_at definition

Lennart Poettering (18):
      fix typo in NEWS
      update TODO
      logind: allow users to override their own suspend/sleep inhibitors
      multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi-seat graphics on its own now
      logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=
      Revert "multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi-seat graphics on its own now"
      journal: don't allow journal_file_open() to be called with ret being NULL
      pam: document that we don't do error checking when parsing vtnr
      hwclock: add missing OOM check
      nspawn: we can't overmount /etc/localtime anymore since it's usually a symlink now
      nspawn: document why we don't check resolv.conf mount errors
      sysctl: always return the last error we encountered
      multi-seat-x: drop a lot of unnecessary code
      journal: completely rework the mmap cache as I too dumb to actually understand it
      journalctl: make the argument to -n optional
      journald: log how big the journal files may grow
      journal: always keep marked mmap windows around
      build-sys: prepare release 191

Lukas Nykryn (4):
      shared: call va_end in all cases
      core: call va_end in all cases
      sysctl: fix error code handling
      login: missing break for getopt ARG_NO_ASK_PASSWORD in loginctl

Václav Pavlín (5):
      cgtop: missing '-'
      logind: check return value, log warning on error
      login: check return value of session_get_idle_hint
      locale: make sure that l is freed
      modules-load: initalize files to null

---
 Makefile.am                                |   24 
 NEWS                                       |   51 +
 TODO                                       |   11 
 configure.ac                               |    2 
 man/journalctl.xml                         |   13 
 man/logind.conf.xml                        |   20 
 src/cgtop/cgtop.c                          |    2 
 src/core/selinux-access.c                  |    1 
 src/core/service.c                         |    1 
 src/journal/journal-file.c                 |    5 
 src/journal/journalctl.c                   |   22 
 src/journal/journald.c                     |   24 
 src/journal/mmap-cache.c                   |  777 ++++++++++++-----------------
 src/journal/mmap-cache.h                   |    2 
 src/locale/localed.c                       |    4 
 src/login/loginctl.c                       |    1 
 src/login/logind-button.c                  |   19 
 src/login/logind-dbus.c                    |   52 +
 src/login/logind-gperf.gperf               |   30 -
 src/login/logind-inhibit.c                 |   23 
 src/login/logind-inhibit.h                 |    9 
 src/login/logind-session-dbus.c            |    6 
 src/login/logind-session.c                 |    4 
 src/login/logind-user.c                    |    4 
 src/login/logind.c                         |   11 
 src/login/logind.conf                      |    6 
 src/login/logind.h                         |    6 
 src/login/multi-seat-x.c                   |  102 ---
 src/login/org.freedesktop.login1.policy.in |   16 
 src/login/pam-module.c                     |    1 
 src/modules-load/modules-load.c            |    2 
 src/nspawn/nspawn.c                        |   53 +
 src/shared/hwclock.c                       |    5 
 src/shared/log.c                           |    2 
 src/shared/missing.h                       |    8 
 src/shared/util.c                          |    4 
 src/sysctl/sysctl.c                        |   16 
 src/systemd/sd-id128.h                     |    2 
 38 files changed, 655 insertions(+), 686 deletions(-)
---


More information about the systemd-commits mailing list