Age | Commit message (Expand) | Author |
2011-03-04 | libudev: use sysfs attr ilist interface for attribute walk | Thomas Egerer |
2011-03-04 | libudev: allow to get list of all available sysfs attrs for a device | Thomas Egerer |
2011-02-15 | update some comments | Kay Sievers |
2011-02-15 | udevadm: enumerate - update prev pointer properly | Kei Tokunaga |
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers |
2010-12-15 | libudev: fix renamed device nodes detection logic | 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-14 | udevd: write full database file for (unsupported) renamed device nodes | 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-12-10 | libudev: do not overwrite path with readlink() call | 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-08-11 | do not rename the database on device rename | Kay Sievers |
2010-08-10 | fix broken "compile warning fix" | Kay Sievers |
2010-08-08 | udev: fix compile warning | Yin Kangkai |
2010-08-03 | call util_delete_path() only when we actually deleted stuff | Kay Sievers |
2010-07-19 | log an error when a message from the wrong version of udevadm is ignored | Marco d'Itri |
2010-06-05 | libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched | Kay Sievers |
2010-05-31 | libudev: doc - fix typo | Kay Sievers |
2010-05-28 | udevd: read debug settings from kernel commandline | Kay Sievers |
2010-05-27 | childs -> children | Kay Sievers |
2010-05-27 | while (1) -> for (;;) | Kay Sievers |
2010-05-25 | libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file | Kay Sievers |
2010-05-20 | udevd: create standard symlinks and handle /lib/udev/devices | Kay Sievers |
2010-05-14 | libudev: add O_CLOEXEC | Kay Sievers |
2010-05-12 | reset process priority before executing RUN+= | Kay Sievers |
2010-05-07 | libudev: add documentation for recently added functions | Kay Sievers |
2010-04-23 | export udev_device_get_tags_list_entry() | Kay Sievers |
2010-04-23 | export tag functions | Kay Sievers |
2010-04-23 | libudev: accept NULL in udev_device_get_tags_list_entry() | Kay Sievers |
2010-04-23 | delete old tags when configuration changes | 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-18 | add LGPL COPYING to libudev and GUdev | Kay Sievers |
2010-03-17 | libudev: add udev_device_new_from_environment() | Kay Sievers |
2010-03-11 | libudev: docs - .gitignore backup files | Kay Sievers |
2010-03-10 | libbudev-private: rename udev_list_entry_get_flag() | Kay Sievers |
2010-03-02 | Increase UTIL_LINE_SIZE from 2048 to 16384 | David Zeuthen |
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 |
2010-02-17 | libudev: export udev_monitor_set_receive_buffer_size() | Scott James Remnant |
2010-01-13 | libudev: device - create db file atomically | Kay Sievers |
2010-01-07 | work around gtk-doc which breaks distcheck | Kay Sievers |