summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-29path_id: fix an harmless syntax errorMarco d'Itri
2006-07-29make rename_netif() error messages usefulMarco d'Itri
2006-07-27Fix inotify syscalls on ARMRichard Purdie
This patch fixes the inotify syscalls on ARM so they work. It uses __NR_SYSCALL_BASE from the libc headers (via sys/syscall.h) as this value depends on which ABI you're using and trying to work that out gets complicated. Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-07-25remove 'static' from local variableKay Sievers
2006-07-21use "change" instead of "online" eventsKay Sievers
The kernel driver may send "change" to signify a device state change and udev can possibly recreate symlinks.
2006-07-21increase /proc/stat read bufferKay Sievers
2006-07-21switch uevent netlink socket to group 1 onlyKay Sievers
2006-07-13vol_id: add --skip-raid and --probe-all optionKay Sievers
2006-07-11firmware.sh: remove needless '/'Kay Sievers
2006-07-09096 releaseKay Sievers
2006-07-09path_id: prepare for new sysfs layoutKay Sievers
2006-07-06allow longer devpath valuesKay Sievers
2006-07-04Makefiles: fix .PHONY for man page targetKay Sievers
Thanks to David Härdeman for pointing it out.
2006-07-04095 releaseKay Sievers
2006-07-04remove broken %e enumerationKay Sievers
2006-07-03print usage of udevcontrol when no or invalid command is givenTobias Klauser
2006-07-03netif rename: optimistic loop for the name to become freeKay Sievers
Parts from Ubuntu's 70-ifrename.patch.
2006-06-16update SUSE rulesKay Sievers
2006-06-16udevinfo: clarify parent device attribute useKay Sievers
2006-06-14allow "online" events to create/update symlinksKay Sievers
2006-06-14don't remove symlinks if they are already thereKay Sievers
Consecutive "add" events will not remove and recreate the same symlinks anymore. No longer valid links, like after changing a filesystem label, will still be removed.
2006-06-12update SUSE rulesKay Sievers
2006-06-12094 releaseKay Sievers
2006-06-11add persistent-input.rulesKay Sievers
2006-06-10update "writing udev rules"Daniel Drake
2006-06-07remove MODALIAS key and substitutionKay Sievers
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-05-29update Debian rulesMarco d'Itri
2006-05-29093 releaseKay Sievers
2006-05-29skip device mapper devices for persistent linksKay Sievers
It conflicts with snapshot creation. It will move to its own rule file after kernel provides needed additional events.
2006-05-28replace binary firmware helper with shell scriptKay Sievers
2006-05-27remove udevsendKay Sievers
2006-05-26path_id: prevent endless loop for SAS devices on older kernelsKay Sievers
2006-05-23update Fedora rulesKay Sievers
2006-05-23path_id: add support for iSCSI devicesHannes Reinecke
2006-05-15libvolume_id: add more software raid signaturesKay Sievers
2006-05-13libvolume_id: fat - check for signature at end of sectorKay Sievers
2006-05-12092 releaseKay Sievers
2006-05-12libvolume_id: nss - use different uuidKay Sievers
2006-05-11update Fedora rulesKay Sievers
2006-05-10edd_id: fix "(null)" output if "mbr_signature" does not existKay Sievers
2006-05-09path_id: fix bashismMarco d'Itri
2006-05-09path_id: add platform and serio supportLibor Klepac
2006-05-09vol_id: add NetWare volume detectionKay Sievers
2006-05-07selinux: fix typo in block device node selectionKay Sievers
2006-05-01fix offsetof() build issue with recent glibcKay Sievers
2006-05-01update Debian rulesMarco d'Itri
2006-05-01add more warnings for invalid key operationsKay Sievers
2006-05-01update SUSE rulesKay Sievers