summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
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
2013-09-10typo fixes in man and commentsThomas Hindoe Paaboel Andersen
2013-09-10libudev: fix hwdb validation to look for the *new* fileKay Sievers
2013-08-16libudev/sparse-endian.h: include header which defines __bswap_XXrofl0r
2013-08-16fix usage of glibc-specific sys/poll.hrofl0r
2013-08-16libudev/log.c: using strlen without including string.h is no good idearofl0r
2013-08-16libudev/path-util.c: remove usage of canonicalize_file_name()rofl0r
2013-08-16libudev/strbuf.c: remove usage of glibc-internal __compar_fn_trofl0r
2013-08-02util: make gcc shut up by passing a 0 mode param to open()Lennart Poettering
2013-08-02src/libudev/{strv,util}.{h,c}: reorder functionsAnthony G. Basile
2013-07-31add new hexchar() callLennart Poettering
2013-07-31add various escaping/path handling utility functionsLennart Poettering