[systemd-commits] Changes to 'refs/tags/043'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:59 PDT 2012
Tag '043' created by at 1970-01-01 00:00 -0800
udev 043
Changes since 042:
greg at kroah.com (7):
add dumb script to show all sysfs devices in the system.
add test target to makefile
make udev-test.pl test for root permissions before running
remove 'sudo' usage from the Makefile
fix gentoo legacy tty rule
add cdsymlinks.sh support to gentoo rules file.
043 release
kay.sievers at vrfy.org (12):
Add net/vmnet and class/zaptel to the list of devices without physical device
add test for format chars in multiple symlinks to replace
Apply the default permissions even if we found a entry in
Patches from Harald Hoyer <harald at redhat.com>.
Exit, if udevtest cannot open the device (segfault).
Add a bunch of devices without "device" symlinks.
Add support for highpoint ataraid to volume_id to suppress
Don't use any syslog() in signal handler, cause it may deadlock.
wait() for specific pid to return from fork().
Shut up wait_for_sysfs class/net failure messages, as it's not possible
add i2c-dev to the list of devices without a bus
reduce syslog noise of udevsend if multiple instances try to start udevd
---
ChangeLog | 24 ++++++++++++++++++++++++
Makefile | 5 ++++-
dev_d.c | 2 +-
etc/udev/udev.rules.gentoo | 7 ++++++-
extras/volume_id/Makefile | 18 +++++++++---------
extras/volume_id/volume_id.c | 42 +++++++++++++++++++++++++++++++++++++++---
extras/volume_id/volume_id.h | 7 ++++---
namedev.c | 9 ++++-----
test/show_all_devices.sh | 27 +++++++++++++++++++++++++++
test/udev-test.pl | 21 +++++++++++++++++++--
udev.c | 5 +----
udev.h | 2 +-
udev.spec | 2 +-
udev_sysfs.c | 19 +++++++++++++++++++
udevd.c | 9 ++-------
udevsend.c | 8 ++++----
udevtest.c | 10 ++++++----
wait_for_sysfs.c | 9 +++++++++
18 files changed, 180 insertions(+), 46 deletions(-)
---
More information about the systemd-commits
mailing list