Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-28 | udevadm: info - do not print ATTR{dev}== | Kay Sievers | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-07 | udevinfo: do not replace chars when printing ATTR== matches | Kay Sievers | |
2008-03-29 | udevadm: info - resolve devpath if symlink is given | Kay Sievers | |
2007-11-09 | udevadm: also return major==0 results for --device-id-of-file | Kay Sievers | |
2007-11-09 | udevadm: add info option --device-id-of-file=<file> | Kay Sievers | |
Now, that udevinfo is no longer in /usr, we can add this: $ udevadm info --device-id-of-file=/ 8 5 to create a dynamic rule to provide /dev/root. | |||
2007-11-08 | udevadm: merge all udev tools into a single binary | Kay Sievers | |
2007-10-24 | udevinfo: exclude "uevent" file from --attribute-walk | Kay Sievers | |
2007-09-20 | udevinfo: simplify symlink printing logic | Kay Sievers | |
2007-09-20 | remove extra space from udevinfo symlink output | Harald Hoyer | |
2007-08-24 | set buffer size if strlcpy/strlcat indicate truncation | Michael Morony | |
2007-06-23 | no newline in log messages | Kay Sievers | |
2007-06-04 | sysfs: skip unknown sysfs directories | Kay Sievers | |
2007-05-17 | replace_chars: replace spaces in node name | Kay Sievers | |
2007-04-06 | udevinfo: export all information stored in database | Kay Sievers | |
2007-03-23 | udevinfo: relax check for the correct device if looked up by name | Kay Sievers | |
2007-03-21 | udevinfo: print link priority | Kay Sievers | |
2007-03-18 | udevinfo: remove -d option | Kay Sievers | |
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers | |
2007-03-07 | man: add missing options to various man pages | Kay Sievers | |
2007-02-24 | remove --version from the udevinfo man page | Kay Sievers | |
We have: udevd --version now, which is always available, unlike udevinfo which is installed in /usr. | |||
2006-09-20 | fix udevinfo help text typo | Arjan Opmeer | |
2006-09-19 | udevinfo: print error in --attribute-walk | Kay Sievers | |
2006-09-05 | udevinfo: do not show symlinks as attributes in --attribute-walk | Kay Sievers | |
2006-09-03 | udevinfo: fix SUBSYTEMS spelling error | Kay Sievers | |
2006-09-03 | make struct option arrays static const | Sergey Vlasov | |
2006-09-03 | udevinfo: use long options | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-21 | cleanup commandline argument handling | Kay Sievers | |
Print and log failure, but don't fail for tools which are usually not used iteractively. Add '--help' to all tools. | |||
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 | udevinfo, udevtest: simplify '/sys' stripping from devpath argument | Kay Sievers | |
2006-08-18 | udevinfo: allow -a -n <node> | Kay Sievers | |
2006-07-30 | udevinfo: add DRIVER== | Kay Sievers | |
2006-06-16 | udevinfo: clarify parent device attribute use | Kay Sievers | |
2006-01-09 | replace libsysfs | Kay Sievers | |
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-16 | remove "udev_db" option from config file | Kay Sievers | |
All udev state is kept in /$udev_root/.udev/ now. No option to configure that anymore, it will always be there. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-31 | udevinfo: restore -d option | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-30 | udevinfo: rename dump() to export() | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-29 | udevinfo: add database export | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-27 | don't store devpath in udevdb, we don't need it | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-27 | add and use name_list_cleanup() for cleaning up the string lists | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-27 | change parameter order of udev_db_search_name() | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-27 | print persistent data with "udevinfo -q all" | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-27 | prepare for new HAL udevdb dump | Kay Sievers | |
HAL soon wants to read the whole content of the udevdatabase while starting up. This makes the whole udev structure available to the udevinfo "dump". Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-10 | fix udevinfo output | Thierry Vignaud | |
2005-07-22 | move code to its own files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-26 | store the imported device information in the udevdb | Kay Sievers | |
Any program can query with udevinfo for persistent device attributes evaluated on device discovery now. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-06 | Fix udevinfo for empty sysfs directories | Greg KH | |
udevinfo would die if it ran into a sysfs directory with no attributes. This is valid for a lot of scsi devices, so now we just continue on up the chain. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-04-26 | [PATCH] move execute_program to utils + add action to init_device | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udevinfo: print SYSFS attribute the same way we match it | kay.sievers@vrfy.org | |