summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 060 release060Greg KH2005-07-022-1/+67
|
* [PATCH] Keep udevstart from skipping devices without a 'dev' fileKay Sievers2005-07-021-2/+2
|
* Fix the gentoo udev rules to allow the box to boot properlyGreg KH2005-07-021-2/+4
|
* [PATCH] Udev doesn't properly build with $CROSSGustavo Zacarias2005-07-011-1/+1
| | | | | | Patch attached - basically you're always invoking klcc for the udev build itself, but klibc builds $(CROSS)klcc. Thus static cross builds don't work.
* [PATCH] #define NETLINK_KOBJECT_UEVENTMarco d'Itri2005-07-011-0/+4
| | | | | On many systems the system kernel headers are not recent enough to compile udev.
* 059 release059Greg Kroah-Hartman2005-06-302-2/+2
|
* Update the gentoo rule fileGreg Kroah-Hartman2005-06-301-3/+11
|
* prepare RELEASE-NOTESKay Sievers2005-06-303-3/+119
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* add ID_TYPE to the id probersKay Sievers2005-06-275-18/+107
| | | | | | | | | Export the type of device from ata_id and scsi_id, also strip leading and trailing whitespace and substitute consecutive whitespace with a single underline char. From: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* add -x to scsi_id to export the queried values in env formatKay Sievers2005-06-271-13/+53
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* store the imported device information in the udevdbKay Sievers2005-06-2611-52/+126
| | | | | | | Any program can query with udevinfo for persistent device attributes evaluated on device discovery now. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* rename udev_volume_id to vol_id and add --export optionKay Sievers2005-06-265-107/+131
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* add ata_id to read serial numbers from ATA drivesKay Sievers2005-06-253-1/+203
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* IMPORT allow to import program returned keys into the envKay Sievers2005-06-254-15/+45
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* unify execute_command() and execute_program()Kay Sievers2005-06-255-141/+93
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* IMPORT=<file> allow to import a shell-var style config-fileKay Sievers2005-06-254-2/+182
| | | | | | | | This allows to source-in a file into the udev environment to have the defined keys available for later processing by udev itself or the forked helper programs. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* allow rules to be compiled to one binary fileKay Sievers2005-06-2415-22/+232
| | | | | | | | All the rule files can be compiled into a single file, which can be mapped into the udev process to avoid parsing the rules with every event. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* fix the fix and change the file to wait for to the "bus" linkKay Sievers2005-06-223-49/+47
| | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kayGreg KH2005-06-2158-845/+2243
|\
| * fix udevstart and let all events trvel trough udevKay Sievers2005-06-222-16/+15
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * prepare for module loading rules and add MODALIAS keyKay Sievers2005-06-205-79/+262
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * remove device node, when type block/char has changedKay Sievers2005-06-182-16/+14
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * Makefile: remove dev.d/ hotplug.d/ from install targetKay Sievers2005-06-161-21/+2
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevcontrol: add max_childs commandKay Sievers2005-06-161-9/+16
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: control log-priority of the running daemon with udevcontrolKay Sievers2005-06-169-46/+78
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udeveventrecorder: add small program that writes an event to diskKay Sievers2005-06-154-7/+153
| | | | | | | | | | | | Used for debugging and event replay from initramfs. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * klibc: add missing filesKay Sievers2005-06-144-0/+180
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevinitsend: handle replay messages correctlyKay Sievers2005-06-144-27/+30
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev: fix netdev RUN handlingHannes Reinecke2005-06-141-26/+27
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev man page: add operatorsKay Sievers2005-06-141-0/+30
| | | | | | | | | | | | Patch from: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevcontrol: fix exit codeHannes Reinecke2005-06-131-1/+6
| | | | | | | | | | | | Kay is lazy! :) Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: allow starting of udevd with stopped exec-queueKay Sievers2005-06-083-8/+18
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * klibc: version 1.0.14Kay Sievers2005-06-0519-37/+141
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev: handle all events - not only class and block devicesKay Sievers2005-06-0514-391/+180
| | | | | | | | | | | | | | Handle all events with rules. If udev is expected to handle hotplug.d/ the exernal helper must be called. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * volume_id: use udev-provided log-levelKay Sievers2005-06-053-4/+18
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev: clear lists if a new value is assignedKay Sievers2005-06-053-21/+64
| | | | | | | | | | | | | | Former values are cleared if SYMLINK=<value> is used. To add a value SYMLINK+=<value> is now needed. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev: move dev.d/ handling to external helperKay Sievers2005-06-0513-109/+378
| | | | | | | | | | | | | | | | Modern rules are expected to call notification and postprocessing with the RUN key. For compatibility the current behavior can be emulated with an external helper. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udev: allow final assignments :=Kay Sievers2005-06-055-5/+60
| | | | | | | | | | | | The use of KEY:=<value> will make the key unchangeable by later rules. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: improve timeout handlingKay Sievers2005-06-053-62/+107
| | | | | | | | | | | | Allow to override some parameters by environment keys. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * Makefile: fix DESTDIRKay Sievers2005-06-051-4/+2
| | | | | | | | | | | | Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: add initsendKay Sievers2005-06-053-13/+253
| | | | | | | | | | | | | | Transfer stored events from initramfs to the running udevd to replay events after userspace is ready. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: add udevcontrolKay Sievers2005-06-055-88/+230
| | | | | | | | | | | | | | Controls the behavior of the running daemon. Currently only stopping and starting of the execution queue is supported. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * udevd: listen for netlink eventsKay Sievers2005-06-052-36/+160
| | | | | | | | | | | | | | After the first valid netlink-event all event with a serial number received on the udevsend socket will be ignored. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
* | [PATCH] Dialout group fix for capi devices in the gentoo rules fileStefan Schweizer2005-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | currently it is not possible to use the capi devices for users even when the user is in the dialout group. Please apply the attached patch and fix the issue. There is also a gentoo bug about this: http://bugs.gentoo.org/show_bug.cgi?id=92445 diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules
* | Fix udevinfo for empty sysfs directoriesGreg KH2005-06-061-8/+5
|/ | | | | | | | udevinfo would die if it ran into a sysfs directory with no attributes. This is valid for a lot of scsi devices, so now we just continue on up the chain. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Fix makefile to allow 'make release' to work with gitGreg KH2005-05-201-26/+1
|
* 058 release058Greg KH2005-05-203-2/+29
|
* [PATCH] update cdsymlinks to latest versionDarren Salt2005-05-203-79/+131
| | | | diff -ur udev-057.orig/extras/cdsymlinks.c udev-057/extras/cdsymlinks.c
* add Red Hat/Fedora html documenationGreg KH2005-05-181-0/+258
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Update Red Hat default udev rules.Greg KH2005-05-181-3/+13
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>