Age | Commit message (Expand) | Author |
2009-01-14 | libudev: use 4096 bytes buffer for attribute reading | Kay Sievers |
2009-01-06 | libudev: test - add udev_device_get_property_value() | Kay Sievers |
2009-01-06 | libudev: device - add udev_device_get_property_value() | Kay Sievers |
2009-01-03 | libudev: subsytem -> subsystem | Kay Sievers |
2009-01-03 | libudev: device - remove udev_device_get_parent_with_subsystem | Marcel Holtmann |
2009-01-03 | libudev: device - lookup subsystem and devtype together | Marcel Holtmann |
2009-01-03 | libudev: device - read "uevent" only if info is not already loaded | Kay Sievers |
2009-01-02 | libudev: device - add devtype support | Marcel Holtmann |
2008-12-29 | libudev: enumerate - add lookup by property | Kay Sievers |
2008-12-28 | if needed, store database entries also for devices which do not have a device... | Kay Sievers |
2008-12-16 | libudev: include <sys/types.h> | Kay Sievers |
2008-11-20 | libudev: accept NULL whitelist in util_replace_chars() | Kay Sievers |
2008-11-17 | limit $attr(<symlink>) magic to well-known links only | Kay Sievers |
2008-11-14 | libudev: device - handle disk "device" link for partitions in deprecated sysf... | Kay Sievers |
2008-11-06 | udevadm: settle - exit if udevd exits | Kay Sievers |
2008-11-05 | unify string replacement | Kay Sievers |
2008-11-05 | do not import the "uevent" file when we only read the db to get old symlinks | Kay Sievers |
2008-11-05 | fix cleanup of possible left-over symlinks | Kay Sievers |
2008-11-04 | fix list handling in enumerate and rules file sorting | Kay Sievers |
2008-11-01 | move some info() to dbg() | Kay Sievers |
2008-10-26 | kerneldoc comment fixes | Alan Jenkins |
2008-10-26 | libudev: device - allocate envp array only once | Kay Sievers |
2008-10-26 | test: add RUN+="socket: ..." to a test to run monitor code | Kay Sievers |
2008-10-26 | libudev: device - fill envp array while composing monitor buffer | Kay Sievers |
2008-10-24 | remove debug printf | Kay Sievers |
2008-10-24 | libudev: monitor - cache result of monitor send buffer | Kay Sievers |
2008-10-24 | libudev: monitor - replace far too expensive snprintf() with strlcpy() | Kay Sievers |
2008-10-23 | shrink struct udev_event | Kay Sievers |
2008-10-21 | replace strncpy() with strlcpy() | Alan Jenkins |
2008-10-21 | libudev: device - 128 -> ENVP_SIZE | Kay Sievers |
2008-10-21 | libudev: allocate udev_device->envp[] dynamically | Alan Jenkins |
2008-10-21 | libudev: util - optimize path_encode() | Alan Jenkins |
2008-10-21 | use more appropriate alternatives to malloc() | Alan Jenkins |
2008-10-20 | libudev: device - get_attr_value() -> get_sysattr_value() | Kay Sievers |
2008-10-18 | prefix udev-util.c functions with util_* | Kay Sievers |
2008-10-18 | udev_list_cleanup() -> udev_list_cleanup_entries() | Kay Sievers |
2008-10-17 | libudev: make list_node functions available | Kay Sievers |
2008-10-17 | libudev: ctrl - change magic to integer | Kay Sievers |
2008-10-17 | libudev: monitor - add set_receive_buffer_size() | Kay Sievers |
2008-10-17 | libudev: add sysnum to test program | Kay Sievers |
2008-10-17 | libudev: fix sysnum logic for digit-only device names | Alan Jenkins |
2008-10-17 | libudev: list - prepend udev_* to all functions | Kay Sievers |
2008-10-16 | fix sorting of rules files | Kay Sievers |
2008-10-16 | udev-rules-parse: name_list -> udev_list | Kay Sievers |
2008-10-16 | libudev: monitor - export MAJOR/MINOR only if available | Kay Sievers |
2008-10-16 | libudev: always add UDEV_LOG | Kay Sievers |
2008-10-16 | move udev_device_db to libudev | Kay Sievers |
2008-10-16 | udevd: use libudev | Kay Sievers |
2008-10-16 | libudev: device - copy global properties, unset empty properties | Kay Sievers |
2008-10-16 | libudev: add global property list | Kay Sievers |