summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-11-07src/libudev/libudev-hwdb.c: update error messageAnthony G. Basile
2014-11-02libudev: Use correct free functionColin Walters
2014-11-02Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek
2014-11-02libudev: do not accept invalid log levelsZbigniew Jędrzejewski-Szmek
2014-11-02libudev: modernizationZbigniew Jędrzejewski-Szmek
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-18libudev: monitor - warn if we fail to request SO_PASSCREDTom Gundersen
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-09-17udev: util - use log_level_from_string()Tom Gundersen
2014-09-17libudev: util - drop util_delete_path()Tom Gundersen
2014-09-17libudev: drop util_lookup_{user,group}Tom Gundersen
2014-09-13udev: allow removing tags via TAG-="foobar"David Herrmann
2014-09-10udev - drop print_kmsgTom Gundersen
2014-09-10libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd()Michael Biebl
2014-09-03src/libudev/Makefile.am: link libudev against selinuxAmadeusz Sławiński
2014-08-22configure.ac and src/libudev/Makefile.am: bump to 1.10 = upstream 216Anthony G. Basile
2014-08-12udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-06src/libudev/libudev.sym: mark most symbols as hiddenAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2014-08-05src/{libudev,udev}: minor renamings from upstreamAnthony G. Basile
2014-08-05src/libudev/missing.h: clean up unused BTRFS_* declsAnthony G. Basile
2014-08-05Include missing.h in udev-builtin-btrfs.c, and move BTRFS_IOC_DEVICES_READY t...Anthony G. Basile
2014-08-04Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-08-04Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek
2014-08-04libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen
2014-07-19Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek
2014-07-15src/libudev/Makefile.am: update libudev revisionAnthony G. Basile
2014-07-06src/libudev/util.c: import flush_fd() from upstreamAnthony G. Basile
2014-07-01libudev: queue - watch entire directory to allow the re-use of the watch desc...Kay Sievers
2014-07-01libudev: queue provide file descriptor to watch busy event queueKay Sievers
2014-07-01libudev: fix udev_queue_get_queue_is_empty() logicKay Sievers
2014-06-19configure.ac: bump to 1.8 = upstream 214eudev/v1.8Anthony G. Basile
2014-06-06udev: always close lock file descriptorKay Sievers
2014-05-15Remove unnecessary casts in printfsZbigniew Jedrzejewski-Szmek
2014-05-13src/libudev/missing.h: clean up and fix build on uclibc and muslAnthony G. Basile
2014-05-01src/libudev/path-util.c: don't use IN_SET() macroAnthony G. Basile
2014-04-26udev: warn when name_to_handle_at is not implementedZbigniew Jędrzejewski-Szmek
2014-04-26util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering
2014-04-26implement a union to pad out file_handleDave Reisner
2014-04-24src/libudev: whitespace cleanupAnthony G. Basile
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-04-04libudev: Fix redefinition of usec_t and nsec_t.Eric Le Bihan
2014-04-03configure.ac: bring version numbers in line with upstreamAnthony G. Basile
2014-02-21Add missing REENABLE_WARNING and unlink_noerrno()Anthony G. Basile
2014-02-21macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyAnthony G. Basile
2014-02-21everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-25src/libudev/util.h: import FORMAT_TIMESPAN_MAX for selinuxAnthony G. Basile