Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-29 | path_id: fix an harmless syntax error | Marco d'Itri | |
2006-07-29 | make rename_netif() error messages useful | Marco d'Itri | |
2006-07-27 | Fix inotify syscalls on ARM | Richard 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-25 | libvolume_id: add parameter 'size' to all probe functions | Kay Sievers | |
2006-07-25 | remove 'static' from local variable | Kay Sievers | |
2006-07-21 | use "change" instead of "online" events | Kay Sievers | |
The kernel driver may send "change" to signify a device state change and udev can possibly recreate symlinks. | |||
2006-07-21 | increase /proc/stat read buffer | Kay Sievers | |
2006-07-21 | switch uevent netlink socket to group 1 only | Kay Sievers | |
2006-07-13 | vol_id: add --skip-raid and --probe-all option | Kay Sievers | |
2006-07-11 | firmware.sh: remove needless '/' | Kay Sievers | |
2006-07-09 | 096 release | Kay Sievers | |
2006-07-09 | path_id: prepare for new sysfs layout | Kay Sievers | |
2006-07-06 | allow longer devpath values | Kay Sievers | |
2006-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-07-04 | 095 release | Kay Sievers | |
2006-07-04 | remove broken %e enumeration | Kay Sievers | |
2006-07-03 | print usage of udevcontrol when no or invalid command is given | Tobias Klauser | |
2006-07-03 | netif rename: optimistic loop for the name to become free | Kay Sievers | |
Parts from Ubuntu's 70-ifrename.patch. | |||
2006-06-16 | update SUSE rules | Kay Sievers | |
2006-06-16 | udevinfo: clarify parent device attribute use | Kay Sievers | |
2006-06-14 | allow "online" events to create/update symlinks | Kay Sievers | |
2006-06-14 | don't remove symlinks if they are already there | Kay 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-12 | update SUSE rules | Kay Sievers | |
2006-06-12 | 094 release | Kay Sievers | |
2006-06-11 | add persistent-input.rules | Kay Sievers | |
2006-06-10 | update "writing udev rules" | Daniel Drake | |
2006-06-07 | remove MODALIAS key and substitution | Kay Sievers | |
2006-05-30 | libvolume_id: gfs + gfs2 support | Kay Sievers | |
Patch from Red Hat. | |||
2006-05-29 | update Debian rules | Marco d'Itri | |
2006-05-29 | 093 release | Kay Sievers | |
2006-05-29 | skip device mapper devices for persistent links | Kay Sievers | |
It conflicts with snapshot creation. It will move to its own rule file after kernel provides needed additional events. | |||
2006-05-28 | replace binary firmware helper with shell script | Kay Sievers | |
2006-05-27 | remove udevsend | Kay Sievers | |
2006-05-26 | path_id: prevent endless loop for SAS devices on older kernels | Kay Sievers | |
2006-05-23 | update Fedora rules | Kay Sievers | |
2006-05-23 | path_id: add support for iSCSI devices | Hannes Reinecke | |
2006-05-15 | libvolume_id: add more software raid signatures | Kay Sievers | |
2006-05-13 | libvolume_id: fat - check for signature at end of sector | Kay Sievers | |
2006-05-12 | 092 release | Kay Sievers | |
2006-05-12 | libvolume_id: nss - use different uuid | Kay Sievers | |
2006-05-11 | update Fedora rules | Kay Sievers | |
2006-05-10 | edd_id: fix "(null)" output if "mbr_signature" does not exist | Kay Sievers | |
2006-05-09 | path_id: fix bashism | Marco d'Itri | |
2006-05-09 | path_id: add platform and serio support | Libor Klepac | |
2006-05-09 | vol_id: add NetWare volume detection | Kay Sievers | |
2006-05-07 | selinux: fix typo in block device node selection | Kay Sievers | |
2006-05-01 | fix offsetof() build issue with recent glibc | Kay Sievers | |
2006-05-01 | update Debian rules | Marco d'Itri | |
2006-05-01 | add more warnings for invalid key operations | Kay Sievers | |
2006-05-01 | update SUSE rules | Kay Sievers | |