summaryrefslogtreecommitdiff
path: root/namedev.c
AgeCommit message (Collapse)Author
2005-04-26[PATCH] new version of libsysfs patchdsteklof@us.ibm.com
Here's the patch applying the latest libsysfs. - adds the latest libsysfs code to udev * new code includes dlist implementation, a generic linked list implementation. Needed our own because LGPL * rearranged structures * provided more functions for accessing directory and attributes - gets rid of ->directory->path references in namedev.c - replaces sysfs_get_value_from_attributes with sysfs_get_classdev_attr
2005-04-26[PATCH] udev: mode should be mode_trml@tech9.net
Unix file modes should be stored in a mode_t, not a standard type. At the moment it is actually unsigned, in fact, not a signed integer. Attached patch does an s/int mode/mode_t mode/ and cleans up the results.
2005-04-26[PATCH] add dbg_parse() to cut down on parse file debugging statementsgreg@kroah.com
Can be turned on by hand in the namedev.c file.
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com
This patch adds a callout config type to udev, so external programs can be called to get serial numbers or id's that are not available as a sysfs attribute.
2005-04-26[PATCH] clean up some debugging stuff in namedev.cgreg@kroah.com
2005-04-26[PATCH] oops, everything was getting created as 000 mode, try to fix this up,greg@kroah.com
2005-04-26[PATCH] start working on label support, and fix some segfaults for block ↵greg@kroah.com
devices.
2005-04-26[PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we ↵greg@kroah.com
should merge this...)
2005-04-26[PATCH] added topology support.greg@kroah.com
2005-04-26[PATCH] got REPLACE to work properly.greg@kroah.com
2005-04-26[PATCH] make struct config_device contain a struct device_attr instead of ↵greg@kroah.com
duplicating the mess.
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com
2005-04-26[PATCH] add initial libsysfs support...greg@kroah.com
needs lots more cleanup, but is much nicer than doing this by hand...
2005-04-26[PATCH] namedev config files are fully parsed.greg@kroah.com
now to do something with the data...
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com
.permission parsing works, .config needs more work.