[systemd-commits] Changes to 'refs/tags/039'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:22:58 PDT 2012
Tag '039' created by at 1970-01-01 00:00 -0800
udev 039
Changes since 038:
greg at kroah.com (10):
fix broken 'make -j5' functionality.
crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess.
tweak the ccdv program to handle files in subdirectories being built.
let the extras/ programs build "pretty" also
add debian config files.
add some helper scripts for dvb and input devices.
add very nice cdsymlinks scripts.
take out & from wait_for_sysfs_test that I previously missed.
Hopefully fix the vcs issue in wait_for_sysfs
039 release
kay.sievers at vrfy.org (6):
Makefile fix
delete udevruler?
remove sleeps from udev as it is external now
fix unusual sysfs behavior for pcmcia_socket
wait_for_sysfs update for /class/firmware and /class/net/irda devices
swich attribute open() to simple stat()
patmans at us.ibm.com (3):
move assignments past local variables
pass SYSFS setting down for extras builds
update udev to scsi_id 0.7
---
ChangeLog | 28 ++
Makefile | 36 +-
ccdv.c | 11
etc/udev/udev.permissions.debian | 121 ++++++++
etc/udev/udev.rules.debian | 69 +++++
extras/cdsymlinks.c | 532 +++++++++++++++++++++++++++++++++++++++
extras/cdsymlinks.conf | 12
extras/cdsymlinks.sh | 184 +++++++++++++
extras/dvb.sh | 3
extras/inputdev.sh | 30 ++
extras/scsi_id/ChangeLog | 6
extras/scsi_id/Makefile | 15 -
extras/scsi_id/release-notes | 17 -
extras/scsi_id/scsi_id.c | 3
extras/volume_id/Makefile | 5
namedev.c | 189 +------------
test/wait_for_sysfs_test.sh | 2
udev.8.in | 7
udev.c | 57 ++--
udev.h | 3
udev.spec | 2
udev_add.c | 61 ----
udev_config.c | 6
wait_for_sysfs.c | 33 ++
24 files changed, 1116 insertions(+), 316 deletions(-)
---
More information about the systemd-commits
mailing list