chiark / gitweb /
[PATCH] The path to dlist.h is not correct.
[elogind.git] / namedev_parse.c
2005-04-27 kay.sievers@vrfy.org[PATCH] remove PLACE key match
2005-04-27 kay.sievers@vrfy.org[PATCH] fix ia64 compile
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] remove typedef for call_foreach_file() handler...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename attributes to options
2005-04-27 kay.sievers@vrfy.org[PATCH] namedev: skip backslashes only if followed...
2005-04-27 kay.sievers@vrfy.org[PATCH] detect NAME="" as ignore_device rule
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial namedev cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] introduce OPTIONS=ignore_device, ignore_remove...
2005-04-27 kay.sievers@vrfy.org[PATCH] create /block/*/range count of partitons for...
2005-04-27 kay.sievers@vrfy.org[PATCH] fix -Wsign-compare warnings
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission handling
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
2005-04-27 kay.sievers@vrfy.org[PATCH] remove historical SYSFS_attr="value" format
2005-04-27 kay.sievers@vrfy.org[PATCH] support DRIVER as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] support SUBSYSTEM as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] make the udev object available to more processi...
2005-04-27 greg@kroah.com[PATCH] sparse cleanups on the tree
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udev segfaults with bad permissions file
2005-04-27 arun@codemovers.org[PATCH] udev - read long lines from config files overfl...
2005-04-27 kay.sievers@vrfy.org[PATCH] dev_d.c file sorting and cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 greg@kroah.com[PATCH] remove extra ; in namedev_parse.c
2005-04-27 kay.sievers@vrfy.org[PATCH] allow to specify node permissions in the rule
2005-04-27 kay.sievers@vrfy.org[PATCH] overall trivial trivial cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - fix debug info for multiple rule file...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling all over the place
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - allow all files in a directory as the...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - create all partitions of blockdevice
2005-04-27 kay.sievers@vrfy.org[PATCH] allow SYSFS{file}
2005-04-27 greg@kroah.com[PATCH] move get_pair to udev_config.c because udevinfo...
2005-04-27 greg@kroah.com[PATCH] misc code cleanups.
2005-04-27 hannal@us.ibm.com[PATCH] small cut n paste error fix
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 greg@kroah.com[PATCH] Add some helpful messages if the user uses...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - drop all methods :)
2005-04-27 christophe@saout.de[PATCH] add IGNORE rule type
2005-04-27 christophe@saout.de[PATCH] small cleanup
2005-04-27 greg@kroah.com[PATCH] replace list_for_each with list_for_each_entry...
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup namedev_parse debug text
2005-04-27 kay.sievers@vrfy.org[PATCH] small trivial cleanup of latest changes
2005-04-27 greg@kroah.com[PATCH] Don't require the BUS value for the LABEL rule.
2005-04-27 greg@kroah.com[PATCH] Don't require the BUS value for the CALLOUT...
2005-04-27 greg@kroah.com[PATCH] check for empty line a bit better in the parser.
2005-04-27 greg@kroah.com[PATCH] add ability to have up to 5 SYSFS_ file/value...
2005-04-27 Roman.Kagan@itep.ru[PATCH] fix comment and whitespace handling in config...
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial cleanup parser changes
2005-04-27 kay.sievers@vrfy.org[PATCH] don't rely on field order in namedev_parse
2005-04-27 kay.sievers@vrfy.org[PATCH] experimental (very simple) SYMLINK creation
2005-04-27 greg@kroah.com[PATCH] fix permission handling logic
2005-04-27 greg@kroah.com[PATCH] get rid of the majority of the debug environmen...
2005-04-27 greg@kroah.com[PATCH] add support for a main udev config file, udev...
2005-04-27 greg@kroah.com[PATCH] split out the namedev config parsing logic...