[systemd-commits] Changes to 'refs/tags/023'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:54 PDT 2012
Tag '023' created by at 1970-01-01 00:00 -0800
udev 023
Changes since 022:
dsteklof at us.ibm.com (1):
udevinfo patch
greg at kroah.com (25):
fix udevtest to build properly after the big udev_lib change.
Increase the name size as requested by Richard Gooch <rgooch at ras.ucalgary.ca>
add a question/answer about automounting usb devices to the FAQ.
fix 'make spotless' to really do that in klibc.
022_bk tag
fix build error in namedev.c caused by previous patch.
add /etc/dev.d/ support for udev add and remove events.
remove dbus code from core udev code as it's no longer needed to be there.
add get_devnode() helper to udev_lib for udev_dbus program
first cut at standalone udev_dbus program.
remove selinux support from udev core as it's no longer needed.
first cut at standalone udev_selinux program.
remove udev_dbus.h from Makefile
udev_dbus can now compile properly, but linnking is another story...
move udev_dbus to extras/dbus
remove dbus stuff from main Makefile
fix dbus build in the udev.spec file.
move udev_selinux into extras/selinux
remove selinux stuff from the main Makefile
remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present.
fixed up udev.spec to handle selinux stuff properly now.
added RFC-dev.d document detailing how /etc/dev.d/ works.
actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented.
create the /etc/dev.d/ directories in 'make install'
v023 release
kay.sievers at vrfy.org (6):
make udevtest a real program :)
replace fgets() with mmap() and introduce udev_lib.[hc]
first stupid try for a rule compose gui
don't init namedev on remove
correct apply_format() for symlink only rules
hmm, handle net devices with udev?
olh at suse.de (1):
uninitialized variable for mknod and friend
rgooch at ras.ucalgary.ca (1):
SCSI logical and physical names for udev
tytso at mit.edu (1):
Trivial man page typo fixes to udev
---
ChangeLog | 54 +
FAQ | 14
Makefile | 72 --
README | 15
dev_d.c | 126 ++++
docs/RFC-dev.d | 49 +
etc/dbus-1/system.d/udev_sysbus_policy.conf | 23
extras/dbus/Makefile | 63 ++
extras/dbus/etc/dbus-1/system.d/udev_sysbus_policy.conf | 23
extras/dbus/udev_dbus.c | 178 +++++
extras/scsi-devfs.sh | 88 ++
extras/selinux/Makefile | 59 +
extras/selinux/udev_selinux.c | 72 ++
klibc_fixups.c | 30
namedev.c | 25
namedev_parse.c | 56 +
test/udev-test.pl | 110 +--
udev-add.c | 94 ++
udev-remove.c | 44 -
udev.8 | 6
udev.c | 46 -
udev.h | 108 ---
udev.spec | 53 -
udev_config.c | 32 -
udev_dbus.c | 135 ----
udev_dbus.h | 23
udev_lib.c | 138 ++++
udev_lib.h | 80 ++
udev_selinux.c | 34 -
udev_selinux.h | 10
udevd.c | 1
udevdb.c | 9
udevinfo.c | 43 -
udevruler.c | 503 ++++++++++++++++
udevsend.c | 1
udevtest.8 | 17
udevtest.c | 84 +-
37 files changed, 1874 insertions(+), 644 deletions(-)
---
More information about the systemd-commits
mailing list