[systemd-commits] Changes to 'refs/tags/051'
Kay Sievers
kay at kemper.freedesktop.org
Mon Jun 4 16:23:00 PDT 2012
Tag '051' created by at 1970-01-01 00:00 -0800
udev 051
Changes since 050:
cborntra at de.ibm.com (1):
udev_volume_id: fix -d option
greg at bucket.kroah.org (1):
fix gcc 2.96 issue in libsysfs
greg at kroah.com (6):
fix udev_volume_id build error.
add aoe block and char device rules to the gentoo rule file.
clean up the aoe char device rules, and delete the block one as it's not needed.
remove the lfs startup script on request of the author.
gentoo fb permission fix.
051 release
hare at suse.de (1):
rearrange link order in Makefile
kay.sievers at vrfy.org (35):
complete removal of explicit udev permissions config file
update Fedora config files
update Fedora config files
initial merge of gentoo udev.permissions into udev.rules
fix some typos in gentoo's udev.rules introduced by the merge
remove permissions file mentioning from the udev man page
initial merge of fedora udev.permissions into udev.rules
I broke the extras/ again. Add simple build test script now.
simplify permission application
simplify rules file by setting default mode to 0660
add OnStream tape drive rules
allow multiline rules by backslash at the end of the line
handle renamed network interfaces properly if we manage hotplug.d/
update Fedora config files
add SUBSYSTEM rule to catch all block devices and apply the disk permissions
allow permissions only rules
update Fedora config files and add some more tests
remove default_* permissions from udev.conf file
correct log statement
correct detection of hotplug.d/ udevsend loop
limit the initial timeout of the udevd event handling
remove udevsend syslog noise on udevd startup
improve event sequence serialization
remove useless warning if udev.conf contains keys not read by udev itself
udevd: split up message receiving an queueing
udev_volume_id: version 27
udevd: support -d switch to become a daemon
udevd: separate socket handling to prepare for other event sources
udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
udevd: add possible initialization of expected_seqnum
udevd: throttle the forking of processes
klibc: update to version 0.196
udev_volume_id: fix FAT label reading
klibc: update to version 0.198
udev_volume_id: new version of volume_id
mbuesch at freenet.de (1):
The attached patch fixes the code path if namedev_name_device() fails.
roland at digitalvampire.org (1):
This fixes a silly mistake in how udevinfo prints the major and minor
tklauser at access.unizh.ch (1):
I made some more changes to the manpage of udev including:
tklauser at access.unizh.chbk (1):
I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and
---
ChangeLog | 60
FAQ | 4
Makefile | 14
docs/rh_udev_for_dev.txt | 16
etc/dev.d/net/hotplug.dev | 10
etc/init.d/udev.init.lfs | 60
etc/udev/gentoo/udev.rules | 174 +
etc/udev/redhat/udev.permissions | 84
etc/udev/redhat/udev.rules | 217 --
etc/udev/udev.conf.in | 15
extras/volume_id/Makefile | 47
extras/volume_id/dasdlabel.c | 178 -
extras/volume_id/dasdlabel.h | 26
extras/volume_id/udev_volume_id.c | 38
extras/volume_id/volume_id.c | 2220 ---------------------
extras/volume_id/volume_id.h | 112 -
extras/volume_id/volume_id/dasd/dasd.c | 194 +
extras/volume_id/volume_id/dasd/dasd.h | 26
extras/volume_id/volume_id/ext/ext.c | 86
extras/volume_id/volume_id/ext/ext.h | 26
extras/volume_id/volume_id/fat/fat.c | 350 +++
extras/volume_id/volume_id/fat/fat.h | 26
extras/volume_id/volume_id/hfs/hfs.c | 308 ++
extras/volume_id/volume_id/hfs/hfs.h | 26
extras/volume_id/volume_id/highpoint/highpoint.c | 70
extras/volume_id/volume_id/highpoint/highpoint.h | 26
extras/volume_id/volume_id/iso9660/iso9660.c | 115 +
extras/volume_id/volume_id/iso9660/iso9660.h | 26
extras/volume_id/volume_id/jfs/jfs.c | 74
extras/volume_id/volume_id/jfs/jfs.h | 26
extras/volume_id/volume_id/linux_raid/linux_raid.c | 97
extras/volume_id/volume_id/linux_raid/linux_raid.h | 26
extras/volume_id/volume_id/linux_swap/linux_swap.c | 87
extras/volume_id/volume_id/linux_swap/linux_swap.h | 26
extras/volume_id/volume_id/logging.h | 21
extras/volume_id/volume_id/lvm/lvm.c | 104
extras/volume_id/volume_id/lvm/lvm.h | 27
extras/volume_id/volume_id/mac/mac.c | 140 +
extras/volume_id/volume_id/mac/mac.h | 26
extras/volume_id/volume_id/msdos/msdos.c | 212 ++
extras/volume_id/volume_id/msdos/msdos.h | 26
extras/volume_id/volume_id/ntfs/ntfs.c | 205 +
extras/volume_id/volume_id/ntfs/ntfs.h | 26
extras/volume_id/volume_id/reiserfs/reiserfs.c | 97
extras/volume_id/volume_id/reiserfs/reiserfs.h | 26
extras/volume_id/volume_id/udf/udf.c | 187 +
extras/volume_id/volume_id/udf/udf.h | 26
extras/volume_id/volume_id/ufs/ufs.c | 220 ++
extras/volume_id/volume_id/ufs/ufs.h | 26
extras/volume_id/volume_id/util.c | 245 ++
extras/volume_id/volume_id/util.h | 91
extras/volume_id/volume_id/volume_id.c | 202 +
extras/volume_id/volume_id/volume_id.h | 81
extras/volume_id/volume_id/xfs/xfs.c | 74
extras/volume_id/volume_id/xfs/xfs.h | 26
extras/volume_id/volume_id_logging.h | 21
klibc/Makefile | 2
klibc/include/string.h | 3
klibc/klibc.spec | 2
klibc/klibc/Makefile | 4
klibc/klibc/fread.c | 5
klibc/klibc/fwrite.c | 7
klibc/klibc/getopt.c | 1
klibc/klibc/memchr.c | 1
klibc/klibc/memrchr.c | 20
klibc/klibc/sha1hash.c | 2
klibc/klibc/strncat.c | 6
klibc/version | 2
libsysfs/dlist.c | 7
namedev.c | 112 -
namedev.h | 15
namedev_parse.c | 185 -
test/devd_test | 1
test/net_test | 1
test/replace_test | 1
test/simple-build-check.sh | 26
test/udev-test.pl | 252 --
test/udev.permissions | 22
udev.8.in | 154 -
udev.c | 25
udev.h | 7
udev.spec | 5
udev_add.c | 11
udev_config.c | 89
udev_sysfs.c | 8
udev_utils.c | 56
udev_utils.h | 3
udevd.c | 380 ++-
udevd.h | 14
udevinfo.c | 4
udevsend.c | 15
91 files changed, 4758 insertions(+), 3689 deletions(-)
---
More information about the systemd-commits
mailing list