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

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


Tag 'v16' created by Lennart Poettering <lennart at poettering.net> at 2011-01-08 01:53 -0800

systemd 16

Changes since v15:
Jesse Zhang (1):
      systemd.pc: change 'session' to 'user'

Kay Sievers (14):
      update TODO
      update TODO
      udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devices
      udev: make sure we aleways read from netlink, if there is data
      update TODO
      gnome-ask-password-agent: also support libnotify < 0.7 for now
      update README
      update TODO
      update README
      suse: add 'smtp' LSB facility
      update TODO
      service: ifdef distro-specific compat logic
      update TODO
      update TODO

Lennart Poettering (38):
      update TODO
      update TODO
      util: properly handle OOM when allocating Debian version string
      mount-setup: drop noexec flag from default mount options for /dev/shm
      pam: do not sort user sessions into their own cgroups in the 'cpu' hierarchy by default
      update TODO
      tmpfiles: ensure we do no follow symlinks when cleaning up dirs
      util: invoke sync() implicitly on freeze()
      shutdown: drop redundant sync() invocation
      systemctl: try harder to find a suitable pager
      systemctl: make the child the pager, leave systemctl as parent
      systemctl: spawn pager only for commands that generates long output
      systemctl: drop redundant getenv('LESS') check
      mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID overridable via configure switch
      cryptsetup: call mkswap on dm device, not on source device
      systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead
      serial: use TERM=vt100 instead of TERM=vt100-nav
      readahead: ignore if files are removed during collection or before replay
      sysctl: don't warn if sysctls are gone
      update TODO
      update TODO
      fragment: properly handle quotes in assignments in EnvironmentFile= files
      tmpfiles: nicer message when two or more conflicting lines are configured for the same file
      util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno
      update TODO
      fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors
      locale: fix variable names
      update TODO
      umount: don't try to detach the dm device the root dir is on, to minimize warning messages
      execute: drop empty assignments from env blocks on execution but keep them around otherwise to make them visible
      getty: unset locale before execution
      specifier: at minimal test
      execute,util: fix two small memory leaks
      service: don't hit an assert if information in LSB headers is incorrectly formatted
      logger: when passing on PID info, fall back to our own if originating process is already gone
      update TODO
      device: don't warn if we cannot bump the socket buffer
      build-sys: prepare v16

Michael Biebl (5):
      Create convenience library libsystemd_daemon.la for sd-daemon.c
      Ensure LIBNOTIFY07 conditional is always set
      debian: Prefix welcome string with "Debian "
      service: ifdef (more) distro-specific compat logic
      fix help message for --with-tty-gid configure option

Michal Schmidt (1):
      path: fix watching the root directory

Miklos Vajna (8):
      build-sys: frugalware linux support
      man: modules-load.d - fix misspellings
      man: daemon - fix misspellings
      service: drop rc. prefix on frugalware linux
      Frugalware: start gettys after local.service
      Fix misspellings in os-release manpage and hwclock-load.service
      man: remaining spelling fixes
      systemctl: implement auto-pager a la git

Ozan Çağlayan (1):
      src/quotacheck.c: Fix typo

Ran Benita (2):
      man: systemctl - spelling fixes
      man: systemctl - clarify condrestart, force-reload

Tom Gundersen (1):
      arch: remove welcome message

---
 Makefile.am                       |   57 +++++++++++++-------
 README                            |    9 +--
 TODO                              |   90 +++++++++++++++++++++++++++-----
 configure.ac                      |   23 +++++++-
 man/daemon.xml                    |    4 -
 man/modules-load.d.xml            |    4 -
 man/os-release.xml                |    2 
 man/pam_systemd.xml               |    4 -
 man/shutdown.xml                  |    2 
 man/systemctl.xml                 |   75 ++++++++++++++++-----------
 man/systemd.conf.xml              |    6 +-
 man/systemd.exec.xml              |   13 +++-
 man/systemd.service.xml           |    8 +-
 man/systemd.unit.xml              |    6 +-
 man/tmpfiles.d.xml                |    6 +-
 src/cryptsetup-generator.c        |    8 +-
 src/device.c                      |   20 ++++++-
 src/execute.c                     |    5 +
 src/gnome-ask-password-agent.vala |   14 +++++
 src/hostname-setup.c              |    4 -
 src/load-fragment.c               |   32 ++++++++++-
 src/locale-setup.c                |   20 +++----
 src/logger.c                      |   22 +++++++
 src/macro.h                       |    3 +
 src/mount-setup.c                 |    8 ++
 src/pam-module.c                  |    2 
 src/path.c                        |   10 +--
 src/quotacheck.c                  |    2 
 src/readahead-collect.c           |    4 +
 src/readahead-replay.c            |   11 ++-
 src/service.c                     |   92 ++++++++++++++++++++++++---------
 src/shutdown.c                    |    1 
 src/strv.c                        |   23 +++++++-
 src/strv.h                        |    2 
 src/sysctl.c                      |    4 +
 src/systemctl.c                   |  105 ++++++++++++++++++++++++++++++++++++++
 src/test-env-replace.c            |   62 ++++++++++++++++++++++
 src/test-strv.c                   |   12 ++++
 src/tmpfiles.c                    |    8 ++
 src/umount.c                      |   26 ++++++++-
 src/util.c                        |   81 ++++++++++++++++++++++++-----
 src/util.h                        |    3 -
 src/vconsole-setup.c              |   13 ++++
 systemd.pc.in                     |    4 -
 units/getty at .service.m4           |    7 ++
 units/hwclock-load.service        |    2 
 units/serial-getty at .service.m4    |    2 
 47 files changed, 744 insertions(+), 177 deletions(-)
---


More information about the systemd-commits mailing list