summaryrefslogtreecommitdiffstats
path: root/src/hardware/procfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: spring cleanup & refactorPeter Schiffer2014-05-121-1/+0
| | | | | | * use openlmi common library where possible * get rid of LMI_Hardware.h file * some other cosmetic changes
* libopenlmi: reorganize and gatherJan Synacek2014-04-301-1/+1
| | | | | | | Make naming consistent. Gather common functionality into one library and try to use it across all providers. Introduce libtool-style versioning for libraries.
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* Hardware: Get rid of different error return codes.Peter Schiffer2013-08-301-4/+0
| | | | | | Different error return code for every failure in function is pretty useless, so, get rid of them. Now, if function exits successfully, 0 is returned. In case of any problem, function returns -1 and prints warning log message.
* Hardware: Fixed Coverity findingsPeter Schiffer2013-08-291-15/+17
| | | | Fixed Coverity findings, enhanced fail case scenarios.
* Hardware: Added System Memory ProviderPeter Schiffer2013-04-151-0/+172
Added new provider: * LMI_MemoryProvider