summaryrefslogtreecommitdiff
path: root/udev/lib
AgeCommit message (Expand)Author
2009-04-15libudev: path_encode - always return 0 if encoded string does not fit into sizeKay Sievers
2009-04-08libudev: monitor - ignore messages from unusual sourcesScott James Remnant
2009-04-08libudev: monitor - unify socket message handlingKay Sievers
2009-04-08path_encode: fix max length calculationKay Sievers
2009-04-06avoid leaking netlink socket fd to external programsAlan Jenkins
2009-03-29"UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"Kay Sievers
2009-03-29send monitor events back to netlink socketKay Sievers
2009-03-26libudev: GPL -> LGPLKay Sievers
2009-03-18udevadm: test - handling trailing '/' in devpathKay Sievers
2009-03-12udevadm: settle - synchronise with the udev daemonScott James Remnant
2009-03-11libudev: ctrl - return error after sending ctrl messageKay Sievers
2009-03-04libudev: queue - use lstat() to check existence of symlinkKay Sievers
2009-02-23Allow watch handle to be stored in the udevdb.Scott James Remnant
2009-01-14libudev: use 4096 bytes buffer for attribute readingKay Sievers
2009-01-06libudev: test - add udev_device_get_property_value()Kay Sievers
2009-01-06libudev: device - add udev_device_get_property_value()Kay Sievers
2009-01-03libudev: subsytem -> subsystemKay Sievers
2009-01-03libudev: device - remove udev_device_get_parent_with_subsystemMarcel Holtmann
2009-01-03libudev: device - lookup subsystem and devtype togetherMarcel Holtmann
2009-01-03libudev: device - read "uevent" only if info is not already loadedKay Sievers
2009-01-02libudev: device - add devtype supportMarcel Holtmann
2008-12-29libudev: enumerate - add lookup by propertyKay Sievers
2008-12-28if needed, store database entries also for devices which do not have a device...Kay Sievers
2008-12-16libudev: include <sys/types.h>Kay Sievers
2008-11-20libudev: accept NULL whitelist in util_replace_chars()Kay Sievers
2008-11-17limit $attr(<symlink>) magic to well-known links onlyKay Sievers
2008-11-14libudev: device - handle disk "device" link for partitions in deprecated sysf...Kay Sievers
2008-11-06udevadm: settle - exit if udevd exitsKay Sievers
2008-11-05unify string replacementKay Sievers
2008-11-05do not import the "uevent" file when we only read the db to get old symlinksKay Sievers
2008-11-05fix cleanup of possible left-over symlinksKay Sievers
2008-11-04fix list handling in enumerate and rules file sortingKay Sievers
2008-11-01move some info() to dbg()Kay Sievers
2008-10-26kerneldoc comment fixesAlan Jenkins
2008-10-26libudev: device - allocate envp array only onceKay Sievers
2008-10-26test: add RUN+="socket: ..." to a test to run monitor codeKay Sievers
2008-10-26libudev: device - fill envp array while composing monitor bufferKay Sievers
2008-10-24remove debug printfKay Sievers
2008-10-24libudev: monitor - cache result of monitor send bufferKay Sievers
2008-10-24libudev: monitor - replace far too expensive snprintf() with strlcpy()Kay Sievers
2008-10-23shrink struct udev_eventKay Sievers
2008-10-21replace strncpy() with strlcpy()Alan Jenkins
2008-10-21libudev: device - 128 -> ENVP_SIZEKay Sievers
2008-10-21libudev: allocate udev_device->envp[] dynamicallyAlan Jenkins
2008-10-21libudev: util - optimize path_encode()Alan Jenkins
2008-10-21use more appropriate alternatives to malloc()Alan Jenkins
2008-10-20libudev: device - get_attr_value() -> get_sysattr_value()Kay Sievers
2008-10-18prefix udev-util.c functions with util_*Kay Sievers
2008-10-18udev_list_cleanup() -> udev_list_cleanup_entries()Kay Sievers
2008-10-17libudev: make list_node functions availableKay Sievers