Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-11 | udevd: simplify udev database and fix DEVNAME handling | Kay Sievers | |
2010-12-10 | udevd: use dev_t or netif ifindex as database key | Kay Sievers | |
We need to preserve the database of network interfaces while we rename them. Use the kernel's numbers wherever possible, instead of the device names. Fix wrong database filenames which contain a '/', translated from '!' in the kernel name. Fix segfault for kobject pathes where the subsystem can not be determined from sysfs. | |||
2010-12-10 | udevadm: info - honor --export and --export-prefix for property query | Kay Sievers | |
The output will always be quoted: $ udevadm info --export --export-prefix=MY_ --query=property --name=sda MY_UDEV_LOG='3' MY_DEVPATH='/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' MY_MAJOR='259' MY_MINOR='0' MY_DEVNAME='sda' MY_DEVTYPE='disk' MY_SUBSYSTEM='block' | |||
2010-07-28 | udevadm: fix short options in getopt() | Yin Kangkai | |
2010-05-27 | while (1) -> for (;;) | Kay Sievers | |
2010-04-22 | udevadm: info --export-db -- remove watch handle export | Kay Sievers | |
2010-04-13 | remove "ignore_remove" option | Kay Sievers | |
2010-04-13 | remove "all_partitions" option | Kay Sievers | |
We can not predict the major/minor of non-existing devices: $ grep . /sys/class/block/sd*/dev /sys/class/block/sda1/dev:259:524288 /sys/class/block/sda2/dev:259:262144 /sys/class/block/sda3/dev:259:786432 /sys/class/block/sda4/dev:259:131072 /sys/class/block/sda/dev:259:0 /sys/class/block/sdb/dev:259:655360 /sys/class/block/sdc/dev:259:393216 If this functionality is still needed for some broken hardware, it needs to be solved with a tool not part of the udev package. Because such option is unreliable and unsafe to use. | |||
2009-12-24 | udevadm: info - fix info --root --query=name --path= for device without a ↵ | Kay Sievers | |
device node Subject: Bug#561279: udev: Crash location and first-level cause Reply-To: Stephen Kitt <steve@sk2.org>, 561279@bugs.debian.org | |||
2009-09-08 | fix randonm findings from llvm-clang-analyzer | Kay Sievers | |
Thanks to Lennart for the log file! | |||
2009-08-01 | update a few years of copyright | Kay Sievers | |
2009-07-08 | udevadm: info - add space after R:, A:, W: on database export | Kay Sievers | |
<zzam> kay: udevadmin info -e prints all lines with a space after the :, but the W: line <kay> zzam: yeah, seems so, and the R: and the A: <zzam> yeah | |||
2009-06-10 | udevadm: info -revert "accept --query without argument" | Kay Sievers | |
Getopt is too dumb, the optional argument breaks "udevadm -q symlink". | |||
2009-06-07 | udevadm: info - accept --query without a value and print properties | Kay Sievers | |
2009-05-20 | use openat(), unlinkat(), fstatat() | Kay Sievers | |
2009-05-20 | use more efficient string copying | Kay Sievers | |
2009-03-07 | udevadm: add text for new options to command and man page | Kay Sievers | |
2009-02-26 | udevadm: info - export all devices with --export-db | Kay Sievers | |
2009-02-23 | Output watch handle in udevadm info. | Scott James Remnant | |
2009-01-05 | udevadm: s/udevinfo/udevadm info/ | Kay Sievers | |
2008-11-13 | udevadm: info - unify -V and --version | Kay Sievers | |
2008-10-20 | libudev: device - get_attr_value() -> get_sysattr_value() | Kay Sievers | |
2008-10-16 | udevd: use libudev | Kay Sievers | |
2008-10-03 | udevadm: info - fix --query=all for devices without a device node | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-10-01 | libudev: device - handle /sys/block/<disk-device-link>/<partition> | Kay Sievers | |
2008-09-30 | libudev: enumerate - scan devices and subsystems, add subsystem and ↵ | Kay Sievers | |
attribute filter | |||
2008-09-29 | fix dbg() callers | Kay Sievers | |
2008-09-29 | libudev: enumerate - split new() and scan() | Kay Sievers | |
2008-09-28 | libudev: enumerate - accept list of subsystems to scan, or skip | Kay Sievers | |
2008-09-28 | libudev: more list rework | Kay Sievers | |
2008-09-26 | libudev: rework list handling | Kay Sievers | |
2008-09-26 | libudev: enumerate_get_devices_list -> enumerate_get_list | Kay Sievers | |
2008-09-25 | libudev: replace awkward callback list interfaces with list iterators | Kay Sievers | |
2008-09-20 | libudev: udev_device_get_devname -> udev_device_get_devnode | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-17 | libudev: pass udev_device in enumerate | Kay Sievers | |
2008-09-15 | libudev: switch API from devpath to syspath | Kay Sievers | |
2008-09-15 | udevadm: info - fix lookup-by-name | Kay Sievers | |
2008-09-13 | libudev: udev_device - add attribute cache | Kay Sievers | |
2008-09-12 | libudev: switch to "udev_device_get_parent" | Kay Sievers | |
2008-09-11 | udevadm: info - use "udev_device" | Kay Sievers | |
2008-09-10 | use size definitions from libudev | Kay Sievers | |
2008-09-10 | get rid of udev_sysdeps.c | Kay Sievers | |
2008-09-10 | convert to libudev and delete udev_utils_string.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-08 | remove redundant "remove trailing newlines" in udevadm info | Alan Jenkins | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-04 | udevadm: move init from commands to udevadm | Kay Sievers | |
2008-09-03 | udevadm: rename internal functions to udevadm_* | Kay Sievers | |