[systemd-commits] Changes to 'refs/tags/v34'
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Aug 25 10:10:01 PDT 2011
Tag 'v34' created by Lennart Poettering <lennart at poettering.net> at 2011-08-25 18:09 -0700
systemd 34
Changes since v33:
Frederic Crozat (5):
PATCH: add missing header include
initctl: check for kexec_loaded when reboot is requested through initctl
path-lookup: monitor /etc/systemd/user for user manager
cryptsetup: accept "none" option
cryptsetup-generator: block boot when querying passphrase.
Josh Triplett (3):
tmpfiles: Remove X11 lock files for displays :10 and higher too
man: Sort the entries in systemd.special(7)
tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease overrides via /etc
Kay Sievers (3):
update TODO
README: we need Linux 2.6.39
convert int to boolean for dbus_bool_t
Koen Kooi (1):
gperf: add missing.h that was present in the C version to the m4
Lennart Poettering (18):
exec: optionally apply cgroup attributes to the cgroups we create
update TODO
cgroup: expose cgroup attributes as unit properties on the bus
exec: add high-level controls for blkio cgroup attributes
exec: allow passing arbitrary path names to blkio cgroup attributes
cgroup: honour sticky bit when trimming cgroup trees
readahead: make use of block_get_whole_disk() where applicable
cgroup: when trimming cgroup trees, honour sticky bit of tasks file
timedate: make NTP controllable too
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default
udev: use $name instead of %k
udev: since bt devices cannot be renamed revert to %k
strv: fix counting in strv_env_delete()
update TODO
update TODO
update README
acl: properly handle if devices are tagged as uaccess but do not have a device node
build-sys: bump version
Michael Biebl (1):
build-sys: make gperf configure check fatal
Miklos Vajna (3):
service: all rcS.d scripts have been converted on Frugalware
build-sys: Add --disable-timedated configure switch
build-sys: Add --disable-localed configure switch
Tero Roponen (1):
dbus: 'directrion' is not a valid attribute
---
Makefile.am | 106 +++++++--
README | 8
TODO | 22 +
configure.ac | 21 +
man/systemd-nspawn.xml | 4
man/systemd.conf.xml | 20 +
man/systemd.exec.xml | 221 ++++++++++++++++---
man/systemd.special.xml.in | 28 +-
src/73-seat-late.rules.in | 2
src/99-systemd.rules.in | 4
src/automount.c | 2
src/cgroup-attr.c | 102 ++++++++
src/cgroup-attr.h | 49 ++++
src/cgroup-util.c | 92 +++++++
src/cgroup-util.h | 2
src/cgroup.c | 7
src/cryptsetup-generator.c | 3
src/cryptsetup.c | 2
src/dbus-manager.c | 8
src/dbus-unit.c | 34 ++
src/dbus-unit.h | 3
src/execute.c | 9
src/execute.h | 2
src/getty-generator.c | 2
src/initctl.c | 2
src/kmod-setup.c | 2
src/load-fragment-gperf.gperf.m4 | 12 -
src/load-fragment.c | 369 ++++++++++++++++++++++++++++++++
src/load-fragment.h | 6
src/logind-acl.c | 4
src/logind-user.c | 2
src/main.c | 145 ++++++++++++
src/manager.c | 2
src/mount-setup.c | 122 +++++++++-
src/mount-setup.h | 2
src/mount.c | 1
src/nspawn.c | 3
src/org.freedesktop.timedate1.policy.in | 11
src/path-lookup.c | 2
src/readahead-common.c | 51 +---
src/service.c | 3
src/socket.c | 1
src/strv.c | 34 ++
src/strv.h | 2
src/swap.c | 1
src/system.conf | 1
src/systemctl.c | 36 ++-
src/timedated.c | 259 ++++++++++++++++++++++
src/tmpfiles.c | 2
src/unit.c | 89 +++++++
src/unit.h | 3
src/util.c | 216 +++++++++++++++++-
src/util.h | 13 -
tmpfiles.d/systemd.conf | 3
tmpfiles.d/tmp.conf | 12 +
tmpfiles.d/x11.conf | 2
56 files changed, 1967 insertions(+), 199 deletions(-)
---
More information about the systemd-commits
mailing list