summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-07-10src/udev/mkdir.c: import path_startswith() from upstreamAnthony G. Basile
2013-07-10src/udev/udev-ctrl.c: explicitly declare return valueAnthony G. Basile
2013-07-10Bring mkdir.c, label.c and util.c in better line with upstreamAnthony G. Basile
2013-07-10hwdb: allow list of lookup keys per given recordKay Sievers
2013-07-10hwdb: return false if no property is foundKay Sievers
2013-07-09hwdb: add --lookup-prefix= optionKay Sievers
2013-07-09src/gudev: update LGPL infoAnthony G. Basile
2013-07-07src/libudev/libudev-private.h: add missing include strxcpyx.hAnthony G. Basile
2013-07-07hwdb: allow to query arbitrary keysKay Sievers
2013-07-07hwdb: add --device=<device-id> and --filter=<key name glob>Kay Sievers
2013-07-07hwdb: remove support for (not fully implemented) conditional propertiesKay Sievers
2013-07-07Add sanity checks to paths in cgroup-util.cAnthony G. Basile
2013-07-07dev-setup: do not create a dangling /proc/kcore symlinkZbigniew Jędrzejewski-Szmek
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-06-29src/udev/udev-ctrl.c: restore accept4_fallback codeAnthony G. Basile