Age | Commit message (Expand) | Author |
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 |
2012-07-30 | udev: set log.c's log level from udev's kernel command line option | Kay Sievers |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers |
2012-07-13 | log: correct usage of logging API at a few places | Lennart Poettering |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers |
2012-07-02 | udev: static nodes - fix default permissions if no rules is given | Kay Sievers |
2012-07-02 | udevd: fix bogus mkdir invocation | Dave Reisner |
2012-07-02 | udevd: use ROOTPREFIX to create path to modules.devname | Dave Reisner |
2012-06-27 | udev: use the matching binary name "systemd-udevd" in log messages | Kay Sievers |
2012-06-04 | udev: kernel cmdline - accept rd.* parameters | Kay Sievers |
2012-06-04 | udev: reset /proc/self/oom_score_adj in worker processes | Kay Sievers |
2012-06-04 | udev: limit minimum worker count to 16 | Kay Sievers |
2012-06-04 | udev: lower the starting children_max -> drop the minimum required RAM from 2... | Lauri Kasanen |
2012-05-31 | Revert "label: fix systemd-udev labeling of /run directory." | Kay Sievers |
2012-05-31 | udev: do not selinux label files in /run/udev | Kay Sievers |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux con... | Kay Sievers |
2012-05-31 | label: fix systemd-udev labeling of /run directory. | Daniel J Walsh |
2012-04-29 | udev: use container_of() macro | Lucas De Marchi |
2012-04-26 | udev: use only oom_score_adj interface | Kay Sievers |
2012-04-17 | udev: unify /dev static symlink setup | Kay Sievers |