Age | Commit message (Expand) | Author |
2005-04-26 | [PATCH] remove PLACE key match | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix ia64 compile | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove typedef for call_foreach_file() handler function | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename attributes to options | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] namedev: skip backslashes only if followed by newline | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] detect NAME="" as ignore_device rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] trivial namedev cleanup | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] create /block/*/range count of partitons for all_partitions | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix -Wsign-compare warnings | 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] 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] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add NAME{ignore_remove} attribute | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove historical SYSFS_attr="value" format | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support DRIVER as a rule key | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support SUBSYSTEM as a rule key | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] make the udev object available to more processing stages | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] sparse cleanups on the tree | greg@kroah.com |
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] dev_d.c file sorting and cleanup | 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] remove extra ; in namedev_parse.c | greg@kroah.com |
2005-04-26 | [PATCH] allow to specify node permissions in the rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] overall trivial trivial cleanup | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - fix debug info for multiple rule file config | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - safer string handling all over the place | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - allow all files in a directory as the config | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - create all partitions of blockdevice | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow SYSFS{file} | kay.sievers@vrfy.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] misc code cleanups. | greg@kroah.com |
2005-04-26 | [PATCH] small cut n paste error fix | hannal@us.ibm.com |
2005-04-26 | [PATCH] add udev logging to info log | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Add some helpful messages if the user uses the older config file format | greg@kroah.com |
2005-04-26 | [PATCH] udev - drop all methods :) | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add IGNORE rule type | christophe@saout.de |
2005-04-26 | [PATCH] small cleanup | christophe@saout.de |
2005-04-26 | [PATCH] replace list_for_each with list_for_each_entry, saving a few lines of... | greg@kroah.com |
2005-04-26 | [PATCH] cleanup namedev_parse debug text | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] small trivial cleanup of latest changes | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Don't require the BUS value for the LABEL rule. | greg@kroah.com |
2005-04-26 | [PATCH] Don't require the BUS value for the CALLOUT rule. | greg@kroah.com |
2005-04-26 | [PATCH] check for empty line a bit better in the parser. | greg@kroah.com |
2005-04-26 | [PATCH] add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule. | greg@kroah.com |
2005-04-26 | [PATCH] fix comment and whitespace handling in config files. | Roman.Kagan@itep.ru |
2005-04-26 | [PATCH] trivial cleanup parser changes | kay.sievers@vrfy.org |