Age | Commit message (Expand) | Author |
2014-09-13 | udev: timeout - warn after a third of the timeout before killing | Tom Gundersen |
2014-09-13 | skip udev: event - keep one rtnl per worker, rather than per event | Anthony G. Basile |
2014-09-10 | udev: import the full db on MOVE events for devices without dev_t | Tom Gundersen |
2014-09-10 | udev - drop print_kmsg | Tom Gundersen |
2014-07-30 | udev: place opening { at the same line as the function declaration | Kay Sievers |
2014-07-30 | udev: unify event timeout handling | Kay Sievers |
2014-05-15 | udev: do not skip the execution of RUN when renaming a network device fails | Kay Sievers |
2014-03-17 | udev: properly detect reference to unexisting part of PROGRAM's result | Lukas Nykryn |
2014-02-21 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2014-02-02 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-13 | src/udev: bring up to date with upstream. | Anthony G. Basile |
2014-01-09 | udev: support custom Linux Security Module labels for device nodes | Kay Sievers |
2013-08-16 | fix usage of glibc-specific sys/poll.h | rofl0r |
2013-08-02 | rule-generator: proactively rename ifaces to avoid conflicts | Ian Stakenvicius |
2013-07-07 | Import strxcpyx from upstream | Anthony G. Basile |
2013-04-07 | src/udev/udev-event.c: restore code to allow rule generator to work | Anthony G. Basile |
2013-04-02 | udev: update | Anthony G. Basile |
2013-01-28 | Cleanup of spacing to help with diffs | Ian Stakenvicius |
2013-01-28 | Honor DEVUID, DEVGID in addition to DEVMODE | Ian Stakenvicius |
2012-12-12 | Changed --enable-split-usr to add hard-coded paths for rules etc in both / an... | Ian Stakenvicius |
2012-11-23 | Propagation of configured installation paths to Makefile.am and .c code | Anthony G. Basile |
2012-11-20 | udev: allow helpers to be in /lib/udev | Egor Y. Egorov |
2012-11-13 | udev: properly handle symlink removal by 'change' event | Kay Sievers |
2012-11-12 | use the same email address everywhere | Kay Sievers |
2012-11-12 | udev: use usec_t and now() | Kay Sievers |
2012-07-30 | udev: add missing newline when writing to /dev/kmsg | Kay Sievers |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers |
2012-07-05 | udev: network device renaming - immediately give up if the target name isn't ... | Kay Sievers |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers |
2012-04-16 | udev: replace ARRAY_SIZE() with ELEMENTSOF() | Kay Sievers |
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers |
2012-04-10 | udev: fix gcc warnings showing up after adding $(AM_CFLAGS) | Kay Sievers |
2012-04-09 | udev: remove RUN+="socket:.." and udev_monitor_new_from_netlink() | Kay Sievers |
2012-04-09 | udev: convert 'uaccess' to a builtin | Kay Sievers |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers |
2012-04-04 | move imported udev into place | Kay Sievers |