summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 45a78d32fee36a8a9183932feb86018e767774c5 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143

10/07/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Miscellaneous changes - renaming of some
			functions, etc
			
10/06/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Pruned "test" routines
		* Corrected pci name decode in cmds

10/01/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added number of utility routines in "test" directory
		* Adapted PCI name decode support from Martin Mares'
			pciutils

09/30/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Modified routines to find device/driver on a bus
		* Made some miscellaneous changes to use #defines 
			instead of hardcoding values

09/29/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added "block" subsystem support
		* Modified systool to use sysfs_root_device

09/24/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added "write" attribute functions specific to device,
			driver and class device.
		* Removed generic write function 
			sysfs_change_attribue_value()
		* Changed sysfs_open_device_by_name() to 
			sysfs_change_device_by_id()

09/23/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Fixed "write" attribute functions.
		* Removed sysfs_write_attribute_value()
		* Added sysfs_change_attribute_value() - a wrapper for
			sysfs_write_attribute()
		* Simplified sysfs_get_device_attr()
		
09/16/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Patch sysfs_close_driver() so as not to segfault when
			during dlist shifting.

09/15/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added sysfs_open_device_by_name() to open a device
			given the device name
		* Modified "name" field of sysfs_device to contain same
			data as the "bus_id" field

09/11/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added sysfs_open_driver_by_name() to open a driver and
			its device, given the driver name

09/09/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
		* Added sysfs_find_device_class() to find what class a
			device is on

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>
		* Simplified 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