summaryrefslogtreecommitdiffstats
path: root/src/fan
Commit message (Collapse)AuthorAgeFilesLines
* fan: make the sprintf_chip_name() thread-safeMichal Minar2014-01-211-10/+6
| | | | Resolves: rhbz#1031650
* Updated copyright yearsPeter Schiffer2014-01-166-6/+6
| | | | Updated copyright years to include new year 2014.
* Remove trailing spacesPeter Schiffer2014-01-162-35/+35
| | | | This patch removes trailing spaces from source files.
* Use re-entrant version of strerror() for thread safetyTomas Bzatek2014-01-091-1/+2
|
* Add lmi_get_computer_system function and fix lmi_get_system_nameRadek Novacek2013-10-313-12/+12
| | | | | | | | | | | | | | PG_ComputerSystem has different method how to get hostname than our providers. In order to create the associations to this class we need to enumerate it. The downside is that all providers must supply CMPIContext to the lmi_init function. New function lmi_get_computer_system returns CMPIObjectPath to the configured CIM_ComputerSystem subclass instance. This object should be used in all references with ComputerSystem. Function lmi_get_system_name has been altered to return same value as ComputerSystem "Name" property.
* Rework documentation.Jan Safranek2013-10-188-692/+0
| | | | | | | | | | - Everything is in openlmi-providers/doc/admin directory. - 'make doc' automatically builds documentation of all enabled providers. - Documentation shares one 'conf.py' for sphinx. - All documentation uses the same directory structure. There is only one CMakefile.txt to generate all the docs.
* fan: added documentationMichal Minar2013-10-187-0/+690
|
* software: make the admin documentation the same wayMichal Minar2013-10-181-0/+2
| | | | | | Let's not deviate from other providers by having '_build' directory. Also moved the sources to source directory - just like the other providers.
* fan: coverity fixesMichal Minar2013-10-091-48/+41
|
* fan: add FindLMSensors.cmake for finding lm_sensorsRadek Novacek2013-09-261-0/+2
| | | | | This file is required for enforcing that lm_sensors-devel is installed when building the provider from sources.
* Call lmi_init function from providersRadek Novacek2013-09-195-0/+10
|
* Added cimprovagt wrapper for Fan profile.Jan Safranek2013-07-262-0/+25
|
* Register profile for LMI_Fan providerJan Safranek2013-07-262-1/+44
|
* Return list of CIM classes from konkretcmpi_generate macroRadek Novacek2013-07-231-0/+1
| | | | This list will be used by profile registration.
* fan: get rid of nasty hackMichal Minar2013-07-231-22/+0
| | | | let's not debug fan provider on SIGSEGV
* Fix memory leaksStephen Gallagher2013-05-203-3/+24
| | | | | | | Fixes Coverity issues: * 10153 * 10154 * 10155
* renamed mof files according to LMI conventionMichal Minar2013-04-221-1/+1
| | | | | | | | | | | | | | | Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.
* Support for using libopenlmicommon by external providersRadek Novacek2013-04-172-2/+2
| | | | | | | | | * add FindOpenLMI.cmake module * add pkgconfig for OpenLMI * add openlmi.c/h with exported functions * add symlink with major version to openlmicommon library Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=948948
* Happy New Year! (better later than never)Jan Synacek2013-03-135-5/+5
|
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-125-54/+68
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-3/+3
|
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-1/+1
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-284-223/+223
|
* updated fan READMEMichal Minar2012-08-021-18/+4
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-021-1/+1
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-025-18/+74
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-316-234/+234
|
* Merge READMEs to one, get rid of should-be-global files in serviceRadek Novacek2012-07-301-674/+0
|
* fan: port Fan provider to KonkretCMPIRadek Novacek2012-07-3018-2207/+1052
|
* Unify logging through all providersRadek Novacek2012-07-271-8/+5
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* Start converting all providers to CMakeRadek Novacek2012-07-231-0/+21
|
* Move all providers to src/ directoryRadek Novacek2012-07-2317-0/+3646