Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] Libsysfs updates | ananth@in.ibm.com | |
Please find attached a _BIG_ patch to update udev's libsysfs. Patch applies on udev-021 and contains: 1. Updates to get udev's libsysfs to the latest (to be released) level. 2. Changes for C++ compatibility (use "char" and not "unsigned char" unless absolutely necessary). 3. More importantly, take care of buffer overflows. Libsysfs now uses a scaled down version of Kay's "safe" macros. Tested using a usb-storage device. I will send you a doc update shortly. | |||
2005-04-26 | [PATCH] make libsysfs build cleanly | greg@kroah.com | |
2005-04-26 | [PATCH] new version of libsysfs patch | dsteklof@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 |