summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
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
2014-01-20libudev-util.c: Handle -1 return from sysconf(_SC_GET{PW,GR}_R_SIZE_MAX)Michael Forney
2014-01-20libudev-util.c: Fix sysconf variable for util_lookup_groupMichael Forney
2014-01-20libudev/sparse-endian.h: include header which defines __bswap_XXrofl0r
2014-01-20libudev/path-util.c: remove usage of canonicalize_file_name()rofl0r
2014-01-14src/libudev: bring in line with upstreamAnthony G. Basile
2014-01-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-11src/udev/path-util.[ch]: remove duplicatesAnthony G. Basile
2014-01-09libudev: ship the original MurmurHash2.[ch] fileKay Sievers
2014-01-09src/libudev/util.h: add missing FOREACH_LINEAnthony G. Basile
2014-01-09libudev: monitor - only disallow "udev" type eventsKay Sievers
2014-01-09libudev: disable monitor inside a containerKay Sievers
2014-01-09bus: catch up with kdbus changesKay Sievers
2014-01-09libudev: devices received from udev are always initializedKay Sievers
2014-01-09Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2014-01-09libudev: hwdb - use libudev not systemd loggingKay Sievers
2014-01-09docs: remove unneeded the's in gudev docsZbigniew Jędrzejewski-Szmek
2014-01-09libudev: always return NULL in _unref() APIsLennart Poettering
2014-01-09libudev: always return valid negative error codes on API functionsLennart Poettering
2014-01-09Remove duplicate includesKarel Zak
2014-01-09udev: declare some symbols staticKay Sievers
2014-01-09udev: declare some symbols staticKay Sievers
2014-01-09libudev: default log_priority to INFOTom Gundersen
2014-01-09macro: clean up usage of gcc attributesLennart Poettering