[systemd-commits] stable Changes to 'refs/tags/v22'
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:42 PST 2014
Tag 'v22' created by Lennart Poettering <lennart at poettering.net> at 2011-04-01 01:27 -0700
systemd 22
Changes since v21:
Kay Sievers (1):
update TODO
Lennart Poettering (18):
unit: don't override timestamps due to state changes when deserializing
analyze: add systemd-analyze tool
analyze: beautify output a bit
unit: when deserializing do reconnect to dbus/syslog when they show up
analyze: add plotter
analyze: improve output
build-sys: install systemd-analyze by default
plymouth: use PID file to detect whether ply is running
random: do not print warning if random seed doesn't exist yet
src: our lord is coverity
build-sys: create a number of drop-in config dirs
man: uinput.ko is a bad example
log: don't strip facility when writing to kmsg
log: fix shifting of facilities
mount: also relabel pre-mounted API dirs
man: document ConditionPathIsDirectory=
tmpfiles: enforce new /var/lock semantics
build-sys: bump version
---
Makefile.am | 10 ++
TODO | 27 +++--
configure.ac | 2
man/modules-load.d.xml | 6 -
man/systemd.unit.xml | 10 +-
src/condition.c | 4
src/dbus-manager.c | 8 +
src/dbus-unit.c | 4
src/dbus.c | 6 -
src/execute.c | 4
src/load-fragment.c | 6 -
src/log.c | 8 +
src/logger.c | 55 ++++++++---
src/manager.c | 4
src/modules-load.c | 8 +
src/mount-setup.c | 3
src/mount.c | 1
src/random-seed.c | 8 +
src/readahead-replay.c | 3
src/service.c | 5 -
src/shutdownd.c | 2
src/socket.c | 2
src/strv.c | 6 +
src/swap.c | 1
src/systemd-analyze | 206 +++++++++++++++++++++++++++++++++++++++++++
src/unit.c | 77 ++++++++--------
src/util.c | 7 -
src/util.h | 4
tmpfiles.d/systemd.conf | 5 -
units/plymouth-start.service | 4
30 files changed, 396 insertions(+), 100 deletions(-)
---
More information about the systemd-commits
mailing list