[systemd-commits] Changes to 'refs/tags/v192'
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Sep 25 14:41:55 PDT 2012
Tag 'v192' created by Lennart Poettering <lennart at poettering.net> at 2012-09-25 22:41 -0700
systemd 192
Changes since v191:
Dave Reisner (3):
bash-completion: add rumidentary support for journalctl
bash-completion: fix whitespace
journalctl: reset cached column count on SIGWINCH
Kay Sievers (2):
comment out uncommitted test source code
rules: only mark MD disks, not partitions, with SYSTEMD_READY=0
Lennart Poettering (15):
journal: bring mmap cache prototype in sync
NEWS: fix some typos
journal: add missing test file
Revert "comment out uncommitted test source code"
main: don't try to mout cpuset with cpu+cpuacct anymore
mount: only run fsck for actual device nodes
mount: simplify device node conditions a bit
util: don't export parsed_columns
journald: always pass first entry timestamp back from journal_file_verify()
update TODO
log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()
journal: also use new VA_FORMAT_ADVANCE() macro in sd_journal_send()
macro: increase VA_FORMAT_ADVANCE type array and hit assert when it is reached
selinux: use standard D-Bus error id for access denied
build-sys: prepare release 192
Lukas Nykryn (2):
udev: free fd before return in scsi_serial.c
udev: free fd before return in accelerometer.c
Mirco Tischler (2):
journal: set seal even for readonly journalfiles
journalctl: print correct timespan in verify
Václav PavlÃn (5):
udev: check malloc return in collect/collect.c
libudev: check return value of rename
udev: check return value of symlink
udev: check return value of write
udev: free rule structure on error
---
.gitignore | 1
Makefile.am | 8 +-
NEWS | 23 +++++++-
TODO | 16 +++++
bash-completion/systemd-bash-completion.sh | 63 ++++++++++++++++++++---
rules/99-systemd.rules.in | 4 -
src/core/bus-errors.h | 1
src/core/main.c | 34 ++++++++----
src/core/mount.c | 20 ++++---
src/core/selinux-access.c | 6 +-
src/journal/journal-file.c | 3 -
src/journal/journal-send.c | 9 ++-
src/journal/journal-verify.c | 6 +-
src/journal/journal-verify.h | 2
src/journal/journalctl.c | 18 +++---
src/journal/mmap-cache.h | 2
src/journal/test-mmap-cache.c | 79 +++++++++++++++++++++++++++++
src/libudev/libudev-device-private.c | 5 +
src/nspawn/nspawn.c | 6 ++
src/shared/log.c | 22 +++++++-
src/shared/macro.h | 45 ++++++++++++++++
src/shared/util.c | 9 ++-
src/shared/util.h | 1
src/test/test-log.c | 7 ++
src/udev/accelerometer/accelerometer.c | 4 +
src/udev/collect/collect.c | 30 +++++++++--
src/udev/scsi_id/scsi_serial.c | 3 -
src/udev/udev-rules.c | 32 +++++------
src/udev/udev-watch.c | 5 +
29 files changed, 382 insertions(+), 82 deletions(-)
---
More information about the systemd-commits
mailing list