summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)AuthorFilesLines
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering1-1/+1
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez1-1/+1
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-26libudev: private - drop some functions from the internal APITom Gundersen2-45/+41
2015-01-26libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen3-27/+53
2015-01-26udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen2-0/+22
2015-01-26udev: event - move renaming of udev_device to libudevTom Gundersen2-0/+23
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek2-4/+4
2015-01-18Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek1-4/+1
2015-01-18libudev: fix check for too long packetTopi Miettinen1-1/+1
2014-12-25libudev: fix strict aliasing violationShawn Paul Landden1-12/+12
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen2-10/+0
2014-12-12hwdb: FOREACH_HWDB_PROPERTY -> SD_HWDB_FOREACH_PROPERTYDavid Herrmann1-1/+1
2014-12-11use correct format typesThomas Hindoe Paaboel Andersen1-1/+1
2014-12-11libudev: make libudev-hwdb a wrapper around sd-hwdbTom Gundersen2-375/+26
2014-12-03libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering1-1/+6
2014-11-28treewide: another round of simplificationsMichal Schmidt2-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt4-9/+9
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt6-33/+33
2014-11-13udev: move global property handling from libudev to udevdKay Sievers3-31/+1
2014-11-13udev: switch to systemd logging functionsKay Sievers8-125/+62
2014-11-13libudev: we do not log errors from librariesKay Sievers4-12/+11
2014-11-12udev: use the systemd logging functions in udev toolsKay Sievers1-1/+0
2014-11-05udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie1-1/+1
2014-11-01libudev: Use correct free functionColin Walters1-1/+1
2014-11-01Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek1-12/+10
2014-11-01libudev: do not accept invalid log levelsZbigniew Jędrzejewski-Szmek2-6/+23
2014-11-01libudev: modernizationZbigniew Jędrzejewski-Szmek1-5/+4
2014-10-28udev hwdb: Support shipping pre-compiled database in system imagesMartin Pitt1-6/+36
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan2-1/+2
2014-09-18libudev: monitor - warn if we fail to request SO_PASSCREDTom Gundersen1-1/+4
2014-09-16udev: util - use log_level_from_string()Tom Gundersen1-7/+2
2014-09-16libudev: util - drop util_delete_path()Tom Gundersen2-33/+0
2014-09-16libudev: drop util_lookup_{user,group}Tom Gundersen2-66/+0
2014-09-11udev: allow removing tags via TAG-="foobar"David Herrmann2-1/+21
2014-09-09udev - drop print_kmsgTom Gundersen2-26/+0
2014-08-30libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd()Michael Biebl1-2/+6
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering1-1/+0
2014-08-03Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek1-1/+1
2014-08-01Revert "libudev: use get_*_creds from shared rather than util_lookup_*"Tom Gundersen2-0/+66
2014-08-01libudev: use get_*_creds from shared rather than util_lookup_*Tom Gundersen2-66/+0
2014-08-01libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen1-11/+45
2014-06-27libudev: queue - watch entire directory to allow the re-use of the watch desc...Kay Sievers1-1/+1
2014-06-27libudev: queue provide file descriptor to watch busy event queueKay Sievers3-0/+50
2014-06-27libudev: fix udev_queue_get_queue_is_empty() logicKay Sievers1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek3-3/+3
2014-04-24udev: warn when name_to_handle_at is not implementedZbigniew Jędrzejewski-Szmek1-1/+4
2014-04-24util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering1-3/+6
2014-04-21implement a union to pad out file_handleDave Reisner1-4/+2