Age | Commit message (Expand) | Author |
2014-04-24 | udev: increase the size of RESULT buffer | Robert Milasan |
2014-04-03 | udev: do not export "static node" tags for non-existing devices | Kay Sievers |
2014-03-17 | Use strlen even for constant strings | Josh Triplett |
2014-02-21 | Remove unused variable and two function stubs | Zbigniew Jędrzejewski-Szmek |
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-27 | udev: static_node - do not exit rule after first static_node item | Kay Sievers |
2014-01-13 | src/udev: bring up to date with upstream. | Anthony G. Basile |
2014-01-09 | udev: move udev_rules_check_timestamp to shared | Tom Gundersen |
2014-01-09 | udev: support custom Linux Security Module labels for device nodes | Kay Sievers |
2014-01-09 | udev-rules: avoid erroring on trailing whitespace | Dave Reisner |
2013-09-10 | udev: fix printf(3) type specifier | Shawn Landden |
2013-09-10 | udev: when complaining about invalid characters, print them out | Zbigniew Jędrzejewski-Szmek |
2013-08-02 | rule-generator: proactively rename ifaces to avoid conflicts | Ian Stakenvicius |
2013-07-30 | udev: export tags of "dead" device nodes to /run/udev/static_node-tags/ | Anthony G. Basile |
2013-07-30 | udev-rules: report rule parsing errors from get_key | Dave Reisner |
2013-07-07 | Import strxcpyx from upstream | Anthony G. Basile |
2013-06-26 | libudev: Use correct type for sizeof | Jan Janssen |
2013-06-06 | Fix ordering of params for conf_files_list_strv | Anthony G. Basile |
2013-06-02 | src/udev/udev-rules.c: fix a spelling error | Anatol Pomozov |
2013-04-04 | src/udev/udev-rules.c: fix bug introduced in our 601c4e8 | Anthony G. Basile |
2013-04-02 | udev: update | Anthony G. Basile |
2013-02-07 | udevadm: support updating hwdb from an offset root | Luca Barbato |
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: add /lib/udev/rules.d to rules directories | Michał Górny |
2012-11-18 | Fix unused result warnings | Kacper Kowalik (Xarthisius) |
2012-11-12 | use the same email address everywhere | Kay Sievers |
2012-11-12 | udev: use usec_t and now() | Kay Sievers |
2012-10-28 | udev: get rid of SYSCONFDIR | Kay Sievers |
2012-10-22 | udev: use strbuf to store rules strings | Kay Sievers |
2012-10-09 | udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS} | Kay Sievers |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers |
2012-09-23 | udev: free rule structure on error | Václav Pavlín |
2012-08-08 | udev: fix typo in copyright | Kay Sievers |
2012-08-08 | udev: initialize rules dir timestamps when reading rules | Kay Sievers |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers |
2012-05-31 | udev: skip timestamp check if rules are already free()d during reload | Kay Sievers |
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers |
2012-05-07 | util: split-out conf-file.[ch] | Kay Sievers |
2012-05-07 | udev: use conf_files_list() to search rules files | Kay Sievers |
2012-05-04 | udev: fix the ENV{} blacklist logic | 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-11 | udev: fix RUN+= logic regarding builtin vs. program | 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 |