summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous fixes in sysfs_device/driver.csysfsutils_0_5mananth2004-02-093-8/+15
|
* Sorting support, removed unneeded functions and other cosmetic changesmananth2004-02-0411-85/+98
|
* Modified parameter order for "open" functions for consistencymananth2004-01-076-9/+18
|
* Add additional CFLAGS to buildmananth2004-01-0721-82/+396
|
* Refersh, path '/' and sysfs_get_link() and Martin Hicks' patchmananth2004-01-078-205/+474
|
* Removed unneeded functions and added API to retrieve subdirs, links and attribsmananth2003-12-265-17/+94
|
* Update NEWS before 0.4.0sysfsutils_0_4_0mananth2003-12-181-0/+12
|
* doc updates, miscllaneous changesmananth2003-12-177-92/+345
|
* Updated for 0.4.0 release, added man-pages, etc.mananth2003-12-1723-213/+432
|
* Miscllaneous changes - add new function prototypes, remove unused vars, etc.mananth2003-12-128-114/+70
|
* Changes to function prototype names that take path as argumentmananth2003-12-124-4/+4
|
* Function name changes for functions that take path as argumentmananth2003-12-127-42/+89
|
* Changes to dynamically read/refresh attributesmananth2003-12-108-21/+88
|
* Changes for directory/attribute read optimizationmananth2003-12-106-219/+363
|
* Correct get_device.c for change in sysfs_get_device_by_id()mananth2003-12-052-1/+4
|
* Remove unwanted "bsize" arg in sysfs_get_device_by_id()mananth2003-12-053-6/+3
|
* Simplify get_device_bus()mananth2003-12-043-49/+62
|
* updates to optimized codemananth2003-12-042-22/+21
|
* Corrected sysfs_get_directory_attribute()mananth2003-12-042-6/+9
|
* classdev_parent() patch and removes usage of _DIR #definesmananth2003-12-0411-41/+238
|
* This is the complete optimization patchmananth2003-12-0412-458/+593
|
* Postpone attr reads, remove getpagesize() usage, sysfs_driver.c cleanupmananth2003-11-2414-150/+291
| | | | remove sysutils references
* Final set of patches for release 0.3.0sysfsutils_0_3_0mananth2003-11-0620-772/+580
|
* Added Dan's patches to sysfs_utils.c functions and classname tomananth2003-10-274-13/+75
| | | | struct sysfs_class_device.
* Removed block subsystem support per Greg/Danmananth2003-10-227-669/+19
|
* Install headers, add read_attr routines, fix bugs in sysfs_dir.cmananth2003-10-208-73/+394
|
* *** empty log message ***mananth2003-10-171-0/+3
|
* Include "path" in sysfs_devicemananth2003-10-172-0/+2
|
* Fix segfault in sysfs_block.c while displaying initrd device and a possiblemananth2003-10-163-1/+17
| | | | bug in systool.c
* Change get_devices_list.c to get_bus_devices_list.c and a few cosmeticmananth2003-10-155-24/+27
| | | | changes
* Libtoolize the package -> enable building of shared librarymananth2003-10-1515-454/+17534
|
* Change ver to 0.3.0mananth2003-10-1514-68/+45
| | | | | Remove perror usage Fix warnings
* Change the way systool lists block devices (./systool --> no params)mananth2003-10-152-6/+14
|
* Docs update and some write attr fixes - now write takes len from appmananth2003-10-1510-109/+957
|
* Some miscellaneous patchesmananth2003-10-156-20/+31
|
* Add get_driver.c and get_devices_list.cmananth2003-10-152-0/+122
|
* Removed get_list.c and get_drv.c - will add with a change of namemananth2003-10-1514-161/+207
|
* 1. PCI name decodesmananth2003-10-1515-31/+804
| | | | 2. Test routines (get_*)
* Added support functions; use #defined values where possiblemananth2003-10-156-46/+84
|
* Added sysfs_block.cmananth2003-10-158-17/+474
|
* More write attribute changesmananth2003-10-157-88/+162
|
* Corrected "write attribute" functionsmananth2003-10-155-54/+118
|
* Fix a segfault while delinking driver's list of devicesmananth2003-10-152-1/+6
|
* Added support to open a device by namemananth2003-10-153-10/+68
|
* Added function to open a driver by namemananth2003-10-153-1/+114
|
* Added function to find the "class" of a given "class_device"mananth2003-10-153-1/+54
|
* Added sysfs_open_bus_devices_list() and simplifiedmananth2003-10-154-42/+84
| | | | sysfs_find_device_bus_name
* Simplify sysfs_open_bus_device()mananth2003-10-152-18/+17
|
* Modified datesysfsutils_0_2_0mananth2003-08-291-1/+1
|
* Removed "bus_name" from sysfs_device.mananth2003-08-296-120/+201
| | | | Updated docs/libsysfs.txt, TODO, NEWS files