Age | Commit message (Expand) | Author |
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 |
2010-01-07 | libudev: doc - add symbols to sections.txt | Kay Sievers |
2009-12-30 | libudev: enumerate - fix move_later logic | Thomas de Grenier de Latour |
2009-12-25 | remove UDEV_RUN environment variable | Kay Sievers |
2009-12-25 | fix typo in log message priority handling | Kay Sievers |
2009-12-24 | remove remaining support for CONFIG_SYSFS_DEPRECATED | Kay Sievers |
2009-12-21 | Speed up udev_enumerate_scan_* | Martin Pitt |
2009-12-15 | remove remaining support for CONFIG_SYSFS_DEPRECATED | Kay Sievers |
2009-12-15 | libudev: wrap in extern "C" block for C++ | Daniel Elstner |
2009-12-08 | util_unlink_secure(): chmod() before chown() | 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-10-30 | udevd: queue-export - remove retry loop | Alan Jenkins |
2009-10-30 | use CLOEXEC flags instead of fcntl() | Kay Sievers |
2009-10-28 | break loops if util_create_path() returns error | Kay Sievers |
2009-10-20 | libudev: allow to store negative values in the udev database | Peter Rajnoha |
2009-09-22 | util_run_program: *really* restore signal mask before executing event RUN com... | Scott James Remnant |
2009-09-10 | put util_create_path() and file creastion in a retry loop | Kay Sievers |
2009-09-10 | reorder create_path() and node/link creation to be called in a direct sequence | Kay Sievers |
2009-09-09 | simplify "symlink name stack" | Kay Sievers |
2009-09-08 | fix randonm findings from llvm-clang-analyzer | Kay Sievers |