summaryrefslogtreecommitdiff
path: root/lib/init.c
Commit message (Expand)AuthorAgeFilesLines
* Update my e-mail address and copyright yearskhali2014-03-201-1/+1
* Extend the documentation of sensors_init() andkhali2013-09-111-0/+2
* Change libsensors license from GPL to LGPL.khali2010-07-011-6/+6
* From Yuriy Kaminskiy:khali2009-06-051-2/+8
* Fix segmentation fault when passing a custom configuration file.khali2009-02-261-5/+8
* If str(n)dup fails, there is no more memory left. We should exit withkhali2009-02-201-0/+3
* It is not an error if /etc/sensors.d doesn't exist.khali2009-02-181-0/+4
* Include the configuration file name when reporting parse errors.khali2009-02-151-3/+3
* Keep track of configuration file names so that we can later generatekhali2009-02-151-7/+22
* Read extra configuration files from /etc/sensors.d.khali2009-02-151-1/+59
* Make it possible to only substitute the bus number of a subset of thekhali2009-02-151-0/+1
* Free bus statements from the configuration file as soon as we are donekhali2009-02-151-18/+29
* Exit the configuration file parser as soon as we are done with it.khali2009-02-151-10/+21
* Report configuration file read errors.khali2009-02-101-0/+3
* The free_expr() function is no longer static in lib/init.c (it is alsokhali2008-07-141-6/+6
* The configuration file is currently parsed in the locale set by the mainkhali2008-04-081-2/+29
* Patch from Aurelien Jarno:khali2008-03-261-1/+2
* Use /etc/sensors3.conf as the default configuration file. If it can'tkhali2007-10-251-1/+5
* Make the configuration file optional. Although in most cases it's notkhali2007-10-251-6/+6
* Clean up if something goes wrong during initialization. Otherwisekhali2007-10-251-5/+10
* Let libsensors know the default path to its configuration file.khali2007-10-251-4/+20
* Add my copyright everywhere it is missing.khali2007-09-291-0/+1
* Delete unused SENSORS_ERR_ACCESS.khali2007-09-231-1/+1
* Define a separate structure to represent main features. This allowskhali2007-09-231-0/+3
* Rename struct sensors_feature_data to sensors_subfeature. This is akhali2007-09-231-3/+3
* sensors_feature_data and sensors_chip_feature are now the exactkhali2007-09-231-1/+1
* Warning fix.khali2007-09-051-0/+1
* Fix memory leaks in the configuration file parser when a label, set,khali2007-09-051-1/+1
* Store the feature list length separately instead of null-terminatingkhali2007-09-051-5/+5
* Reorder functions so that forward declarations are no longer needed.khali2007-08-311-77/+67
* Mass reindent, coding style and whitespace cleanups.khali2007-08-311-92/+93
* Drop support for reloading the configuration with sensors_init().khali2007-08-221-1/+1
* Rename sensors_chip_name.busname to path, as this is what we are usingkhali2007-08-161-1/+1
* Pass the structures by reference inside libsensors. Again a smallkhali2007-08-131-53/+53
* Add some more warning flags, and fix these warnings.khali2007-07-031-1/+1
* With the new dynamic chip features enumeration code, the sensors_proc_chipskhali2007-06-281-2/+14
* struct sensors_proc_chips_entry now has a single member, so we maykhali2007-06-261-7/+1
* libsensors: Kill procfs support, part 1.khali2007-06-251-8/+4
* libsensors: Drop support for algorithm names.khali2006-10-131-1/+0
* libsensors: Probe for busses before chips. This makes more sense that way,khali2006-10-081-2/+2
* Previous leak fix caused multiple sensors_init() calls to break.mmh2006-05-201-1/+5
* fix 2 leaks found by valgrind - missing some free() during cleanupmmh2006-05-151-0/+5
* (mmh)mmh2005-09-181-4/+2
* (mmh)mmh2005-09-181-3/+7
* (mmh)mmh2005-09-181-0/+2
* Fix memory leak.khali2003-11-231-0/+1
* New sensors.conf keyword 'ignore'frodo1999-12-241-0/+11
* Adrian's copyright patch appliedfrodo1999-02-081-1/+1
* Moved some library functions around, to put them in more logical files.frodo1998-12-251-3/+1
* Expanded expressions, slightly new syntaxfrodo1998-12-241-0/+1