[systemd-commits] stable Changes to 'refs/tags/v200'
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:50 PST 2014
Tag 'v200' created by Lennart Poettering <lennart at poettering.net> at 2013-03-29 03:52 -0700
systemd 200
Changes since v199:
Auke Kok (2):
readahead: chunk on spinning media
readahead: cleanups
Eelco Dolstra (1):
systemd-sysctl: Handle missing /etc/sysctl.conf properly
Kay Sievers (5):
bootctl: rename status output header
bootctl: Binary: --> File:
bootctl: ESP --> Partition
build-sys: fix HAVE/ENABLE_FIRMWARE
hwdb: update
Lennart Poettering (4):
man: network.target is also a passive target
units: automatically order all mount units after network.target
unit: replace remote-fs-setup.target by network-online.target
build-sys: prepare release 200
Lukas Nykryn (3):
sd-bus: check c->path for null instead of path
log: fix error codes handling in catalog_list_items
catalog: fix error codes handling in catalog_list_items
Martin Pitt (1):
keymap: Fix Touchpad Toggle on MSI Wind U90/U100
Václav PavlÃn (2):
core: check return value of rm_rf_dangerous and warn if it fails
shared: free dt (temporary dir name) on fail
William Douglas (1):
man/os-release: Add BUILD_ID field
Zbigniew JÄdrzejewski-Szmek (5):
NEWS: tweak grammar
Simplify the meaning of %s
tests: fix size_t in format string
tests: skip bus test if bus cannot be opened
coredump: do not free twice
---
Makefile.am | 10
NEWS | 33 ++-
configure.ac | 4
hwdb/20-OUI.hwdb | 344 +++++++++++++++++++++-------------
hwdb/20-pci-vendor-model.hwdb | 302 ++++++++++++++++-------------
hwdb/20-usb-vendor-model.hwdb | 6
man/os-release.xml | 22 ++
man/systemd.special.xml | 127 ++++++++----
man/systemd.unit.xml.in | 9
src/boot/bootctl.c | 35 +--
src/core/execute.c | 13 +
src/core/mount.c | 20 +
src/core/special.h | 2
src/core/unit-printf.c | 33 ++-
src/fstab-generator/fstab-generator.c | 35 ++-
src/journal/catalog.c | 8
src/journal/coredump.c | 6
src/libsystemd-bus/sd-bus.c | 2
src/libsystemd-bus/test-bus-chat.c | 7
src/readahead/readahead-collect.c | 36 +++
src/shared/macro.h | 3
src/shared/util.c | 53 -----
src/shared/util.h | 1
src/sysctl/sysctl.c | 2
src/test/test-sched-prio.c | 4
src/test/test-strxcpyx.c | 2
src/test/test-unit-name.c | 14 -
src/udev/keymap/95-keymap.rules | 3
src/udev/udev-builtin.c | 2
src/udev/udev.h | 4
src/udev/udevd.c | 6
units/network-online.target | 11 +
units/remote-fs-setup.target | 11 -
33 files changed, 701 insertions(+), 469 deletions(-)
---
More information about the systemd-commits
mailing list