summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libsensors: Fix sparse warningskhali2015-05-152-19/+14
* Add libsensors.map to the list of dependencies for libsensors.so.khali2014-05-091-2/+2
* sensors.conf.5: Enhance the hysteresis documentationkhali2014-04-231-1/+8
* libsensors: Add support for temp[1-*]_min_hyst and temp[1-*]_lcrit_hystkhali2014-04-222-0/+4
* Update my e-mail address and copyright yearskhali2014-03-2013-13/+13
* libsensors: Avoid insane memory allocationskhali2014-01-301-3/+4
* libsensors: Adjust memory pre-allocation stepskhali2014-01-291-1/+3
* libsensors: Get rid of FEATURE_SIZEkhali2014-01-291-16/+15
* Bumb libsensors version, part 2khali2014-01-291-1/+1
* Bump libsensors versionkhali2014-01-291-1/+1
* libsensors: Get rid of arbitrary limit on per-type sensor countkhali2014-01-292-77/+77
* libsensors: rename function sensors_compute_maxkhali2014-01-281-2/+2
* libsensors: Increase MAX_SENSORS_PER_TYPE to 33khali2014-01-141-1/+1
* Extend the documentation of sensors_init() andkhali2013-09-112-6/+23
* sensors.conf.5: Mention "sensors -u" to get the raw feature names.khali2012-11-121-2/+6
* Merge 4 regular expressions into a single one, this is faster.khali2012-04-191-4/+1
* libsensors: Fix warning about library path not in /etc/ld.so.confkhali2012-04-191-4/+4
* Prepare for release.khali2012-03-142-2/+2
* Add support for fan[1-*]_max, fan[1-*]_min_alarm and fan[1-*]_max_alarmkhali2012-03-062-0/+6
* Upcoming change in sysfs will break the way libsensors detects ifkhali2012-01-311-3/+5
* Add support for additional sysfs attributes to libsensors and to sensors commandgroeck2012-01-092-0/+16
* Prepare for release.khali2011-03-281-1/+1
* Only export from libsensors symbols which are actually public (i.e.khali2011-03-062-1/+24
* Added support for SENSORS_SUBFEATURE_FAN_PULSES to libsensors.groeck2011-03-042-0/+2
* Added support for humidity sensors to libsensorsgroeck2011-02-132-2/+16
* Add support for recently added sysfs ABI attributesgroeck2011-02-092-0/+24
* Added support for new sysfs attributesgroeck2010-12-142-0/+18
* Compute MAX_*_SENSOR_TYPES at build time (#2378).khali2010-12-142-2/+4
* Compute MAX_SUBFEATURES at run-time (#2378).khali2010-12-141-3/+35
* Fixed typo in lib/sensors.conf.5.groeck2010-12-091-1/+1
* libsensors: Add support for intrusion detection.khali2010-11-033-6/+18
* Some features are never scaled.khali2010-11-021-1/+2
* Work with the feature type instead of the shifted subfeature type wherekhali2010-11-021-13/+15
* Reorganize the temporary sparse subfeature table. It's a little largerkhali2010-11-021-21/+23
* Prepare for release.khali2010-10-102-2/+2
* Change libsensors license from GPL to LGPL.khali2010-07-0119-109/+109
* Map individual beep features. We had symbols for them for a long time,khali2010-06-211-0/+4
* Fix a comment.khali2010-02-231-2/+2
* Increase MAX_SENSORS_PER_TYPE to 24. The old value of 20 isn't enoughkhali2010-02-231-1/+1
* Prepare for release.khali2010-02-021-1/+1
* Add support for HID devices.khali2009-10-184-2/+20
* Add sensor3.conf.5 symlink to sensors.conf.5 manpagejwrdegoede2009-10-011-0/+1
* Support upcoming sysfs path to i2c adapters.khali2009-07-221-0/+2
* sensors_get_label: Merge pathname and label buffers (patch fromkhali2009-06-301-4/+4
* Consolidate strdup calls in sensors_get_label (patch from George Spelvin).khali2009-06-301-3/+4
* Bump library version to 4.2.0.khali2009-06-201-1/+1
* libsensors: New method to free the memory allocated for the internalkhali2009-06-203-2/+18
* From Yuriy Kaminskiy:khali2009-06-051-2/+8
* libsensors: Take into account distribution LDFLAGS (Patch from Didier Roche).andy2009-04-281-1/+1
* Make it possible to skip building of the static library. Just run:khali2009-04-201-2/+10