summaryrefslogtreecommitdiff
path: root/udev/lib/libudev-private.h
AgeCommit message (Collapse)Author
2008-09-19always include config.h from MakefileKay 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-10use size definitions from libudevKay Sievers
2008-09-10extras: use libudev codeKay Sievers
2008-09-10libudev: do not use any udev source fileKay 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-09libudev: udev_device - read "driver" valueKay 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
2008-09-08move udev_ctrl to libudev-privateKay Sievers
2008-09-06use libudev code, unify logging, pass udev context around everywhereKay Sievers
2008-09-01libudev: add udev_device_get_syspath()Kay Sievers
2008-08-30libudev: fix --disable-logKay Sievers
2008-08-28libudev: add udev event monitor APIKay Sievers
2008-08-27libudev: split source filesKay Sievers
2008-08-27libudev: add library to access udev informationKay Sievers