summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: e785fb8ad030aea4a4e4a542db4c61c886e742c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88

09/05/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Add sysfs_open_bus_devices_list()
		* Simplify sysfs_find_device_bus_name()

09/04/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Simplify sysfs_open_bus_device

08/29/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Removed "bus_name" from struct sysfs_device
		* Updated NEWS, TODO and docs/libsysfs.txt files

08/28/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
                * Added more utility functions to sysfsutils
                * Modified commands to make use of the new functions
                * Updated libsysfs.txt to reflect new structure modifications
                * Added sysfs_open_subsystem_list() to get subsystem specific
                        lists from the library
                * Added sysfs_close_list() - a generic list deletion routine

08/28/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
                * Added sysfs_root_device struct for modelling /sys/devices
                        path.

08/28/2003 - Guo Min <min.guo@intel.com>
                * Added "write" attribute support to sysfsutils

08/28/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
                * Changed sysfs_driver to contain a dlist of devices

08/28/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
                * Removed sysfs_driver reference from sysfs_device struct
                * Fixed a few bugs in the commands.

08/19/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
               * Integrated Eric Bohm's dlist patch
               * Integrated Eric Bohm's follow on patch adding dlist_for_each
               * Changed chars to unsigned chars
               * Reworked structures to be neater and to contain
                       sysfs_directories as private structures
               * Added more functions for retrieving data like attributes
               * Added some find functions

08/06/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Patch to correct dprintf usage

08/01/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added autoconf configuration support
		* Modified IBM Copyright information

08/01/2003 - Released version 0.1.1

07/24/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
		* Changed sysutils name to sysfsutils

07/23/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
		* Changed sysfs_dlink to sysfs_link, got rid of
			sysfs_directory link for target char path. 

07/18/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Changed default systool and lsbus to just print
			device info. Device info already prints drivers.

07/10/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
	     Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added printing binary attribute support to systool
			and lsbus

07/09/2003 - Lev Makhlis <mlev@despammed.com>
		* Libsysfs code cleanup including:
			- code simplification
			- read-only strings
			- C++ compatibility
	   - Daniel Stekloff <dsteklof@us.ibm.com>
		* Removed "-t" option

07/08/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
	* Created NEWS file listing version history

07/07/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
	* Merged version 0.1.0 into main tree
	* Tagged new branch - version 0.1.1

07/07/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
	* Added parent reference to sysfs_device
	* Added device reference to sysfs_driver

06/30/2003 - Initial Version Released