Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-13 | 097 release | Kay Sievers | |
2006-08-13 | udevd: read DRIVER from the environment | Kay Sievers | |
2006-08-13 | update SUSE rules | Kay Sievers | |
2006-08-13 | don't report an error on overlong comment lines | Kay Sievers | |
2006-08-13 | update Fedora rules | Kay Sievers | |
2006-08-11 | add late.rules to default rules | Kay Sievers | |
2006-08-11 | add 'crypto' devices to persistent storage rules | Kay Sievers | |
2006-08-11 | add joystick support to persistent input rules | Anssi Hannula | |
2006-08-11 | move default rules to etc/udev/rules.d/ | Kay Sievers | |
2006-08-11 | update SUSE rules | Kay Sievers | |
2006-08-10 | update frugalware rules | Kay Sievers | |
2006-08-10 | udevd: autotune max_childs/max_childs_running | Kay Sievers | |
2006-08-08 | update slackware rules | Piter PUNK | |
2006-08-07 | update README | Kay Sievers | |
2006-08-05 | udevd: remove useless udevinitsend parameter | Kay Sievers | |
2006-08-05 | initialize unused sockets to -1 | Kay Sievers | |
2006-08-05 | rename udevcontrol message types and variables | Kay Sievers | |
2006-08-05 | report failing getpwnam/getgrnam as error | Kay Sievers | |
2006-08-05 | switch ifdef __KLIBC__ to ifndef __GLIBC__ | Kay Sievers | |
2006-08-05 | libvolume_id: read ufs2 label | Kay Sievers | |
Taken from the FreeBSD HAL repository. | |||
2006-08-05 | Makefile: fix dependency | Kay Sievers | |
2006-07-30 | udevinfo: add DRIVER== | Kay Sievers | |
2006-07-29 | refresh vol_id man page | Kay Sievers | |
2006-07-29 | man pages: work around xmlto which tries to be smart | Kay Sievers | |
2006-07-29 | man pages: replace 'device-path' by 'devpath' | Kay Sievers | |
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 | |