summaryrefslogtreecommitdiff
path: root/udev/lib
AgeCommit message (Collapse)Author
2008-10-01libudev: device - handle /sys/block/<disk-device-link>/<partition>Kay Sievers
2008-10-01libudev: add queue interfaceKay Sievers
2008-09-30libudev: device_init() -> device_new()Kay Sievers
2008-09-30libudev: enumerate - scan devices and subsystems, add subsystem and ↵Kay Sievers
attribute filter
2008-09-29allow compiler to check dbg() arguments on non-debug buildsAlan Jenkins
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2008-09-29replace strerror() usage with threadsafe "%m" format stringAlan Jenkins
strerror() is not threadsafe. It uses a buffer to build messages of the form "Unknown error 387689". syslog() provides a %m format which is equivalent to strerror(errno). As a GNU extension, this is also accepted by printf and friends. At least in the current implementation, it is correctly threadsafe. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2008-09-29libudev: enumerate - split new() and scan()Kay Sievers
2008-09-28libudev: enumerate - scan /sys/block/ if neededKay Sievers
2008-09-28libudev: enumerate "subsystem"Kay Sievers
2008-09-28libudev: enumerate - accept list of subsystems to scan, or skipKay Sievers
2008-09-28lubudev: accept more sys directories as devices, and parent devicesKay Sievers
2008-09-28libudev: more list reworkKay Sievers
2008-09-26libudev: rework list handlingKay Sievers
2008-09-26libudev: device - read database only when neededKay Sievers
2008-09-26libudev: initialize selinux only when neededKay Sievers
2008-09-26libudev: enumerate_get_devices_list -> enumerate_get_listKay Sievers
2008-09-25libudev: get devnum from uevent fileKay Sievers
2008-09-25libudev: replace awkward callback list interfaces with list iteratorsKay Sievers
2008-09-24libudev: add userdata pointerKay Sievers
2008-09-24libudev: also import "uevent" file when reading udev databaseKay Sievers
2008-09-21libudev: add udev_device_new_from_devnum()Kay Sievers
2008-09-20libudev: udev_device_get_devname -> udev_device_get_devnodeKay Sievers
2008-09-19always include config.h from MakefileKay Sievers
2008-09-17libudev: fix "subsystem" valueKay Sievers
2008-09-17libudev: pass udev_device in enumerateKay Sievers
2008-09-16vol_id: fix lib logging glueKay Sievers
2008-09-15libudev: rename ctrl_msg to ctrl_msg_wireKay Sievers
2008-09-15libudev: switch API from devpath to syspathKay Sievers
2008-09-15libudev: handle "device" link as parent, handle "class" "block" as "subsystem"Kay Sievers
2008-09-13libudev: udev_device - add attribute cacheKay Sievers
2008-09-12libudev: switch to "udev_device_get_parent"Kay Sievers
2008-09-11udevadm: info - use "udev_device"Kay Sievers
2008-09-10use size definitions from libudevKay Sievers
2008-09-10get rid of udev_sysdeps.cKay Sievers
2008-09-10extras: use libudev codeKay Sievers
2008-09-10libudev: do not use any udev source fileKay Sievers
2008-09-10libudev: rename libudev-utils.c libudev-util.cKay Sievers
2008-09-10libudev: get rid of udev_utils.cKay Sievers
2008-09-10libudev: get rid of udev_sysfs.cKay Sievers
2008-09-10libudev: do not use udev_db.cKay Sievers
2008-09-10libudev: udev_device - add more propertiesKay Sievers
2008-09-10update file headersKay Sievers
2008-09-10libudev: initialize selinux after loggingKay Sievers
2008-09-10libudev: add selinuxKay Sievers
2008-09-09libudev: rename enumerate functionKay Sievers
2008-09-09libudev: udev_device - read "driver" valueKay Sievers
2008-09-09libudev: monitor- add netlink uevent supportKay Sievers
2008-09-09udevd: remove max_childs_running logicKay Sievers
This was needed in the old days, where all the hotplug scripts did nothing better than sleep for seconds to work around timing issues. It made sure, that w continued to fork processes, while the machine was doing nothing than sleeping, but the maximim number of childs was already reached. This is no longer needed today, we do not run many of these scripts anymore.
2008-09-09libudev: monitor - add event properties to udev_deviceKay Sievers
2008-09-09add a bunch of private device properties to udev_deviceKay Sievers