Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-19 | consistent 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-18 | selinux: init once in the daemon, not in every event process | Harald Hoyer | |
2006-08-18 | lookup_user, lookup_group: report "unknown user" and "lookup failed" | Kay Sievers | |
Patch from Marco, but both cases are reported as an error. | |||
2006-08-18 | udevinfo, udevtest: simplify '/sys' stripping from devpath argument | Kay Sievers | |
2006-08-18 | udevinfo: allow -a -n <node> | Kay Sievers | |
2006-08-18 | db: store devpath - node relationship for all devices | Kay 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-17 | udevtest: allow /sys in the devpath paramter | Alex Merry | |
2006-08-17 | man pages: fix typos | Michał Bartoszkiewicz | |
2006-08-16 | rename udev_libc_wrapper -> udev_sysdeps | Kay Sievers | |
2006-08-15 | volume_id: fix fat32 cluster chain traversal | Lennart Poettering | |
2006-08-15 | man page: fix typo | Kay Sievers | |
2006-08-15 | udevd: remove huge socket buffer on the control socket | Kay Sievers | |
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 | |