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