summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-08volume_id: move some debug to info levelKay Sievers
2006-04-06let udevmonitor show the possibly renamed devpathKay Sievers
For renamed network interfaces, the udev socket message header contained the original devpath, which we have updated in the environment after the kernel has silently renamed the netif.
2006-04-06export INTERFACE_OLD if we renamed a netifKay Sievers
2006-04-06add inotify support for hppa and MIPS and log if inotify is not availableMarco d'Itri
2006-04-06set default udevsettle timeout to 3 minutesKay Sievers
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers
2006-04-05volume_id: fix endianess conversion typo for FAT32Kay Sievers
2006-04-05udevd: export current seqnum and add udevsettleKay Sievers
2006-04-03089 releaseKay Sievers
2006-04-03fix symlink targets in MakefilesKay Sievers
2006-04-02update READMEKay Sievers
2006-03-30volume_id: generate man page from xml sourceKay Sievers
2006-03-30volume_id: update READMEKay Sievers
2006-03-30pass CROSS_COMPILE to AR and RANLIB down to extras/Kay Sievers
2006-03-29update SUSE rulesKay Sievers
2006-03-29update Red Hat rulesKay Sievers
2006-03-29move all *_id programs to /lib/udev/Kay Sievers
2006-03-29update Debian rulesKay Sievers
2006-03-28man pages: mention udev(7) not udev(8)Kay Sievers
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org>
2006-03-28remove all stripping codeKay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: remove some global symbolsKay Sievers
2006-03-27because is better than causeKay Sievers
2006-03-27volume_id: use shared library by defaultKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers
2006-03-27volume_id: provide a custom debug functionKay Sievers
2006-03-23update man pageKay Sievers
2006-03-23fix rule order for persistent tape linksKay Sievers
Thanks a lot to Marco for finding this.
2006-03-23volume_id: provide libraryKay Sievers
2006-03-22don't create uuid/label links for raid membersKay Sievers
2006-03-22change rule to skip removable IDE devicesKay Sievers
2006-03-22path_id: add bus to USB pathHannes Reinecke
2006-03-21088 releaseKay Sievers
2006-03-21update SUSE rulesKay Sievers
2006-03-21fix output for USB pathKay Sievers
2006-03-21rename "persistent disk" to "persistent storage"Kay Sievers
2006-03-21fix spelling error in debug stringKay Sievers
2006-03-21volume_id: remove all partition table supportKay Sievers
2006-03-21persistent links: add scsi tape links and usb path supportHannes Reinecke
2006-03-21volume_id: remove partition table parsing codeKay Sievers
2006-03-17add ',' to trusted charsKay Sievers
SGI needs it for some compatibility device names from irix, xvm volumes use "volname,subvolname" as the default device node.
2006-03-17add udevtrigger to request events for coldplugKay Sievers
The shell script can't handle 1000's of devices.
2006-03-16correct use of fcntl()Kay Sievers
2006-03-16reset signal handler in event processKay Sievers
2006-03-08volume_id: add squashfs detectionKay Sievers
2006-03-08087 releaseKay Sievers
2006-03-08remove devfs rules and scriptsKay Sievers
2006-03-07warn about %e, MODALIAS, $modaliasKay Sievers
2006-03-07fix persistent disk rules to exclude removable IDE drivesKay Sievers
2006-03-01path_id: support SAS devicesHannes Reinecke