summaryrefslogtreecommitdiff
path: root/namedev.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] fix namedev.c to build with older version of gcc.greg@kroah.com1-1/+2
2005-04-26[PATCH] apply permissions.conf support for wildcard and default namekay.sievers@vrfy.org1-22/+56
2005-04-26[PATCH] turn DEBUG_PARSER off by default.greg@kroah.com1-1/+1
2005-04-26[PATCH] more robust config file parsing in namedev.carnd@arndb.de1-79/+80
2005-04-26[PATCH] add bus id modifierarnd@arndb.de1-0/+7
2005-04-26[PATCH] change debug level on printf values for now.greg@kroah.com1-4/+4
2005-04-26[PATCH] fix up printf-like functionality due to previous changes.greg@kroah.com1-5/+3
2005-04-26[PATCH] implement printf-like placeholder support for NAMEkay.sievers@vrfy.org1-0/+31
2005-04-26[PATCH] trailing whitespace cleanups.greg@kroah.com1-1/+1
2005-04-26[PATCH] splig LABEL and NUMBER into separate functions.greg@kroah.com1-89/+109
2005-04-26[PATCH] move TOPOLOGY rule to it's own function.greg@kroah.com1-36/+55
2005-04-26[PATCH] fix bug where NUMBER and TOPOLOGY would not work for partitions.greg@kroah.com1-6/+5
2005-04-26[PATCH] clean up the way we find the sysdevice for a block device for namedev.greg@kroah.com1-50/+43
2005-04-26[PATCH] split REPLACE and CALLOUT into separate functionsgreg@kroah.com1-40/+72
2005-04-26[PATCH] add debug line for REPLACE call.greg@kroah.com1-0/+2
2005-04-26[PATCH] turn off debugging in namedevgreg@kroah.com1-1/+1
2005-04-26[PATCH] klibc specific tweaksgreg@kroah.com1-0/+2
2005-04-26[PATCH] fix LABEL bug for device files (not class files.)greg@kroah.com1-2/+2
2005-04-26[PATCH] got rid of struct device_attrgreg@kroah.com1-78/+78
2005-04-26[PATCH] namedev.c comments + debug patchkay@vrfy.org1-2/+2
2005-04-26[PATCH] fix dbg line in namedev.cgreg@kroah.com1-1/+1
2005-04-26[PATCH] make config files, sysfs root, and udev root configurable from config...greg@kroah.com1-10/+6
2005-04-26[PATCH] new version of libsysfs patchdsteklof@us.ibm.com1-26/+30
2005-04-26[PATCH] udev: mode should be mode_trml@tech9.net1-5/+7
2005-04-26[PATCH] add dbg_parse() to cut down on parse file debugging statementsgreg@kroah.com1-40/+50
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com1-0/+132
2005-04-26[PATCH] clean up some debugging stuff in namedev.cgreg@kroah.com1-1/+3
2005-04-26[PATCH] oops, everything was getting created as 000 mode, try to fix this up,greg@kroah.com1-25/+40
2005-04-26[PATCH] start working on label support, and fix some segfaults for block devi...greg@kroah.com1-5/+87
2005-04-26[PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we shou...greg@kroah.com1-3/+29
2005-04-26[PATCH] added topology support.greg@kroah.com1-4/+31
2005-04-26[PATCH] got REPLACE to work properly.greg@kroah.com1-6/+33
2005-04-26[PATCH] make struct config_device contain a struct device_attr instead of dup...greg@kroah.com1-68/+33
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com1-63/+9
2005-04-26[PATCH] add initial libsysfs support...greg@kroah.com1-9/+103
2005-04-26[PATCH] namedev config files are fully parsed.greg@kroah.com1-16/+136
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com1-0/+345