summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-19consistent key naming to match only the event device or include all parent ↵Kay Sievers
devices This scheme is more consistent and makes it obvious if a match happens against the event device only, or the full chain of parent devices. The old key names are now: BUS -> SUBSYSTEMS ID -> KERNELS SYSFS -> ATTRS DRIVER -> DRIVERS Match keys for the event device: KERNEL SUBSYSTEM ATTR DRIVER (in a future release, for now the same as DRIVERS) Match keys for all devices along the parent device chain: KERNELS SUBSYSTEMS ATTRS DRIVERS ID, BUS, SYSFS are no longer mentioned in the man page but still work. DRIVER must be converted to DRIVERS to match the new scheme. For now, an error is logged, if DRIVER is used. In a future release, the DRIVER key behaviour will change.
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer
2006-08-18lookup_user, lookup_group: report "unknown user" and "lookup failed"Kay Sievers
Patch from Marco, but both cases are reported as an error.
2006-08-18udevinfo, udevtest: simplify '/sys' stripping from devpath argumentKay Sievers
2006-08-18udevinfo: allow -a -n <node>Kay Sievers
2006-08-18db: store devpath - node relationship for all devicesKay Sievers
If we don't have any interesting values to store, we just use a symlink (doesn't occupy a whole page on tmpfs like a file) to store the name of the node belonging to a devpath. This will allow udevinfo to resolve all names, even when we don't have a full database entry.
2006-08-17udevtest: allow /sys in the devpath paramterAlex Merry
2006-08-17man pages: fix typosMichał Bartoszkiewicz
2006-08-16rename udev_libc_wrapper -> udev_sysdepsKay Sievers
2006-08-15volume_id: fix fat32 cluster chain traversalLennart Poettering
2006-08-15man page: fix typoKay Sievers
2006-08-15udevd: remove huge socket buffer on the control socketKay Sievers
2006-08-13097 releaseKay Sievers
2006-08-13udevd: read DRIVER from the environmentKay Sievers
2006-08-13update SUSE rulesKay Sievers
2006-08-13don't report an error on overlong comment linesKay Sievers
2006-08-13update Fedora rulesKay Sievers
2006-08-11add late.rules to default rulesKay Sievers
2006-08-11add 'crypto' devices to persistent storage rulesKay Sievers
2006-08-11add joystick support to persistent input rulesAnssi Hannula
2006-08-11move default rules to etc/udev/rules.d/Kay Sievers
2006-08-11update SUSE rulesKay Sievers
2006-08-10update frugalware rulesKay Sievers
2006-08-10udevd: autotune max_childs/max_childs_runningKay Sievers
2006-08-08update slackware rulesPiter PUNK
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