[systemd-commits] Changes to 'refs/tags/v28'
Lennart Poettering
lennart at kemper.freedesktop.org
Thu May 26 12:55:25 PDT 2011
Tag 'v28' created by Lennart Poettering <lennart at poettering.net> at 2011-05-26 19:00 -0700
systemd 28
Changes since v27:
Harald Hoyer (1):
readahead-collect: ignore EACCES for fanotify
Kay Sievers (10):
missing: add IP_TRANSPARENT
sd-daemon: move _sd_hidden_ from .h to .c file
socket: always use SO_{RCV,SND}BUFFORCE to allow larger values
bus_property_append_long: use signed long and 'x' in the signature for DBUS_TYPE_INT64
update TODO
update TODO
rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)
update TODO
drop hwclock-save.service
sd-daemon: remove superfluous _sd_hidden_ from static function
Lennart Poettering (4):
util: use new VT ESC sequence to clear scrollback buffer
socket: expose mq params in introspection data
readahead: explain that it is safe to ignore EACCES
build-sys: prepare v28
Michal Schmidt (1):
dbus-common: fix segfault when a DBus message has no interface
William Swanson (1):
man: update the list of unit search locations
---
Makefile.am | 7 -
TODO | 16 +++-
configure.ac | 2
man/systemd.xml | 4 -
src/dbus-common.c | 16 ++--
src/dbus-socket.c | 6 +
src/main.c | 7 +
src/missing.h | 4 +
src/readahead-collect.c | 10 ++
src/sd-daemon.c | 24 +++---
src/sd-daemon.h | 26 ++----
src/socket.c | 8 +-
src/util.c | 175 ++++++++++++++++++++++++++++-----------------
src/util.h | 9 ++
units/hwclock-load.service | 34 --------
units/hwclock-save.service | 17 ----
16 files changed, 197 insertions(+), 168 deletions(-)
---
More information about the systemd-commits
mailing list