Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] fix up libsysfs header file usage to fix bug reports from users that ↵ | greg@kroah.com | |
have sysfsutils installed already. | |||
2005-04-26 | [PATCH] rework the logging code so that each program logs with the proper ↵ | greg@kroah.com | |
name in the syslog. | |||
2005-04-26 | [PATCH] fix up some duplicated function compiler warnings in libsysfs | greg@kroah.com | |
2005-04-26 | [PATCH] libsysfs does not need mntent.h in it's header file. | greg@kroah.com | |
2005-04-26 | [PATCH] make libsysfs spit debug messages to the same place as the rest of udev. | 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 | |||
2005-04-26 | [PATCH] added libsysfs code from sysutils-0.1.1-071803 release | greg@kroah.com | |