[systemd-commits] Changes to 'refs/tags/024'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:54 PDT 2012
Tag '024' created by at 1970-01-01 00:00 -0800
udev 024
Changes since 023:
atul.sabharwal at intel.com (2):
Add chassis_id program to extras directory
Add README for chassis_id
chris_friesen at sympatico.ca (1):
udevd race conditions and performance, assorted cleanups
greg at kroah.com (23):
fix udev.spec file for where udevtest should be placed.
023_bk mark
fix up udev.rules to handle oss rules better.
clean up the gentoo rules file a bit more, adding dri rules.
added USB device rules to rules files.
add netlink rules to devfs and gentoo rules files.
clean up the OSDL document formatting a bit
clean up chassis_id coding style.
update RFC-dev.d docs due to DEVNODE to DEVNAME change
add a bunch of network class devices to the test sysfs tree
add hotplug.dev script to handle renamed network devices.
handle the subsytem if provided in udevtest.
make a net_test test script using udevtest.
fix some segfaults when running udevtest for network devices.
tweak net_test a bit.
add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
first step of making man pages dynamically generated.
convert udev.8.in to use @udevdir@ macro for make install.
switch to generate the man pages during the normal build, not during the install.
update bk ignore list some more.
only generate udev.8 on the fly, not all other man pages.
remove compiler warning from udevd.c
v024 release
hare at suse.de (1):
fix SEGV in libsysfs/dlist.c
kay.sievers at vrfy.org (14):
apply all_partitions rule to main block device only
dev_d.c file sorting and cleanup
udevinfo patch
udevd race conditions and performance, assorted cleanups - take 2
netdev - udevdb+dev.d changes
DEVPATH for netdev
put netdev handling and dev.d/ in manpages
udevstart fix
increase udevd event timeout
put config info in db for netdev
man page cleanup
handle netdev in udevruler
switch udevd's msg_dump() to #define
tweak node unlink handling
maryedie at osdl.org (1):
add OSDL documentation for persistent naming
md at Linux.IT (1):
small ide-devfs.sh fix
---
ChangeLog | 62 +
Makefile | 58 -
dev_d.c | 132 +-
docs/RFC-dev.d | 13
docs/persistent_naming/testing_scsi_notes.txt | 203 ++++
docs/persistent_naming/udev.rules_1000_scsi_debug | 1014 ++++++++++++++++++++++
etc/dev.d/net/hotplug.dev | 23
etc/udev/udev.rules | 7
etc/udev/udev.rules.devfs | 19
etc/udev/udev.rules.gentoo | 88 -
extras/chassis_id/Makefile | 26
extras/chassis_id/README | 28
extras/chassis_id/chassis_id.c | 104 ++
extras/chassis_id/chassis_id.h | 31
extras/chassis_id/provision.tbl | 5
extras/chassis_id/table.c | 97 ++
extras/ide-devfs.sh | 2
klibc_fixups.c | 2
klibc_fixups.h | 5
libsysfs/dlist.c | 4
libsysfs/sysfs.h | 5
namedev.c | 46
namedev.h | 4
namedev_parse.c | 93 --
test/net_test | 37
test/sys/class/net/eth0/addr_len | 1
test/sys/class/net/eth0/address | 1
test/sys/class/net/eth0/broadcast | 1
test/sys/class/net/eth0/features | 1
test/sys/class/net/eth0/flags | 1
test/sys/class/net/eth0/ifindex | 1
test/sys/class/net/eth0/iflink | 1
test/sys/class/net/eth0/mtu | 1
test/sys/class/net/eth0/tx_queue_len | 1
test/sys/class/net/eth0/type | 1
test/sys/class/net/eth1/addr_len | 1
test/sys/class/net/eth1/address | 1
test/sys/class/net/eth1/broadcast | 1
test/sys/class/net/eth1/features | 1
test/sys/class/net/eth1/flags | 1
test/sys/class/net/eth1/ifindex | 1
test/sys/class/net/eth1/iflink | 1
test/sys/class/net/eth1/mtu | 1
test/sys/class/net/eth1/tx_queue_len | 1
test/sys/class/net/eth1/type | 1
test/sys/class/net/eth1/wireless/beacon | 1
test/sys/class/net/eth1/wireless/crypt | 1
test/sys/class/net/eth1/wireless/fragment | 1
test/sys/class/net/eth1/wireless/level | 1
test/sys/class/net/eth1/wireless/link | 1
test/sys/class/net/eth1/wireless/misc | 1
test/sys/class/net/eth1/wireless/noise | 1
test/sys/class/net/eth1/wireless/nwid | 1
test/sys/class/net/eth1/wireless/retries | 1
test/sys/class/net/eth1/wireless/status | 1
test/sys/class/net/lo/addr_len | 1
test/sys/class/net/lo/address | 1
test/sys/class/net/lo/broadcast | 1
test/sys/class/net/lo/features | 1
test/sys/class/net/lo/flags | 1
test/sys/class/net/lo/ifindex | 1
test/sys/class/net/lo/iflink | 1
test/sys/class/net/lo/mtu | 1
test/sys/class/net/lo/tx_queue_len | 1
test/sys/class/net/lo/type | 1
test/udev-test.pl | 11
udev-add.c | 168 +--
udev-remove.c | 40
udev.8 | 363 -------
udev.8.in | 396 ++++++++
udev.h | 5
udev.spec | 4
udev_config.c | 11
udev_lib.c | 107 ++
udev_lib.h | 1
udevd.8 | 2
udevd.c | 208 +++-
udevd.h | 4
udevdb.c | 1
udevinfo.8 | 9
udevinfo.c | 3
udevruler.c | 49 -
udevsend.c | 17
udevstart.c | 7
udevtest.8 | 5
udevtest.c | 5
86 files changed, 2715 insertions(+), 849 deletions(-)
---
More information about the systemd-commits
mailing list