summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstekloff <stekloff>2005-05-03 22:36:23 +0000
committerstekloff <stekloff>2005-05-03 22:36:23 +0000
commit0db6d30f70ad4fb61f8c81d4a94620a1867c4278 (patch)
tree88dc1b51e1f49e4b78b951c53ee9b17d2c0f9e68
parent3e97d21a842574ea8346672bbb3740e1fb503585 (diff)
downloadsysfsutils-0db6d30f70ad4fb61f8c81d4a94620a1867c4278.tar.gz
adjusted for sysfs_module implementation
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf03ff..5f25367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+05/03/2005 - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Added modules support to systool
+ * Renamed get_attributes_list() function to
+ get_dev_attributes_list() function
+ * Added new get_attributes_list() function that takes
+ a dlist and a path to directory of attributes
+ * Modified sysfs_module to grab parameters and sections
+ using new get_attributes_list() function
+ * Removed device children support from systool
+
+05/03/2005 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Implemented /sys/modules support
+
04/11/2005 - Kay Sievers <kay.sievers@vrfy.org>
* Update for building with klibc and udev, plus other small
fixes.