summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
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
2014-01-09build-sys: libudev - get rid of the needless selinux linking (again)Kay Sievers
2014-01-09Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2014-01-09device-nodes: move device node specific code to own fileDave Reisner
2014-01-09move utf8 functions from libudev-private.h to utf8.hDave Reisner
2013-10-25libudev-util.c: Handle -1 return from sysconf(_SC_GET{PW,GR}_R_SIZE_MAX)Michael Forney
2013-10-25libudev-util.c: Fix sysconf variable for util_lookup_groupMichael Forney
2013-09-26src/libudev/log.c: remove code to log to journalAnthony G. Basile
2013-09-14libudev: fix move_later comparisoneudev/v1.3Lukas Nykryn
2013-09-10src/libudev/util.c: reintroduce cescape and octcharAnthony G. Basile
2013-09-10libudev: enumerate - do not try to match against an empty subsystemKay Sievers
2013-09-10libudev: enumerate: fix NULL-deref for subsystem-matchesDavid Herrmann
2013-09-10libudev: fix memleak when enumerating childsDavid Herrmann
2013-09-10libudev-enumerate.c:udev_enumerate_get_list_entry() fixed possible stale pointerHarald Hoyer