[systemd-commits] Changes to 'refs/tags/037'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:57 PDT 2012
Tag '037' created by at 1970-01-01 00:00 -0800
udev 037
Changes since 036:
greg at kroah.com (13):
remove the debian specific file, as they don't want to share with the rest of the world :(
fix up Makefile for wait_for_sysfs udev_version.h dependancy
add support for class/raw/ to wait_for_sysfs
change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines.
rename files to have '_' instead of '-' in them.
Make the build silent, thanks to a helper program from ncftp
a few more Makefile tweaks for the quiet feature.
add ipsec to wait_for_sysfs ignore list.
add wait_for_sysfs test script to the tarball to help people debug their boxes.
merge
Fix build error with klibc due to recent changes.
fix compilation warning in tdb log message.
037 release
kay.sievers at vrfy.org (2):
wait_for_sysfs_update
prevent deadlocks on an corrupt udev database
mbuesch at freenet.de (2):
fix incompatible pointer type warning
fix asmlinkage
md at Linux.IT (1):
small udev patch
---
ChangeLog | 31 ++
Makefile | 92 +++++---
ccdv.c | 384 ++++++++++++++++++++++++++++++++++
etc/dev.d/net/hotplug.dev | 2
etc/init.d/udev.debian | 114 ----------
namedev.c | 22 -
tdb/tdb.c | 56 ++++-
test/wait_for_sysfs_test.sh | 40 +++
udev-add.c | 491 --------------------------------------------
udev-remove.c | 190 -----------------
udev.c | 27 +-
udev.h | 3
udev.spec | 2
udev_add.c | 490 +++++++++++++++++++++++++++++++++++++++++++
udev_lib.h | 9
udev_remove.c | 196 +++++++++++++++++
udevd.c | 5
udevdb.c | 16 +
wait_for_sysfs.c | 32 +-
19 files changed, 1327 insertions(+), 875 deletions(-)
---
More information about the systemd-commits
mailing list