summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-07update READMEKay Sievers
2006-08-05udevd: remove useless udevinitsend parameterKay Sievers
2006-08-05initialize unused sockets to -1Kay Sievers
2006-08-05rename udevcontrol message types and variablesKay Sievers
2006-08-05report failing getpwnam/getgrnam as errorKay Sievers
2006-08-05switch ifdef __KLIBC__ to ifndef __GLIBC__Kay Sievers
2006-08-05libvolume_id: read ufs2 labelKay Sievers
Taken from the FreeBSD HAL repository.
2006-08-05Makefile: fix dependencyKay Sievers
2006-07-30udevinfo: add DRIVER==Kay Sievers
2006-07-29refresh vol_id man pageKay Sievers
2006-07-29man pages: work around xmlto which tries to be smartKay Sievers
2006-07-29man pages: replace 'device-path' by 'devpath'Kay Sievers
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