summaryrefslogtreecommitdiff
path: root/namedev_parse.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] remove extra ; in namedev_parse.cgreg@kroah.com1-1/+1
2005-04-26[PATCH] allow to specify node permissions in the rulekay.sievers@vrfy.org1-6/+48
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] udev - fix debug info for multiple rule file configkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udev - safer string handling all over the placekay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] udev - allow all files in a directory as the configkay.sievers@vrfy.org1-9/+98
2005-04-26[PATCH] udev - create all partitions of blockdevicekay.sievers@vrfy.org1-8/+14
2005-04-26[PATCH] allow SYSFS{file}kay.sievers@vrfy.org1-4/+39
2005-04-26[PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of n...greg@kroah.com1-37/+2
2005-04-26[PATCH] misc code cleanups.greg@kroah.com1-3/+1
2005-04-26[PATCH] small cut n paste error fixhannal@us.ibm.com1-1/+1
2005-04-26[PATCH] add udev logging to info logkay.sievers@vrfy.org1-0/+2
2005-04-26[PATCH] Add some helpful messages if the user uses the older config file formatgreg@kroah.com1-3/+7
2005-04-26[PATCH] udev - drop all methods :)kay.sievers@vrfy.org1-126/+28
2005-04-26[PATCH] add IGNORE rule typechristophe@saout.de1-0/+15
2005-04-26[PATCH] small cleanupchristophe@saout.de1-1/+1
2005-04-26[PATCH] replace list_for_each with list_for_each_entry, saving a few lines of...greg@kroah.com1-8/+4
2005-04-26[PATCH] cleanup namedev_parse debug textkay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] small trivial cleanup of latest changeskay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] Don't require the BUS value for the LABEL rule.greg@kroah.com1-1/+0
2005-04-26[PATCH] Don't require the BUS value for the CALLOUT rule.greg@kroah.com1-1/+0
2005-04-26[PATCH] check for empty line a bit better in the parser.greg@kroah.com1-2/+2
2005-04-26[PATCH] add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule.greg@kroah.com1-10/+37
2005-04-26[PATCH] fix comment and whitespace handling in config files.Roman.Kagan@itep.ru1-4/+4
2005-04-26[PATCH] trivial cleanup parser changeskay.sievers@vrfy.org1-6/+6
2005-04-26[PATCH] don't rely on field order in namedev_parsekay.sievers@vrfy.org1-171/+114
2005-04-26[PATCH] experimental (very simple) SYMLINK creationkay.sievers@vrfy.org1-11/+47
2005-04-26[PATCH] fix permission handling logicgreg@kroah.com1-26/+31
2005-04-26[PATCH] get rid of the majority of the debug environment variables.greg@kroah.com1-3/+3
2005-04-26[PATCH] add support for a main udev config file, udev.conf.greg@kroah.com1-11/+13
2005-04-26[PATCH] split out the namedev config parsing logic to namedev_parse.cgreg@kroah.com1-0/+420