Age | Commit message (Expand) | Author |
2011-07-07 | libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc | Kay Sievers |
2011-07-06 | libudev: device - export udev_device_has_tag() | Kay Sievers |
2011-06-28 | libudev: device - fix udev_device_get_tags_list_entry() to always load database | Kay Sievers |
2011-05-20 | libudev: device - make a bunch of symbols static | Kay Sievers |
2011-05-20 | libudev: export symbols explicitely and individually from C code not from sep... | Kay Sievers |
2011-05-16 | libudev: device - use DEVMODE from kernel as the default mode | Kay Sievers |
2011-04-24 | libudev: list - use bit flags for 'sort' and 'unique' | Kay Sievers |
2011-04-20 | timeout handling without alarm() | Kay Sievers |
2011-04-13 | udevadm: info --cleanup-db | Kay Sievers |
2011-03-23 | use /run/udev/ if possible and fall back to /dev/.udev/ | Kay Sievers |
2011-03-15 | move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd st... | Kay Sievers |
2011-03-05 | libudev: resolve ifindex in udev_device_new_from_id_filename() | Kay Sievers |
2011-03-04 | libudev: udev_device_get_sysattr_list_entry() update | Kay Sievers |
2011-03-04 | libudev: allow to get list of all available sysfs attrs for a device | Thomas Egerer |
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers |
2010-12-14 | libudev: enumerate - allow to filter-out not-already-initialized devices | Kay Sievers |
2010-12-14 | check ifindex > 0 instead of subsystem == "net" | Kay Sievers |
2010-12-12 | udevd: switch to common id_filename functions | Kay Sievers |
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 |
2010-10-22 | libudev: return kernel provided devnode when asked before we handled any rules | Kay Sievers |
2010-10-13 | udevd: do not wrongly delay events for devices with swapped names | Kay Sievers |
2010-05-14 | libudev: add O_CLOEXEC | Kay Sievers |
2010-05-07 | libudev: add documentation for recently added functions | Kay Sievers |
2010-04-23 | libudev: accept NULL in udev_device_get_tags_list_entry() | Kay Sievers |
2010-04-22 | fix logic on-demand loading logic for db and uevent | Kay Sievers |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers |
2010-04-21 | more readlink buffer size handling | Kay Sievers |
2010-04-13 | remove "ignore_remove" option | Kay Sievers |
2010-04-13 | remove "all_partitions" option | Kay Sievers |
2010-03-25 | libudev: update documentation | Kay Sievers |
2010-03-17 | libudev: add udev_device_new_from_environment() | Kay Sievers |
2010-03-10 | libbudev-private: rename udev_list_entry_get_flag() | Kay Sievers |
2010-03-02 | Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties | David Zeuthen |
2010-03-02 | Decrease buffer size when advancing past NUL byte | David Zeuthen |
2009-12-24 | remove remaining support for CONFIG_SYSFS_DEPRECATED | Kay Sievers |
2009-12-15 | remove remaining support for CONFIG_SYSFS_DEPRECATED | Kay Sievers |
2009-12-03 | libudev: doc - use #NULL | Kay Sievers |
2009-12-03 | udev_device_get_parent_with_subsystem_devtype(): Clarify documentation | Martin Pitt |
2009-09-09 | simplify "symlink name stack" | Kay Sievers |
2009-08-19 | change database file names | Kay Sievers |
2009-08-08 | fix spelling | Alan Jenkins |
2009-07-08 | libudev: device - free values before updating them | Kay Sievers |
2009-07-04 | libudev: monitor - handle kernel supplied DEVNAME properly | Kay Sievers |
2009-07-02 | udevadm: test - print list of properties | Kay Sievers |
2009-06-28 | do not exports properties starting with a '.' | Kay Sievers |
2009-06-15 | libudev: doc - add queue | Kay Sievers |
2009-06-15 | libudev: doc - add section headers | Kay Sievers |
2009-06-15 | libudev: update documentation | Kay Sievers |
2009-06-09 | libudev: device_new() -> udev_device_new() | Kay Sievers |