summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2014-06-15udev: check the return value from udev_enumerate_scan_devicesThomas Hindoe Paaboel Andersen
2014-06-15udev: really exclude device-mapper from block device ownership event lockingChristian Hesse
2014-06-07udev: guard REREADPT by exclusive lock instead of O_EXCLKay Sievers
2014-06-07udev: make sure we always get "change" for the diskKay Sievers
2014-06-07udev: guard REREADP logic with open(O_ECXL)Kay Sievers
2014-06-07[PATCH] udev: try first re-reading the partition tableAnthony G. Basile
2014-06-07udev: synthesize "change' events for partitions when tools change the diskKay Sievers
2014-06-06udevd: inotify - modernizationsKay Sievers
2014-06-06udev: exclude device-mapper from block device ownership event lockingKay Sievers
2014-06-06udev: always close lock file descriptorKay Sievers
2014-05-17udev: avoid use of uninitialized errThomas Hindoe Paaboel Andersen
2014-05-15udev: do not skip the execution of RUN when renaming a network device failsKay Sievers
2014-04-24udev: serialize/synchronize block device event handling with file locksKay Sievers
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-03-21fixed gcc warnings that call returns not checkedlhb-jr
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-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-09udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek
2014-01-09udev: declare some symbols staticKay Sievers
2013-09-10udevd: respect the log-level set in /etc/udev/udev.confTom Gundersen
2013-08-16fix usage of glibc-specific sys/poll.hrofl0r
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-10Fix potential memleak and use-after-free errors as reported by clangIan Stakenvicius
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-04-09build-sys: fix HAVE/ENABLE_FIRMWAREKay Sievers
2013-04-04Initial forward-port of rules.d inotify supportIan Stakenvicius
2013-04-02udev: updateAnthony G. Basile
2013-04-02udev: ifdef all firmware special handlingKay Sievers
2013-01-28Add missing ':' to getopt_long 'e'Ian Stakenvicius
2013-01-21Remove the remaining systemd code since it is not needed anymoreIan Stakenvicius
2013-01-14Make binaries report udev version compatibility version instead of eudev versionRichard Yao
2012-12-17Fixed some cosmetic naming in log entriesIan Stakenvicius
2012-11-18Include dev-setup.h and cgroup-util.h to explicitly declare functionsRichard Yao
2012-11-18Fix unused result warningsKacper Kowalik (Xarthisius)
2012-11-16src/udev/log.c: remove log_parse_environment()Anthony G. Basile
2012-11-16src/udev/Makefile.am: work towards fixing up udev buildAnthony G. Basile
2012-11-16src/udev: work towards building udevAnthony G. Basile
2012-11-12use the same email address everywhereKay Sievers
2012-11-12udev: use usec_t and now()Kay Sievers
2012-10-07udev: allow firmware requests to bypass the dependency trackingKay Sievers
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-08-21dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering
2012-08-21dev-setup: allow a path prefix for use in chrootsDave Reisner
2012-08-08udev: re-initialize builtins in the daemon process, not in the workerKay Sievers
2012-07-30udev: set log.c's log level from udev's kernel command line optionKay Sievers