Age | Commit message (Expand) | Author |
2007-09-11 | check line length after comment check and whitespace strip | Harald Hoyer |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers |
2006-08-28 | update source file headers | Kay Sievers |
2006-01-13 | better log test and comments | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-11-25 | allow to overwrite the configured udev_root by exporting UDEV_ROOT | Marco d'Itri |
2005-11-16 | remove "udev_db" option from config file | Kay Sievers |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-08-28 | rename ...trailing_char() to ...trailing_chars() | Kay Sievers |
2005-08-08 | switch some strlcpy's to memcpy | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers |
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix klibc's broken strlcpy/strlcat | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] test-suite: remove UDEV_TEST, it's not needed anymore | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support =, ==, !=, += for the key match and assignment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove useless warning if udev.conf contains keys not read by udev it... | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove default_* permissions from udev.conf file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow multiline rules by backslash at the end of the line | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] simplify rules file by setting default mode to 0660 | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] simplify permission handling | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] don't call the hotplug scripts with a test run | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace tdb database by simple lockless file database | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove sleeps from udev as it is external now | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix udev segfaults with bad permissions file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - read long lines from config files overflow fix | arun@codemovers.org |
2005-04-26 | [PATCH] evaluate getenv() return value for udev_config.c | ogasawara@osdl.org |
2005-04-26 | [PATCH] udev default config layout changes | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] DEVPATH for netdev | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] netdev - udevdb+dev.d changes | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc] | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename strn*() macros to strmax | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - safer string handling - part two | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] force udev to include the internal version of libsysfs and never the ... | greg@kroah.com |
2005-04-26 | [PATCH] udev use new libsysfs header file location | patmans@us.ibm.com |
2005-04-26 | [PATCH] add support for UDEV_NO_SLEEP env variable so Gentoo people will be h... | greg@kroah.com |
2005-04-26 | [PATCH] fix log option code so that it actually works for all udev programs. | greg@kroah.com |
2005-04-26 | [PATCH] make logging a config option | azarah@nosferatu.za.org |
2005-04-26 | [PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of n... | greg@kroah.com |
2005-04-26 | [PATCH] set default owner/group in db - update | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] set default owner/group in db. | hannal@us.ibm.com |
2005-04-26 | [PATCH] add udev logging to info log | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] get rid of the majority of the debug environment variables. | greg@kroah.com |