chiark / gitweb /
_noreturn_ --> noreturn for C11 compat
[elogind.git] / src / udev / udev-rules.c
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-11-26 Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-11-04 Kay Sieversudev: udevd - rules can be NULL when reloading
2013-10-30 Kay Sieversudev: rules - move parsing error to log_error()
2013-10-30 Kay Sieversudev: do not allow to change the DEVPATH of a device
2013-10-29 Tom Gundersenpath_check_timestamp: only keep the most recent timestamp
2013-10-26 Tom Gundersenudev: move udev_rules_check_timestamp to shared
2013-10-08 Kay Sieversudev: support custom Linux Security Module labels for...
2013-09-16 Dave Reisnerudev-rules: avoid erroring on trailing whitespace
2013-08-23 Shawn Landdenudev: fix printf(3) type specifier
2013-08-21 Zbigniew Jędrzejew... udev: when complaining about invalid characters, print...
2013-07-30 Dave Reisnerudev-rules: report rule parsing errors from get_key
2013-07-24 Tom Gundersenudev: static_node - don't touch permissions uneccessarily
2013-07-24 Tom Gundersenudev: log error if chmod/chown of static dev nodes...
2013-07-16 Tom Gundersenudev: export tags of "dead" device nodes to /run/udev...
2013-06-24 Jan Janssenlibudev: Use correct type for sizeof
2013-04-15 Anatol PomozovFix spelling errors using 'codespell' tool
2013-02-12 Thomas Hindoe Paab... use strneq instead of strncmp
2013-02-08 Kay Sieversshared: conf-files - add root parameter
2013-01-09 Kay Sieversudev: move string copy functions to shared/
2013-01-07 Tom GundersenMerge nss-myhostname
2012-12-31 Kay Sieversudev: in addition to DEVMODE, honor DEVUID, DEVGID...
2012-11-12 Kay Sieversuse the same email address everywhere
2012-11-12 Kay Sieversudev: use usec_t and now()
2012-10-28 Kay Sieversudev: get rid of SYSCONFDIR
2012-10-22 Kay Sieversudev: use strbuf to store rules strings
2012-10-08 Kay Sieversudev: support multiple entries for ENV{SYSTEMD_ALIAS...
2012-10-08 Kay Sieversudev: remove SYMLINK "unique" option
2012-09-23 Václav Pavlínudev: free rule structure on error
2012-08-08 Lennart PoetteringMerge remote-tracking branch 'simonpe/cleanup'
2012-08-08 Kay Sieversudev: fix typo in copyright
2012-08-08 Kay Sieversudev: initialize rules dir timestamps when reading...
2012-07-15 Kay Sieversudev: get rid of TEST_PREFIX and use unshare() to fake...
2012-07-05 Kay Sieversudev: add some O_CLOEXEC
2012-05-30 Kay Sieversudev: skip timestamp check if rules are already free...
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-05-07 Kay Sieversutil: split-out conf-file.[ch]
2012-05-07 Kay Sieversudev: use conf_files_list() to search rules files
2012-05-04 Kay Sieversudev: fix the ENV{} blacklist logic
2012-04-16 Kay Sieversudev: use startswith() and streq()
2012-04-16 Kay Sieversudev: remove configuration options for /dev, /sys,...
2012-04-16 Kay Sieversudev: replace ARRAY_SIZE() with ELEMENTSOF()
2012-04-11 Kay Sieversudev: fix RUN+= logic regarding builtin vs. program
2012-04-10 Kay Sieversudev: fix gcc warnings showing up after adding $(AM_CFLAGS)
2012-04-09 Kay Sieversudev: remove RUN+="socket:.." and udev_monitor_new_fro...
2012-04-09 Kay Sieversudev: convert 'uaccess' to a builtin
2012-04-08 Kay Sieversudev: switch to systemd logging functions
2012-04-04 Kay SieversMerge branch 'master' of ssh://git.freedesktop.org...
2012-04-04 Kay Sieversmove imported udev into place