Age | Commit message (Expand) | Author |
2014-12-03 | libudev: set errno properly in all error conditions of udev_device_new_from_s... | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt |
2014-11-13 | udev: move global property handling from libudev to udevd | Kay Sievers |
2014-11-13 | udev: switch to systemd logging functions | Kay Sievers |
2014-11-13 | libudev: we do not log errors from libraries | Kay Sievers |
2014-11-12 | udev: use the systemd logging functions in udev tools | Kay Sievers |
2014-11-05 | udev hwdb: Change error message regarding missing hwdb.bin back to debug. | Colin Guthrie |
2014-11-01 | libudev: Use correct free function | Colin Walters |
2014-11-01 | Use log "level" instead of "priority" | Zbigniew Jędrzejewski-Szmek |
2014-11-01 | libudev: do not accept invalid log levels | Zbigniew Jędrzejewski-Szmek |
2014-11-01 | libudev: modernization | Zbigniew Jędrzejewski-Szmek |
2014-10-28 | udev hwdb: Support shipping pre-compiled database in system images | Martin Pitt |
2014-09-18 | udev: fix path for database names on 'change' event | Robert Milasan |
2014-09-18 | libudev: monitor - warn if we fail to request SO_PASSCRED | Tom Gundersen |
2014-09-16 | udev: util - use log_level_from_string() | Tom Gundersen |
2014-09-16 | libudev: util - drop util_delete_path() | Tom Gundersen |
2014-09-16 | libudev: drop util_lookup_{user,group} | Tom Gundersen |
2014-09-11 | udev: allow removing tags via TAG-="foobar" | David Herrmann |
2014-09-09 | udev - drop print_kmsg | Tom Gundersen |
2014-08-30 | libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd() | Michael Biebl |
2014-08-11 | udev: never bypass our own logging framework and call vsyslog() directly from... | Lennart Poettering |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-08-01 | Revert "libudev: use get_*_creds from shared rather than util_lookup_*" | Tom Gundersen |
2014-08-01 | libudev: use get_*_creds from shared rather than util_lookup_* | Tom Gundersen |
2014-08-01 | libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* fail | Tom Gundersen |
2014-06-27 | libudev: queue - watch entire directory to allow the re-use of the watch desc... | Kay Sievers |
2014-06-27 | libudev: queue provide file descriptor to watch busy event queue | Kay Sievers |
2014-06-27 | libudev: fix udev_queue_get_queue_is_empty() logic | Kay Sievers |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-04-24 | udev: warn when name_to_handle_at is not implemented | Zbigniew Jędrzejewski-Szmek |
2014-04-24 | util: make sure all our name_to_handle_at() code makes use of file_handle_union | Lennart Poettering |
2014-04-21 | implement a union to pad out file_handle | Dave Reisner |
2014-04-13 | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers |
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2013-12-23 | libudev: ship the original MurmurHash2.[ch] file | Kay Sievers |
2013-12-19 | remove unused variable | Thomas Hindoe Paaboel Andersen |
2013-12-18 | libudev: monitor - only disallow "udev" type events | Kay Sievers |
2013-12-18 | libudev: disable monitor inside a container | Kay Sievers |
2013-12-18 | bus: catch up with kdbus changes | Kay Sievers |
2013-12-18 | libudev: devices received from udev are always initialized | Kay Sievers |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-10 | libudev: hwdb - use libudev not systemd logging | Kay Sievers |
2013-11-30 | docs: remove unneeded the's in gudev docs | Zbigniew Jędrzejewski-Szmek |
2013-11-20 | libudev: always return NULL in _unref() APIs | Lennart Poettering |
2013-11-20 | libudev: always return valid negative error codes on API functions | Lennart Poettering |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-13 | udev: declare some symbols static | Kay Sievers |