summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-26Merge pull request #80 from michaelforney/udevadm-symlinkblueness
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-10-25src/udev/Makefile.am: Fix udevadm symlinkMichael 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-10udev: fix printf(3) type specifierShawn Landden
2013-09-10udev: when complaining about invalid characters, print them outZbigniew Jędrzejewski-Szmek
2013-09-10udevd: respect the log-level set in /etc/udev/udev.confTom Gundersen
2013-09-10udev: hwdb - try reading modalias for usb before falling back to the composed...Kay Sievers
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-09-10src/gpt-auto-generator/Makefile: move sym link introduced upstreamAnthony G. Basile
2013-09-10build-sys: add two makefile symlinksLennart Poettering
2013-08-16udev/udevadm-hwdb.c: remove usage of qsort_rrofl0r
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-13src/udev/mkdir.c: remove usage of strndupa()rofl0r
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-08-02rule-generator: proactively rename ifaces to avoid conflictsIan Stakenvicius
2013-07-31add new hexchar() callLennart Poettering
2013-07-31add various escaping/path handling utility functionsLennart Poettering
2013-07-31add various escaping/path handling utility functionsLennart Poettering
2013-07-31Revert "static-nodes: remove creation of static nodes if HAVE_LIBKMOD"Ian Stakenvicius
2013-07-31static-nodes: remove creation of static nodes if HAVE_LIBKMODAnthony G. Basile
2013-07-30src/udev/udevadm-hwdb.c: rename variable to match upstreamAnthony G. Basile
2013-07-30udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Anthony G. Basile
2013-07-30udev-rules: report rule parsing errors from get_keyDave Reisner
2013-07-30Bring collect.c and udevadm-hwdb.c in line with upstreamAnthony G. Basile
2013-07-24Switch from external keymaps to internal (hwdb) keymapsIan Stakenvicius
2013-07-11src/udev/udevadm-hwdb.c: fix double freeeudev/v1.1Anthony G. Basile
2013-07-11src/udev/udev-builtin-kmod.c: fix char *const declarationAnthony G. Basile
2013-07-10Fix potential memleak and use-after-free errors as reported by clangIan Stakenvicius
2013-07-10src/udev/udev-builtin-kmod.c: fix const char* declarationAnthony G. Basile