root/lm-sensors/branches/lm-sensors-3.0.0/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5379 [5379] 10/24/08 11:04:26 khali Add support for current sensors.
(edit) @5378 [5378] 10/24/08 11:03:18 khali Add support for instantaneous power sensors.
(edit) @5340 [5340] 09/26/08 16:54:32 khali Typo fix.
(edit) @5302 [5302] 07/14/08 18:21:48 khali The free_expr() function is no longer static in lib/init.c (it is …
(edit) @5254 [5254] 05/18/08 18:07:48 khali Prepare for release.
(edit) @5251 [5251] 05/12/08 13:44:33 khali Bugfix: add carriage return ('\r') to the BLANK character class. This …
(edit) @5183 [5183] 04/17/08 03:27:22 djwong Subject: [PATCH 1/3 v3] libsensors: Support energy and power meters Add …
(edit) @5177 [5177] 04/14/08 17:29:49 khali Trivial alignment fix.
(edit) @5176 [5176] 04/14/08 17:27:59 khali Add support for virtual hwmon devices. This closes Red Hat bug #437637 and …
(edit) @5175 [5175] 04/11/08 22:41:31 khali We start at the end of the chip list, going backwards, and we want …
(edit) @5174 [5174] 04/11/08 01:24:57 djwong Subject: [PATCH 1/4] libsensors: Detect OpenFirmware? hwmon devices On a …
(edit) @5171 [5171] 04/08/08 17:07:31 khali Fix typo.
(edit) @5169 [5169] 04/08/08 16:50:13 khali The configuration file is currently parsed in the locale set by the …
(edit) @5163 [5163] 03/26/08 14:37:12 khali Patch from Aurelien Jarno: I have just noticed that the FSF address is …
(edit) @5145 [5145] 03/16/08 13:51:18 jwrdegoede The platform case acts as a fallback solution so it must be last in the …
(edit) @5134 [5134] 03/05/08 08:44:16 khali Use func instead of FUNCTION. The former is standard, the …
(edit) @5114 [5114] 01/28/08 18:47:23 khali Prepare for release.
(edit) @5093 [5093] 01/05/08 16:20:13 khali Add support for drivers that place the hwmon attributes in the hwmon class …
(edit) @5092 [5092] 01/05/08 13:31:55 khali Get the device type from the subsystem symlink, rather than guessing it …
(edit) @5077 [5077] 12/18/07 11:06:58 khali Returned error values are supposed to be negative.
(edit) @5075 [5075] 12/16/07 20:37:11 mmh libsensors: minor cleanup
(edit) @5067 [5067] 12/10/07 14:30:22 khali libsensors: No longer depend on libsysfs. Instead, access sysfs directly, …
(edit) @5047 [5047] 11/26/07 14:54:31 khali No warnings about ld configuration for staged installations, as these make …
(edit) @4990 [4990] 10/25/07 11:59:05 khali Use /etc/sensors3.conf as the default configuration file. If it can't be …
(edit) @4989 [4989] 10/25/07 11:52:46 khali Make the configuration file optional. Although in most cases it's not very …
(edit) @4988 [4988] 10/25/07 11:51:19 khali Clean up if something goes wrong during initialization. Otherwise we're …
(edit) @4985 [4985] 10/25/07 11:48:18 khali Let libsensors know the default path to its configuration file. That way, …
(edit) @4978 [4978] 10/22/07 21:27:38 jwrdegoede make SENSORS_API_VERSION hexadecimal
(edit) @4975 [4975] 10/22/07 11:39:15 jwrdegoede add SENSORS_API_VERSION define to sensors.h
(edit) @4902 [4902] 09/29/07 21:18:15 khali Add my copyright everywhere it is missing.
(edit) @4899 [4899] 09/29/07 20:48:20 khali libsensors: Report I/O errors as such.
(edit) @4896 [4896] 09/29/07 14:46:36 khali libsensors: Differentiate between different read error types.
(edit) @4895 [4895] 09/29/07 13:57:37 khali libsensors: Notify the caller when writing a value fails.
(edit) @4879 [4879] 09/24/07 18:34:56 khali Drop SENSORS_ERR_NO_DEVS: we return success, not error, when no device is …
(edit) @4878 [4878] 09/24/07 17:22:01 khali Add support for platform devices with no ID.
(edit) @4871 [4871] 09/24/07 13:22:24 khali SENSORS_NO_MAPPING is no longer used, delete it.
(edit) @4860 [4860] 09/23/07 20:00:20 khali Document struct_feature.
(edit) @4859 [4859] 09/23/07 19:48:57 khali Reserve some room in struct sensors_feature for future extension.
(edit) @4858 [4858] 09/23/07 19:42:27 khali Renumber feature and subfeature types to leave more room if we later need …
(edit) @4855 [4855] 09/23/07 16:34:42 khali Don't arbitrarily write errors to stderr. In production mode, simply …
(edit) @4854 [4854] 09/23/07 15:53:11 khali Delete unused SENSORS_ERR_ACCESS. Rename SENSORS_ERR_PROC to the more …
(edit) @4852 [4852] 09/23/07 15:33:32 khali Alignment.
(edit) @4851 [4851] 09/23/07 15:17:53 khali Preserve error values returned by sensors_read_sysfs_attr() …
(edit) @4850 [4850] 09/23/07 14:49:47 khali Better prototype for get_type_scaling().
(edit) @4848 [4848] 09/23/07 14:36:56 khali Hide a warning in flex-generated file.
(edit) @4846 [4846] 09/23/07 14:30:28 khali New public library function: sensors_get_subfeature(). Applications …
(edit) @4845 [4845] 09/23/07 14:24:13 khali Use sensors_lookup_chip() wherever possible, it makes the code more …
(edit) @4844 [4844] 09/23/07 14:23:38 khali Use sensors_lookup_chip() to speed up sensors_lookup_subfeature_name() as …
(edit) @4843 [4843] 09/23/07 14:23:06 khali New internal library function: sensors_lookup_chip(). It looks up a chip …
(edit) @4842 [4842] 09/23/07 14:20:48 khali sensors_lookup_subfeature_nr() can now be made static.
(edit) @4841 [4841] 09/23/07 14:20:07 khali Pass a subfeature structure to sensors_read_sysfs_attr() …
(edit) @4840 [4840] 09/23/07 14:19:29 khali There's no rationale for preventing against setting the same subfeature …
(edit) @4839 [4839] 09/23/07 14:18:46 khali We can plain skip the feature lookup and compute statement search …
(edit) @4838 [4838] 09/23/07 14:16:50 khali Introduce a separate type for main features. Make subfeatures map to the …
(edit) @4837 [4837] 09/23/07 14:12:19 khali Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to …
(edit) @4836 [4836] 09/23/07 14:07:53 khali Update the comments and symbols in the whole library code to refer …
(edit) @4835 [4835] 09/23/07 14:06:51 khali sensors_get_all_features has a single caller now, so fold it thereinto.
(edit) @4834 [4834] 09/23/07 14:05:16 khali Define a separate structure to represent main features. This allows for …
(edit) @4832 [4832] 09/23/07 14:02:22 khali Rename struct sensors_feature_data to sensors_subfeature. This is a first …
(edit) @4831 [4831] 09/23/07 14:00:59 khali Split sensors_get_all_features() into two distinct functions, one to get …
(edit) @4830 [4830] 09/23/07 13:59:51 khali sensors_feature_data and sensors_chip_feature are now the exact same …
(edit) @4829 [4829] 09/21/07 20:15:32 khali Fix compilation breakage with non-C99 compilers.
(edit) @4826 [4826] 09/20/07 23:23:19 khali Add support for beep features.
(edit) @4797 [4797] 09/16/07 17:47:16 mmh The sensors.conf file syntax currently allows for octal escape sequences, …
(edit) @4796 [4796] 09/16/07 17:34:52 mmh Make sensors.conf entirely case-sensitive.
(edit) @4794 [4794] 09/16/07 16:50:37 mmh Fix -W options so flex/yacc code compiles completely without warnings. …
(edit) @4793 [4793] 09/09/07 19:32:59 khali Complete the previous memory leak fix.
(edit) @4782 [4782] 09/05/07 23:22:39 khali Delete grab_busses.sh, it's deprecated. Use sensors --bus-list instead.
(edit) @4780 [4780] 09/05/07 22:19:35 khali Delete redundant declarations.
(edit) @4779 [4779] 09/05/07 22:12:52 khali Fix header comment.
(edit) @4778 [4778] 09/05/07 22:10:00 khali Warning fix.
(edit) @4776 [4776] 09/05/07 18:14:53 khali Move sensors_feature_get_type() from access.c to sysfs.c, it's only …
(edit) @4769 [4769] 09/05/07 14:31:12 khali Add support for temperature offset files, which are part of the standard …
(edit) @4768 [4768] 09/05/07 14:30:39 khali Fix memory leaks in the configuration file parser when a label, …
(edit) @4767 [4767] 09/05/07 14:29:20 khali Renumber SENSORS_FEATURE_VID from 0x300 to 0x1000. If we ever need to add …
(edit) @4766 [4766] 09/05/07 14:28:31 khali Add support for the standard beep_enable attribute (#2248).
(edit) @4765 [4765] 09/05/07 10:31:25 khali Increase MAX_SENSORS_PER_TYPE from 16 to 20: the ADM1026 can have up to 17 …
(edit) @4764 [4764] 09/05/07 10:29:36 khali Another minor optimization to sensors_read_dynamic_chip(): * We don't need …
(edit) @4763 [4763] 09/05/07 10:26:26 khali Minor optimizations in sensors_read_dynamic_chip(): * We don't need to …
(edit) @4762 [4762] 09/05/07 10:21:19 khali Now that we can deduce the scaling factor required for each feature from …
(edit) @4761 [4761] 09/05/07 10:20:35 khali Optimize the memory consumption in sensors_read_dynamic_chip(). The idea …
(edit) @4760 [4760] 09/05/07 10:19:42 khali Store the feature list length separately instead of null-terminating the …
(edit) @4759 [4759] 09/05/07 10:19:09 khali Renumber the features linearly, so that feature number N is at position N …
(edit) @4758 [4758] 09/05/07 10:17:22 khali The compute mapping value is either SENSORS_NO_MAPPING or the same feature …
(edit) @4757 [4757] 09/05/07 10:13:15 khali Rename sensors_feature_data.mode to flags, as we plan to use it to store …
(edit) @4756 [4756] 09/05/07 10:07:14 khali Drop sensors_strip_of_spaces. There's no rationale for stripping trailing …
(edit) @4744 [4744] 09/02/07 13:15:27 khali Start numbering the features at 0, not 1. There's nothing wrong …
(edit) @4743 [4743] 09/02/07 13:09:16 khali Use the feature type rather than the feature name to figure out whether we …
(edit) @4742 [4742] 09/02/07 12:55:03 khali Drop useless return.
(edit) @4737 [4737] 08/31/07 17:09:26 khali Reorder functions so that forward declarations are no longer needed.
(edit) @4736 [4736] 08/31/07 16:42:20 khali Mass reindent, coding style and whitespace cleanups.
(edit) @4733 [4733] 08/30/07 23:23:22 khali Reorder the members of the structures sensors_feature_data …
(edit) @4732 [4732] 08/30/07 23:21:15 khali Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it …
(edit) @4731 [4731] 08/30/07 23:10:41 khali Allocate the large sparse feature table in …
(edit) @4730 [4730] 08/29/07 16:08:47 khali Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This better …
(edit) @4729 [4729] 08/29/07 16:00:47 khali Looking up a mapping can't fail if looking up the feature itself succeeded …
(edit) @4702 [4702] 08/26/07 10:26:51 khali Make sensors_match_chip internal to libsensors. It is no longer used …
(edit) @4701 [4701] 08/26/07 10:26:20 khali Add a parameter to sensors_get_detected_chips(), to optionally let …
(edit) @4699 [4699] 08/23/07 10:14:48 khali Drop the CONFORMING TO sections from the man pages. lm-sensors is in no …
(edit) @4696 [4696] 08/22/07 19:07:11 khali Drop SENSORS_MODE_NO_RW and SENSORS_MODE_RW. The mode is a bitfield, we …
Note: See TracRevisionLog for help on using the revision log.