root/lm-sensors/branches/lm-sensors-3.0.0/prog/sensors


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) @5185 [5185] 04/17/08 03:30:37 djwong Subject: [PATCH 3/3 v3]: sensors: Automatically scale energy/power …
(edit) @5184 [5184] 04/17/08 03:28:51 djwong Subject: [PATCH 3/4 v2] sensors: Print energy and power meters Display …
(edit) @5163 [5163] 03/26/08 14:37:12 khali Patch from Aurelien Jarno: I have just noticed that the FSF address is …
(edit) @5090 [5090] 01/05/08 10:14:28 khali Fix error path on library initialization error. Only call fclose() if we …
(edit) @4991 [4991] 10/25/07 12:57:14 khali Install sensors as sensors again.
(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) @4986 [4986] 10/25/07 11:49:34 khali "sensors" no longer needs a default configuration file name. If no file …
(edit) @4977 [4977] 10/22/07 20:27:04 khali sensors: Handle the case where voltage measurements aren't available. This …
(edit) @4973 [4973] 10/21/07 16:31:38 khali sensors: Fix file handle leak on library initialization error.
(edit) @4910 [4910] 09/30/07 19:56:19 khali sensors: Better handling of the fault flags.
(edit) @4902 [4902] 09/29/07 21:18:15 khali Add my copyright everywhere it is missing.
(edit) @4900 [4900] 09/29/07 21:08:30 khali The lm-sensors team has no legal existence and thus can't hold a …
(edit) @4898 [4898] 09/29/07 20:11:38 khali sensors: Make error messages more helpful and consistent.
(edit) @4897 [4897] 09/29/07 16:31:07 khali sensors: Print error messages to stderr.
(edit) @4892 [4892] 09/26/07 23:28:04 khali Fix spurious critical temperature alarm.
(edit) @4854 [4854] 09/23/07 15:53:11 khali Delete unused SENSORS_ERR_ACCESS. Rename SENSORS_ERR_PROC to the more …
(edit) @4847 [4847] 09/23/07 14:33:12 khali Rename sensors_get_label_size() to get_label_size() for consistency.
(edit) @4846 [4846] 09/23/07 14:30:28 khali New public library function: sensors_get_subfeature(). Applications …
(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) @4834 [4834] 09/23/07 14:05:16 khali Define a separate structure to represent main features. This allows for …
(edit) @4833 [4833] 09/23/07 14:02:59 khali Store current temperature, voltage and fan values together with the rest …
(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) @4822 [4822] 09/19/07 18:53:16 khali Better error handling when a feature value can't be read.
(edit) @4801 [4801] 09/18/07 11:38:14 khali Fix fan fault handling. We were testing for fan fault before …
(edit) @4795 [4795] 09/16/07 16:59:14 mmh Add the following to svn:ignore …
(edit) @4791 [4791] 09/08/07 12:47:03 khali Fix sensors output when a temperature channel has a critical limit but no …
(edit) @4781 [4781] 09/05/07 23:19:45 khali New sensors option: --bus-list. This option lists i2c buses that are used …
(edit) @4774 [4774] 09/05/07 17:56:28 khali Don't print an error message when libsensors returns a feature we don't …
(edit) @4766 [4766] 09/05/07 14:28:31 khali Add support for the standard beep_enable attribute (#2248).
(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) @4730 [4730] 08/29/07 16:08:47 khali Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This better …
(edit) @4728 [4728] 08/26/07 23:26:20 khali Remove "generic" from all printing function names. This is the …
(edit) @4726 [4726] 08/26/07 23:14:37 khali Fix a memory leak on error in raw print mode.
(edit) @4725 [4725] 08/26/07 23:10:42 khali Don't print the feature name for subfeatures in raw mode. …
(edit) @4724 [4724] 08/26/07 22:55:36 khali Move print_chip_raw() at the top of the file, as it is indepdendent …
(edit) @4723 [4723] 08/26/07 22:52:24 khali Fix error message in print_chip_raw().
(edit) @4720 [4720] 08/26/07 22:41:53 khali Drop function get_feature_value, it wasn't adding much value.
(edit) @4719 [4719] 08/26/07 22:41:03 khali Avoid the conversions from double to float.
(edit) @4718 [4718] 08/26/07 22:37:15 khali Change print_temp_limits() to expose a sane interface. This lets us …
(edit) @4717 [4717] 08/26/07 22:36:46 khali Move the printing of the current temperature out of …
(edit) @4716 [4716] 08/26/07 22:35:26 khali print_temp_info is only ever called with precision values of 1, so we can …
(edit) @4715 [4715] 08/26/07 22:34:55 khali Only consider the main features when computing how much room we need to …
(edit) @4714 [4714] 08/26/07 22:33:21 khali Labels do fit in the imparted space by construction now, so no need to …
(edit) @4713 [4713] 08/26/07 15:24:46 khali Clean up the global variables: * do_sets, do_raw and hide_adapter are only …
(edit) @4712 [4712] 08/26/07 15:22:28 khali Reorder the functions so as to get rid of unneeded forward declarations.
(edit) @4711 [4711] 08/26/07 15:21:05 khali config_file doesn't need to be a global. Also move the handling of the …
(edit) @4710 [4710] 08/26/07 14:19:07 khali Merge chips_generic.c into chips.c. The boundary between both files …
(edit) @4708 [4708] 08/26/07 12:57:16 khali Mass reindent and coding style cleanups.
(edit) @4706 [4706] 08/26/07 10:57:48 khali Executing the set statements is an exclusive action.
(edit) @4705 [4705] 08/26/07 10:43:30 khali Merge most of the usage help text into a single string. This is way more …
(edit) @4704 [4704] 08/26/07 10:42:20 khali Refactor the configuration file path.
(edit) @4703 [4703] 08/26/07 10:28:10 khali Thanks to the new prototype of sensors_get_detected_chips, we no longer …
(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) @4698 [4698] 08/23/07 09:45:58 khali Relabel "sensors -u" from "unknown chip" to "raw chip". sensors uses …
(edit) @4697 [4697] 08/22/07 20:43:48 khali Drop sensors option -U, --hide-unknown. libsensors no longer exposes chips …
(edit) @4695 [4695] 08/22/07 19:06:13 khali sensors_get_value() and sensors_set_value(), respectively. The new names …
(edit) @4694 [4694] 08/22/07 19:05:01 khali Change the prototype of sensors_get_label(). Errors can be reported with a …
(edit) @4686 [4686] 08/19/07 17:03:50 khali Support more bus types (part 1 of 2). Originally libsensors was …
(edit) @4682 [4682] 08/17/07 23:11:57 khali Drop unneeded frees.
(edit) @4681 [4681] 08/17/07 13:36:01 khali Fix error message when a chip is specified on the command line with no …
(edit) @4676 [4676] 08/16/07 12:04:57 khali Add a new function to libsensors doing the opposite …
(edit) @4672 [4672] 08/16/07 11:54:53 khali Drop support for "dummy" bus type. The kernel no longer supports such fake …
(edit) @4668 [4668] 08/13/07 22:19:44 khali Pass structures by reference in sensors and sensord, again for a small …
(edit) @4666 [4666] 08/13/07 22:16:03 khali Change the libsensors API so that all structures are passed by reference. …
(edit) @4645 [4645] 07/24/07 10:21:23 khali We no longer need sensors_get_label_and_valid(), as it does hardly more …
(edit) @4644 [4644] 07/24/07 10:20:53 khali Let libsensors handle ignore statements by itself, rather than delegating …
(edit) @4643 [4643] 07/24/07 10:19:59 khali The way we build the feature lists guarantees that subfeatures …
(edit) @4639 [4639] 07/22/07 14:25:15 khali Unify error reporting messages. Fix a memory leak in error path.
(edit) @4632 [4632] 07/20/07 21:09:00 khali Drop redundant test.
(edit) @4629 [4629] 07/19/07 22:46:09 khali The way we use sensors_feature_get_type() is rather suboptimal. It …
(edit) @4602 [4602] 07/10/07 21:55:06 khali Advertise and document libsensors_version.
(edit) @4598 [4598] 07/09/07 13:20:47 khali Delete unused function sensors_get_sub_feature_by_type().
(edit) @4595 [4595] 07/08/07 20:59:16 jwrdegoede Handle chips who return the beta value as temp sensor type
(edit) @4578 [4578] 07/07/07 17:26:12 khali Right-align FAULT flags.
(edit) @4564 [4564] 07/06/07 15:19:00 jwrdegoede improve generic print of temp inputs with so many limits they span 2 lines
(edit) @4559 [4559] 07/05/07 23:03:06 jwrdegoede Better generic print fault handling
(edit) @4556 [4556] 07/05/07 18:19:51 khali Prevent a potential array overrun.
(edit) @4552 [4552] 07/05/07 13:22:57 jwrdegoede add AMDSI PECI sensortype support to generic_temp_print()
(edit) @4549 [4549] 07/03/07 21:38:37 jwrdegoede generic in and fan print routine fixes
(edit) @4545 [4545] 07/03/07 18:03:22 khali Add some more warning flags, and fix these warnings.
(edit) @4543 [4543] 07/03/07 15:22:28 khali Drop VRM reporting and selection support from libsensors. Since …
(edit) @4534 [4534] 07/02/07 17:16:02 khali Drop a bogus comment.
(edit) @4514 [4514] 06/28/07 23:00:08 jwrdegoede long promised print_generic_chip_in() fixes
(edit) @4512 [4512] 06/28/07 19:47:18 khali Drop the --generic option. This is the default now, so the option has no …
(edit) @4511 [4511] 06/28/07 16:46:08 khali Warning fix ("index" is a standard libc function.)
(edit) @4505 [4505] 06/28/07 11:02:12 khali Delete needless forward declarations and wrapper.
(edit) @4503 [4503] 06/28/07 10:52:37 khali Drop all the chip-specific handling and printing code from sensors. …
(edit) @4465 [4465] 06/25/07 16:21:01 khali Delete all remnants of algorithm names.
(edit) @4464 [4464] 06/25/07 15:58:55 khali Return with an explicit error code/message if sysfs isn't mounted.
(edit) @4461 [4461] 06/25/07 13:39:08 khali Install libsensors as libsensors.so.4, and sensors as sensors3. This …
(edit) @4428 [4428] 05/29/07 18:49:06 khali Drop SENSORS_FEATURE_TEMP_LIM, it doesn't correspond to anything in …
(edit) @4427 [4427] 05/29/07 18:23:19 khali Drop SENSORS_FEATURE_TEMP_OVER, SENSORS_FEATURE_TEMP_HIGH …
(edit) @4424 [4424] 05/28/07 17:02:18 khali Disable specific support for the ds1621, lm90 and f71805f drivers. I …
(edit) @4423 [4423] 05/28/07 16:22:58 khali Fixes to the dynamic chip support: * Fix the handling of temperature …
(edit) @4421 [4421] 05/28/07 15:26:07 khali Fix alignment of alarm for one-limit temperatures.
Note: See TracRevisionLog for help on using the revision log.