[systemd-commits] Changes to 'refs/tags/047'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:23:00 PDT 2012
Tag '047' created by at 1970-01-01 00:00 -0800
udev 047
Changes since 046:
Greg KH (3):
fixups to get back to proper patch order
more fixups
more merge fixups
greg at kroah.com (13):
fix parallel build error
fix udevinfo '-q path' option as it was not working
fix spurious valgrind warning in udev.
comment out ability to run udev-test.pl with valgrind
delete a bunch of files no longer needed.
use udevstart for udev.init.* files.
Fix the multithreaded build again...
fix gentoo scsi cdrom rule
added asterix rules to the gentoo file.
update debian rules files.
move distro specific config files into their own directories
add more debian rules files.
047 release
kay.sievers at vrfy.org (34):
fix network device naming bug
udevd exit path cleanup
close connection to syslog in forked udevd child
add a bunch of busses to the list of what to wait for
Patch from Alex Riesen <raa.lkml at gmail.com>
add support for /devices-devices without any file to wait for
export udev_log flag to the environment
export DEVNAME on remove event
add MANAGED_EVENT to the forked udev environment
make the searched multiplex directories conditionally
remove my test code
integrate wait_for_sysfs in udev
handle whole hotplug event with udevd/udev
rename udev_lib to udev_utils and dev_d to udev_multiplex
link archive insted of objects
remove archive file if we changed something
don't call dev.d/ scripts twice, if directory = subsystem
don't call the hotplug scripts with a test run
update the man pages and correct Usage: hints
use blacklist on device "remove" and remove dev.d/ call code duplication
udevsend/udevd handle events without a subsystem
remove unused variables
trivial cleanups and change some comments
handle /etc/hotplug.d/ only if the event comes from udevd
simplify permission handling
remove unused timestamp field
add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
add net/nlv* devices to the exception list
add net/atml and class/ppdev to the wait_for_sysfs exception list
fix udev-test/udev-test.pl to work with again
make gcov compile scripts working with recent gcc
restore OWNER/GROUP assignment in rule coming from RESULT
don't install distribution specific init script on "make install"
update Fedora dev.d/ example and remove unused conf.d/ directory
klauser at access.unizh.ch (1):
Various typos and other litte errors in udev.8.in
sjoerd at spring.luon.net (1):
DEVNAME on device removal
sschweizer at gmail.com (1):
Allow GROUP to have modifiers in it
---
ChangeLog | 65 ++++++++
Makefile | 140 +++++++++---------
dev_d.c | 110 --------------
etc/conf.d/udev | 11 -
etc/dev.d/default/dbus.dev | 15 -
etc/dev.d/default/pam_console.dev | 56 +++++--
etc/dev.d/default/selinux.dev | 18 --
etc/init.d/udev | 132 -----------------
etc/init.d/udev.init.LSB | 38 ----
etc/init.d/udev.init.lfs | 39 -----
etc/udev/debian/cd-aliases.rules | 11 +
etc/udev/debian/compat.rules | 37 ++++
etc/udev/debian/devfs.rules | 126 ++++++++++++++++
etc/udev/debian/simple-cd-aliases.rules | 5
etc/udev/debian/udev.permissions | 121 +++++++++++++++
etc/udev/debian/udev.rules | 79 ++++++++++
etc/udev/gentoo/udev.permissions | 205 ++++++++++++++++++++++++++
etc/udev/gentoo/udev.rules | 149 +++++++++++++++++++
etc/udev/redhat/udev.permissions | 194 +++++++++++++++++++++++++
etc/udev/redhat/udev.rules | 125 ++++++++++++++++
etc/udev/slackware/udev.permissions | 133 +++++++++++++++++
etc/udev/udev.permissions.debian | 121 ---------------
etc/udev/udev.permissions.gentoo | 205 --------------------------
etc/udev/udev.permissions.redhat | 194 -------------------------
etc/udev/udev.permissions.slackware | 133 -----------------
etc/udev/udev.rules.debian | 69 --------
etc/udev/udev.rules.gentoo | 142 ------------------
etc/udev/udev.rules.redhat | 125 ----------------
extras/ide-devfs.sh | 6
klibc_fixups/klibc_fixups.c | 2
make_gcov.sh | 10 -
namedev.c | 127 ++++++----------
namedev.h | 18 --
namedev_parse.c | 16 +-
run_gcov.sh | 6
test/ignore_test | 36 ----
test/label_test | 49 ------
test/modifier_test | 47 ------
test/topo_test | 47 ------
test/udev-test.pl | 1
test/udevd-test/udevd-test.pl | 97 +++++-------
test/udevd_test.sh | 88 -----------
test/wait_for_sysfs_test.sh | 44 -----
udev.8.in | 56 +++----
udev.c | 219 +++++++++++++++++-----------
udev.h | 31 ++--
udev.spec | 2
udev_add.c | 2
udev_config.c | 47 +++---
udev_db.c | 2
udev_lib.c | 247 --------------------------------
udev_lib.h | 91 -----------
udev_multiplex.c | 116 +++++++++++++++
udev_remove.c | 2
udev_start.c | 10 -
udev_sysfs.c | 66 ++++++--
udev_utils.c | 241 +++++++++++++++++++++++++++++++
udev_utils.h | 90 +++++++++++
udevd.8 | 29 +--
udevd.c | 28 ++-
udevd.h | 4
udevinfo.c | 4
udevsend.c | 39 ++---
udevtest.8 | 3
udevtest.c | 23 +-
wait_for_sysfs.c | 165 ---------------------
66 files changed, 2278 insertions(+), 2631 deletions(-)
---
More information about the systemd-commits
mailing list