summaryrefslogtreecommitdiff
path: root/lib/init.c
Commit message (Expand)AuthorAgeFilesLines
* libsensors: Prevent warning with glibc >= 2.20Jean Delvare2019-09-021-1/+2
* Update my e-mail address and copyright yearsJean Delvare2014-03-201-1/+1
* Extend the documentation of sensors_init() andJean Delvare2013-09-111-0/+2
* Change libsensors license from GPL to LGPL.Jean Delvare2010-07-011-6/+6
* From Yuriy Kaminskiy:Jean Delvare2009-06-051-2/+8
* Fix segmentation fault when passing a custom configuration file.Jean Delvare2009-02-261-5/+8
* If str(n)dup fails, there is no more memory left. We should exit withJean Delvare2009-02-201-0/+3
* It is not an error if /etc/sensors.d doesn't exist.Jean Delvare2009-02-181-0/+4
* Include the configuration file name when reporting parse errors.Jean Delvare2009-02-151-3/+3
* Keep track of configuration file names so that we can later generateJean Delvare2009-02-151-7/+22
* Read extra configuration files from /etc/sensors.d.Jean Delvare2009-02-151-1/+59
* Make it possible to only substitute the bus number of a subset of theJean Delvare2009-02-151-0/+1
* Free bus statements from the configuration file as soon as we are doneJean Delvare2009-02-151-18/+29
* Exit the configuration file parser as soon as we are done with it.Jean Delvare2009-02-151-10/+21
* Report configuration file read errors.Jean Delvare2009-02-101-0/+3
* The free_expr() function is no longer static in lib/init.c (it is alsoJean Delvare2008-07-141-6/+6
* The configuration file is currently parsed in the locale set by the mainJean Delvare2008-04-081-2/+29
* Patch from Aurelien Jarno:Jean Delvare2008-03-261-1/+2
* Use /etc/sensors3.conf as the default configuration file. If it can'tJean Delvare2007-10-251-1/+5
* Make the configuration file optional. Although in most cases it's notJean Delvare2007-10-251-6/+6
* Clean up if something goes wrong during initialization. OtherwiseJean Delvare2007-10-251-5/+10
* Let libsensors know the default path to its configuration file.Jean Delvare2007-10-251-4/+20
* Add my copyright everywhere it is missing.Jean Delvare2007-09-291-0/+1
* Delete unused SENSORS_ERR_ACCESS.Jean Delvare2007-09-231-1/+1
* Define a separate structure to represent main features. This allowsJean Delvare2007-09-231-0/+3
* Rename struct sensors_feature_data to sensors_subfeature. This is aJean Delvare2007-09-231-3/+3
* sensors_feature_data and sensors_chip_feature are now the exactJean Delvare2007-09-231-1/+1
* Warning fix.Jean Delvare2007-09-051-0/+1
* Fix memory leaks in the configuration file parser when a label, set,Jean Delvare2007-09-051-1/+1
* Store the feature list length separately instead of null-terminatingJean Delvare2007-09-051-5/+5
* Reorder functions so that forward declarations are no longer needed.Jean Delvare2007-08-311-77/+67
* Mass reindent, coding style and whitespace cleanups.Jean Delvare2007-08-311-92/+93
* Drop support for reloading the configuration with sensors_init().Jean Delvare2007-08-221-1/+1
* Rename sensors_chip_name.busname to path, as this is what we are usingJean Delvare2007-08-161-1/+1
* Pass the structures by reference inside libsensors. Again a smallJean Delvare2007-08-131-53/+53
* Add some more warning flags, and fix these warnings.Jean Delvare2007-07-031-1/+1
* With the new dynamic chip features enumeration code, the sensors_proc_chipsJean Delvare2007-06-281-2/+14
* struct sensors_proc_chips_entry now has a single member, so we mayJean Delvare2007-06-261-7/+1
* libsensors: Kill procfs support, part 1.Jean Delvare2007-06-251-8/+4
* libsensors: Drop support for algorithm names.Jean Delvare2006-10-131-1/+0
* libsensors: Probe for busses before chips. This makes more sense that way,Jean Delvare2006-10-081-2/+2
* Previous leak fix caused multiple sensors_init() calls to break.Mark M. Hoffman2006-05-201-1/+5
* fix 2 leaks found by valgrind - missing some free() during cleanupMark M. Hoffman2006-05-151-0/+5
* (mmh)Mark M. Hoffman2005-09-181-4/+2
* (mmh)Mark M. Hoffman2005-09-181-3/+7
* (mmh)Mark M. Hoffman2005-09-181-0/+2
* Fix memory leak.Jean Delvare2003-11-231-0/+1
* New sensors.conf keyword 'ignore'Frodo Looijaard1999-12-241-0/+11
* Adrian's copyright patch appliedFrodo Looijaard1999-02-081-1/+1
* Moved some library functions around, to put them in more logical files.Frodo Looijaard1998-12-251-3/+1