summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-24udev: serialize/synchronize block device event handling with file locksKay Sievers
2014-04-24src/libudev: whitespace cleanupAnthony G. Basile
2014-04-24src/udev: code cleanupAnthony G. Basile
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-04-07udev: net_id - use constants rather than magic numbersTom Gundersen
2014-04-05Revisit issue #87: fails to build on linux headers 3.13Anthony G. Basile
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-04-03udev: do not export "static node" tags for non-existing devicesKay Sievers
2014-03-28udev: persistent naming - we cannot use virtio numbers as they are not stableTom Gundersen
2014-03-28udev: update net_id commentsKay Sievers
2014-03-22Revisit issue #87: fails to build on linux headers 3.13Anthony G. Basile
2014-03-22Merge pull request #91 from lhb-jr/fix_discardconst_warnblueness
2014-03-21completed fix to 'discard const' warninglhb-jr
2014-03-21workaround 'discards const' warning during compilelhb-jr
2014-03-21fixed gcc warnings that call returns not checkedlhb-jr
2014-03-17input_id: Recognize buttonless joystick typesMartin Pitt
2014-03-17udev: properly detect reference to unexisting part of PROGRAM's resultLukas Nykryn
2014-03-17Use strlen even for constant stringsJosh Triplett
2014-03-17udev: spelling fixesMiklos Vajna
2014-03-15Fix issue #87: fails to build on linux headers 3.13Anthony G. Basile
2014-03-09udev-builtin-blkid: modernizations and minor fixesLennart Poettering
2014-03-09builtins: add <linux/fcntl.h> for uclibcAnthony G. Basile
2014-02-28cdrom_id: use the old MMC fallbackLukas Nykryn
2014-02-28Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-22gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attrAndreas Fuchs
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-21udev: make sure we always return a valid error code in trie_store()Lennart Poettering
2014-02-21make gcc shut upLennart Poettering
2014-02-21doc: update punctuationJan Engelhardt
2014-02-21Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek
2014-02-21everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-02-21everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2014-02-09Update some message formatsZbigniew Jędrzejewski-Szmek
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-27udev: static_node - do not exit rule after first static_node itemKay Sievers
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-20udev/udevadm-hwdb.c: remove usage of qsort_rrofl0r
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-09udev-builtin: path_id - add support for bcma busTom Gundersen
2014-01-09udev: move udev_rules_check_timestamp to sharedTom Gundersen
2014-01-09udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek
2014-01-09Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek