summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] 051 release051greg@kroah.com2005-04-263-2/+62
|
* [PATCH] gentoo fb permission fix.greg@kroah.com2005-04-261-1/+1
|
* [PATCH] The attached patch fixes the code path if namedev_name_device() fails.mbuesch@freenet.de2005-04-261-1/+1
|
* [PATCH] udev_volume_id: new version of volume_idkay.sievers@vrfy.org2005-04-2642-2395/+3472
| | | | | | | Every filesystem has its own subdirectory. The IBM dasd label reading is included into volume_id.
* [PATCH] udev_volume_id: fix -d optioncborntra@de.ibm.com2005-04-261-1/+1
| | | | | | | | | The -d option in udev_allows to go from a partition to the underlying disk for s390 dasd labels. If the device is already the disk itself, finding the parent will fail, therefore -d on /sys/block/dasda/ for example gives no result at all.
* [PATCH] klibc: update to version 0.198kay.sievers@vrfy.org2005-04-267-13/+13
|
* [PATCH] remove the lfs startup script on request of the author.greg@kroah.com2005-04-261-60/+0
| | | | | | The distro now has its own version, so this one is not needed.
* [PATCH] clean up the aoe char device rules, and delete the block one as it's ↵greg@kroah.com2005-04-261-7/+3
| | | | not needed.
* [PATCH] fix gcc 2.96 issue in libsysfsgreg@bucket.kroah.org2005-04-261-2/+5
|
* [PATCH] rearrange link order in Makefilehare@suse.de2005-04-261-2/+2
| | | | | | | The link-order in the main Makefile is not quite correct (sysfs should be linked after udev.a) which might cause the build to fail.
* [PATCH] udev_volume_id: fix FAT label readingkay.sievers@vrfy.org2005-04-262-13/+43
|
* [PATCH] klibc: update to version 0.196kay.sievers@vrfy.org2005-04-267-4/+27
|
* [PATCH] I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 andtklauser@access.unizh.chbk2005-04-261-4/+4
|
* [PATCH] udevd: throttle the forking of processeskay.sievers@vrfy.org2005-04-262-9/+136
| | | | | | | | | | | | | | | | | If the system reaches a defined limit of processes in running state, udevd starts to count its own processes in running state from its session (all forked hotplug child processes, subprocesses and callouts) and throttles further process forking if the limit is reached. This should help setups with hundreds of events emitted hotplug events in parallel with hundreds of processes in "R" state. which makes the machine unresponsible. I placed a 100% cpu time consuming program in /etc/hotplug.d/ which runs for 5 seconds. With this patch I can load "scsi_debug add_host=100" without any major problem. Without the patch the box is completly unresponsible for many minutes.
* [PATCH] udevd: add possible initialization of expected_seqnumkay.sievers@vrfy.org2005-04-261-1/+9
| | | | | | | UDEVD_EXPECTED_SEQNUM=$[`cat /sys/kernel/hotplug_seqnum` + 1] ./udevd -d will init udevd, so the next event will not wait for any timeout.
* [PATCH] udevd: it's obviously not the brightest idea to exit a device node ↵kay.sievers@vrfy.org2005-04-261-15/+11
| | | | manager if it doesn't find /dev/null
* [PATCH] udevd: separate socket handling to prepare for other event sourceskay.sievers@vrfy.org2005-04-261-25/+48
|
* [PATCH] udevd: support -d switch to become a daemonkay.sievers@vrfy.org2005-04-261-0/+18
|
* [PATCH] add aoe block and char device rules to the gentoo rule file.greg@kroah.com2005-04-261-0/+9
|
* [PATCH] udev_volume_id: version 27kay.sievers@vrfy.org2005-04-262-29/+84
| | | | | | | | | Fix FAT label reading bug for very large volumes. Recognize FAT label at Win98 formatted volumes. Read iso9660 joliet descriptor for unicode labels. Support uuid/label of swap partitions.
* [PATCH] This fixes a silly mistake in how udevinfo prints the major and minorroland@digitalvampire.org2005-04-261-2/+2
|
* [PATCH] udevd: split up message receiving an queueingkay.sievers@vrfy.org2005-04-261-23/+27
|
* [PATCH] remove useless warning if udev.conf contains keys not read by udev ↵kay.sievers@vrfy.org2005-04-261-3/+0
| | | | itself
* [PATCH] improve event sequence serializationkay.sievers@vrfy.org2005-04-261-19/+36
| | | | | | | | | | | We delay the execution of events if there is already an event running for the same device, a parent or a child device. "add" events with a reference to a physical device will also wait for the physical device to finish. Here we fix the devpath comparison logic to return "busy" only if a complete device names is matching. /block/sdaa will not longer block a /block/sda event.
* [PATCH] remove udevsend syslog noise on udevd startupkay.sievers@vrfy.org2005-04-261-2/+2
|
* [PATCH] limit the initial timeout of the udevd event handlingkay.sievers@vrfy.org2005-04-262-4/+21
| | | | | | | | | Define an inititialization phase, where we delay the events only for a short time to eventually recollect the event sequence instead of delaying the very first events for 10 seconds, which breaks the firmware loader.
* [PATCH] correct detection of hotplug.d/ udevsend loopkay.sievers@vrfy.org2005-04-261-4/+5
| | | | | | | If udevsend is called from the commandline the env may be too big to fit in our buffer and we tag the message.
* [PATCH] correct log statementkay.sievers@vrfy.org2005-04-262-2/+3
|
* [PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org2005-04-266-71/+3
| | | | | | | | | | | With the "permissions only rules" we can just place: MODE="0660", OWNER="root", GROUP="root" at the beginning of the rules file and get exactly the same behavior. If no values are given the compiled-in defaults are used.
* [PATCH] update Fedora config files and add some more testskay.sievers@vrfy.org2005-04-262-5/+33
|
* [PATCH] allow permissions only ruleskay.sievers@vrfy.org2005-04-262-6/+35
| | | | | | | | | | | On Mon, 2004-12-20 at 15:03 +0100, Marco d'Itri wrote: > +# all block devices > > +SUBSYSTEM="block", NAME="%k", GROUP="disk" > > + > NAME="%k" here and in similar rules does not add any new information, > what about making it optional, like it is for SYMLINK-only rules?
* [PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk ↵kay.sievers@vrfy.org2005-04-263-3/+6
| | | | permissions
* [PATCH] update Fedora config fileskay.sievers@vrfy.org2005-04-262-38/+45
|
* [PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org2005-04-265-19/+25
| | | | | | | | | | If we take over the hotplug call and manage the events we don't need to call the event fake script in dev.d/. Just set all expected values to the new network interface name and call hotplug.d/. This way the device renaming is completely handled inside of udev and userspace can't get confused.
* [PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org2005-04-267-61/+102
| | | | | | | | | | | | | | On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > > On Dec 19, Kay Sievers <kay.sievers@vrfy.org> wrote: > > > (Feature request: would it be possible to extend the rules files parser > > to support continuation lines? I'd like it to consider lines starting > > with white space as part of the previous line.) > > How about the usual backslash at the end of the line. Here is a simple > patch.
* [PATCH] add OnStream tape drive ruleskay.sievers@vrfy.org2005-04-261-3/+2
| | | | | | | | | | On Sun, 2004-12-19 at 17:36 +0000, Willem Riede wrote: Would you mind adding OnStream tape drives? > > KERNEL="osst*", NAME="%k", GROUP="tape", MODE="0660" > KERNEL="nosst*", NAME="%k", GROUP="tape", MODE="0660"
* [PATCH] simplify rules file by setting default mode to 0660kay.sievers@vrfy.org2005-04-266-76/+76
| | | | | | | | | On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > It may be better to use default_mode="0660", I do not think that there > are any mode 600 devices. This would allow setting only the group for > most of them.
* [PATCH] simplify permission applicationkay.sievers@vrfy.org2005-04-263-23/+20
| | | | | | | We have only one source of permissions now, so apply the default permissions at udev init.
* [PATCH] I broke the extras/ again. Add simple build test script now.kay.sievers@vrfy.org2005-04-261-0/+26
|
* [PATCH] initial merge of fedora udev.permissions into udev.ruleskay.sievers@vrfy.org2005-04-261-11/+39
|
* [PATCH] remove permissions file mentioning from the udev man pagekay.sievers@vrfy.org2005-04-261-13/+13
|
* [PATCH] fix some typos in gentoo's udev.rules introduced by the mergekay.sievers@vrfy.org2005-04-261-35/+35
|
* [PATCH] initial merge of gentoo udev.permissions into udev.ruleskay.sievers@vrfy.org2005-04-261-42/+109
|
* [PATCH] update Fedora config fileskay.sievers@vrfy.org2005-04-261-17/+21
|
* [PATCH] update Fedora config fileskay.sievers@vrfy.org2005-04-261-109/+63
|
* [PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org2005-04-2617-493/+38
|
* [PATCH] I made some more changes to the manpage of udev including:tklauser@access.unizh.ch2005-04-261-43/+45
| | | | | | | | | | | Patch-From: Tobias Klauser <tklauser@access.unizh.ch> - Move the description of the environment variables to a new section called "ENVIRONMENT" (as stated in man(7)) - Pointer to the "official" udev homepage - Fixes for various typos and whitespace damages
* [PATCH] fix udev_volume_id build error.greg@kroah.com2005-04-261-1/+0
| | | | | | bah, when will I remember to check the extras _before_ I do a release...
* [PATCH] 050 release050greg@kroah.com2005-04-263-2/+17
|
* [PATCH] selinux patchharald@redhat.com2005-04-261-17/+26
| | | | | | | | | | | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=142713 /sbin/udevstart segfaults on an ATIIXP chipset which is not supported well by the kernel yet. There, /proc/ide/hda/media can not be read (EIO error) and udevstart seems to give a null-pointer to an SELinux function checking the media-type.