summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous fixes in sysfs_device/driver.csysfsutils_0_5mananth2004-02-092-8/+12
* Sorting support, removed unneeded functions and other cosmetic changesmananth2004-02-047-77/+56
* Modified parameter order for "open" functions for consistencymananth2004-01-073-6/+11
* Add additional CFLAGS to buildmananth2004-01-075-22/+157
* Refersh, path '/' and sysfs_get_link() and Martin Hicks' patchmananth2004-01-076-204/+454
* Removed unneeded functions and added API to retrieve subdirs, links and attribsmananth2003-12-263-9/+77
* doc updates, miscllaneous changesmananth2003-12-174-42/+36
* Updated for 0.4.0 release, added man-pages, etc.mananth2003-12-176-46/+82
* Miscllaneous changes - add new function prototypes, remove unused vars, etc.mananth2003-12-124-109/+58
* Function name changes for functions that take path as argumentmananth2003-12-124-23/+55
* Changes to dynamically read/refresh attributesmananth2003-12-106-21/+82
* Changes for directory/attribute read optimizationmananth2003-12-105-219/+360
* Remove unwanted "bsize" arg in sysfs_get_device_by_id()mananth2003-12-051-2/+1
* Simplify get_device_bus()mananth2003-12-042-49/+59
* updates to optimized codemananth2003-12-041-22/+17
* Corrected sysfs_get_directory_attribute()mananth2003-12-041-6/+6
* classdev_parent() patch and removes usage of _DIR #definesmananth2003-12-045-30/+146
* This is the complete optimization patchmananth2003-12-046-363/+468
* Postpone attr reads, remove getpagesize() usage, sysfs_driver.c cleanupmananth2003-11-247-91/+210
* Final set of patches for release 0.3.0sysfsutils_0_3_0mananth2003-11-065-453/+293
* Added Dan's patches to sysfs_utils.c functions and classname tomananth2003-10-272-13/+66
* Removed block subsystem support per Greg/Danmananth2003-10-223-339/+4
* Install headers, add read_attr routines, fix bugs in sysfs_dir.cmananth2003-10-204-57/+339
* Include "path" in sysfs_devicemananth2003-10-171-0/+1
* Fix segfault in sysfs_block.c while displaying initrd device and a possiblemananth2003-10-161-0/+12
* Libtoolize the package -> enable building of shared librarymananth2003-10-152-69/+93
* Change ver to 0.3.0mananth2003-10-156-28/+12
* Docs update and some write attr fixes - now write takes len from appmananth2003-10-155-58/+138
* Some miscellaneous patchesmananth2003-10-153-15/+21
* Removed get_list.c and get_drv.c - will add with a change of namemananth2003-10-151-2/+2
* Added support functions; use #defined values where possiblemananth2003-10-154-44/+75
* Added sysfs_block.cmananth2003-10-155-7/+319
* More write attribute changesmananth2003-10-155-84/+146
* Corrected "write attribute" functionsmananth2003-10-153-49/+105
* Fix a segfault while delinking driver's list of devicesmananth2003-10-151-1/+2
* Added support to open a device by namemananth2003-10-151-10/+60
* Added function to open a driver by namemananth2003-10-151-0/+107
* Added function to find the "class" of a given "class_device"mananth2003-10-151-1/+48
* Added sysfs_open_bus_devices_list() and simplifiedmananth2003-10-152-42/+79
* Simplify sysfs_open_bus_device()mananth2003-10-151-18/+14
* Removed "bus_name" from sysfs_device.mananth2003-08-291-1/+0
* More utility functions.mananth2003-08-295-3/+212
* Added sysfs_root_device to model /sys/devicesmananth2003-08-291-0/+137
* Added Guo Min's sysfs_write_attribute patchmananth2003-08-291-0/+73
* Changed sysfs_driver to contain a dlist of devicesmananth2003-08-293-3/+22
* Removed sysfs_driver ref from sysfs_device.mananth2003-08-293-6/+6
* Integrated Eric J Bohm's dlist stuffmananth2003-08-299-301/+961
* Removing old Makefiles since we are now using autotoolsmananth2003-08-291-44/+0
* correct dprintf usagemananth2003-08-296-54/+44
* Added autotools supportmananth2003-08-292-0/+341