Age | Commit message (Expand) | Author |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers |
2014-07-29 | udev: unify event timeout handling | Kay Sievers |
2014-07-29 | udevd: add --event-timeout commandline option | Hannes Reinecke |
2014-07-24 | udev: exclude MD from block device ownership event locking | Kay Sievers |
2014-06-10 | udev: check the return value from udev_enumerate_scan_devices | Thomas Hindoe Paaboel Andersen |
2014-06-10 | udev: really exclude device-mapper from block device ownership event locking | Christian Hesse |
2014-06-04 | udev: guard REREADPT by exclusive lock instead of O_EXCL | Kay Sievers |
2014-06-04 | udev: make sure we always get "change" for the disk | Kay Sievers |
2014-06-04 | udev: guard REREADP logic with open(O_ECXL) | Kay Sievers |
2014-06-04 | udev: try first re-reading the partition table | Kay Sievers |
2014-06-04 | udev: synthesize "change' events for partitions when tools change the disk | Kay Sievers |
2014-06-04 | udevd: inotify - modernizations | Kay Sievers |
2014-06-03 | udev: exclude device-mapper from block device ownership event locking | Kay Sievers |
2014-06-03 | udev: always close lock file descriptor | Kay Sievers |
2014-05-17 | udev: avoid use of uninitialized err | Thomas Hindoe Paaboel Andersen |
2014-05-15 | udev: do not skip the execution of RUN when renaming a network device fails | Kay Sievers |
2014-04-13 | udev: serialize/synchronize block device event handling with file locks | Kay Sievers |
2014-04-13 | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering |
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2013-12-29 | udev: LOG_PRIORITY -> LOG_LEVEL | Kay Sievers |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-11-12 | udev: declare some symbols static | Kay Sievers |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-10-13 | udev: use initialization instead of zeroing in one place | Zbigniew Jędrzejewski-Szmek |
2013-08-22 | Revert "udevd: simplify sigterm check" | Colin Walters |
2013-08-15 | udevd: simplify sigterm check | Kay Sievers |
2013-08-09 | udevd: respect the log-level set in /etc/udev/udev.conf | Tom Gundersen |
2013-07-16 | udev: export tags of "dead" device nodes to /run/udev/static_node-tags/ | Tom Gundersen |
2013-07-08 | static-nodes: move creation of static nodes from udevd to tmpfiles | Tom Gundersen |
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-28 | udev: check return value of uname. | Václav Pavlín |
2013-03-28 | build-sys: fix HAVE/ENABLE_FIRMWARE | Kay Sievers |
2013-03-25 | udevd.c: set udev children_max according to CPU count | Harald Hoyer |
2013-03-18 | udev: ifdef all firmware special handling | Kay Sievers |
2013-03-03 | udev: remove database conversion code | Kay Sievers |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers |
2012-12-22 | udevd: add missing ':' to getopt_long 'e' | Lukas Nykryn |
2012-11-12 | use the same email address everywhere | Kay Sievers |
2012-11-12 | udev: use usec_t and now() | Kay Sievers |
2012-10-07 | udev: allow firmware requests to bypass the dependency tracking | Kay Sievers |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-08-21 | dev-setup: make NULL as parameter for dev_setup() equivalent to "" | Lennart Poettering |
2012-08-21 | dev-setup: allow a path prefix for use in chroots | Dave Reisner |
2012-08-08 | udev: re-initialize builtins in the daemon process, not in the worker | Kay Sievers |