Timeline
09/25/07:
- 23:39 WikiStart edited by
- 3.0.0-rc1 has been released (diff)
- 23:30 Ticket #2261 (Add invidual alarm files) created by
- Many linux 2.6 hwmon drivers still don't create the individual alarm files …
- 18:52 Changeset [4886] by
- 3.0.0-rc1 release
- 18:45 Changeset [4885] by
- Now that we use SVN, there are no empty directories to delete.
- 18:37 Changeset [4884] by
- Now that we use SVN, there are no empty directories to delete.
- 18:25 Changeset [4883] by
- Prepare for 3.0.0-rc1 release.
- 18:22 Changeset [4882] by
- The LSM has a new address. Update the LSM record to format 4 (date in …
- 18:09 Changeset [4881] by
- Reset the list of changes for 3.0.0-rc1. So many things changed since …
09/24/07:
- 18:49 Changeset [4880] by
- Hide error on missing adm1021 die code. Patch from Aurelien Jarno.
- 18:34 Changeset [4879] by
- Drop SENSORS_ERR_NO_DEVS: we return success, not error, when no device is …
- 17:22 Changeset [4878] by
- Add support for platform devices with no ID.
- 17:11 Ticket #2260 (libsensors: Add support for attributes in the hwmon class device) created by
- libsensors assumes that the hwmon attributes are exported by the kernel …
- 16:02 Changeset [4877] by
- bash should no longer be needed at build time.
- 15:32 Ticket #2259 (sensord and configuration file location) created by
- sensord has a list of default locations where it looks for sensors.conf. …
- 15:30 Changeset [4876] by
- Fold QUICKSTART into INSTALL.
- 15:03 Changeset [4875] by
- Update for version 3. List the build-time and run-time dependencies. Drop …
- 14:13 Changeset [4874] by
- Fold BACKGROUND into README.
- 14:02 Changeset [4873] by
- Update README for version 3. Delete the list of supported chips (it …
- 13:31 Changeset [4872] by
- Strip for version 3. Ultimately the contents of this file should be folded …
- 13:22 Changeset [4871] by
- SENSORS_NO_MAPPING is no longer used, delete it.
- 12:02 Changeset [4870] by
- Move lm_sensors.lsm to doc/developers. Users don't really care.
- 11:59 Changeset [4869] by
- The LSM has a new address. Update the LSM record to format 4 (date in …
- 11:44 Changeset [4868] by
- Minor update.
- 11:44 Changeset [4867] by
- Drop references to makefile targets which no longer exist.
- 11:27 Changeset [4866] by
- Delete. Most of the items are for kernel drivers, this information no …
- 11:25 Changeset [4865] by
- lm-sensors should now be safe to use on Thinkpad laptops.
- 11:15 Changeset [4864] by
- Update for version 3.
- 11:14 Changeset [4863] by
- The kernel directory is no more.
09/23/07:
- 23:37 Ticket #2258 (Support for changing channel type) created by
- The PC-Chips 748MRT motherboard includes a voltage channel with an added …
- 23:25 Changeset [4862] by
- Use strchr() instead of the deprecated index(). Patch from Bernhard …
- 23:23 Changeset [4861] by
- Use strchr() and strrchr() instead of the deprecated index() and rindex(). …
- 20:19 Ticket #2228 (libsensors API: review) closed by
- fixed: API review completed. I've adjusted the API to be more convenient to use …
- 20:00 Changeset [4860] by
- Document struct_feature.
- 19:48 Changeset [4859] by
- Reserve some room in struct sensors_feature for future extension.
- 19:42 Changeset [4858] by
- Renumber feature and subfeature types to leave more room if we later need …
- 19:30 FAQ/Chapter3 edited by
- Removed obsolete link concerning MBM (diff)
- 18:45 Ticket #2227 (it8718 supports 5 fans) closed by
- fixed: My patch was accepted by the hwmon subsystem maintainer and is staging in …
- 18:41 UsefulLinks edited by
- The MBM website is gone. (diff)
- 18:37 Changeset [4857] by
- Drop all references to the MBM website, it's gone now.
- 18:35 Changeset [4856] by
- Drop all references to the MBM website, it's gone now.
- 18:28 Ticket #2257 (Wiki Links to Motherboard Monitor Obsolete Website) closed by
- fixed
- 17:48 iwizard/WrongTemps edited by
- Removed obsolete link concerning MBM (diff)
- 16:34 Changeset [4855] by
- Don't arbitrarily write errors to stderr. In production mode, simply …
- 15:53 Changeset [4854] by
- Delete unused SENSORS_ERR_ACCESS. Rename SENSORS_ERR_PROC to the more …
- 15:48 Changeset [4853] by
- Better error message if configuration file can't be loaded.
- 15:33 Changeset [4852] by
- Alignment.
- 15:17 Changeset [4851] by
- Preserve error values returned by sensors_read_sysfs_attr() and …
- 14:49 Changeset [4850] by
- Better prototype for get_type_scaling().
- 14:47 Changeset [4849] by
- Hide warnings about unused parameters.
- 14:36 Changeset [4848] by
- Hide a warning in flex-generated file.
- 14:33 Changeset [4847] by
- Rename sensors_get_label_size() to get_label_size() for consistency.
- 14:30 Changeset [4846] by
- New public library function: sensors_get_subfeature(). Applications can …
- 14:24 Changeset [4845] by
- Use sensors_lookup_chip() wherever possible, it makes the code more …
- 14:23 Changeset [4844] by
- Use sensors_lookup_chip() to speed up sensors_lookup_subfeature_name() as …
- 14:23 Changeset [4843] by
- New internal library function: sensors_lookup_chip(). It looks up a chip …
- 14:20 Changeset [4842] by
- sensors_lookup_subfeature_nr() can now be made static.
- 14:20 Changeset [4841] by
- Pass a subfeature structure to sensors_read_sysfs_attr() and …
- 14:19 Changeset [4840] by
- There's no rationale for preventing against setting the same subfeature …
- 14:18 Changeset [4839] by
- We can plain skip the feature lookup and compute statement search for …
- 14:16 Changeset [4838] by
- Introduce a separate type for main features. Make subfeatures map to the …
- 14:12 Changeset [4837] by
- Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to better …
- 14:07 Changeset [4836] by
- Update the comments and symbols in the whole library code to refer to …
- 14:06 Changeset [4835] by
- sensors_get_all_features has a single caller now, so fold it thereinto.
- 14:05 Changeset [4834] by
- Define a separate structure to represent main features. This allows for …
- 14:02 Changeset [4833] by
- Store current temperature, voltage and fan values together with the rest …
- 14:02 Changeset [4832] by
- Rename struct sensors_feature_data to sensors_subfeature. This is a first …
- 14:00 Changeset [4831] by
- Split sensors_get_all_features() into two distinct functions, one to get …
- 13:59 Changeset [4830] by
- sensors_feature_data and sensors_chip_feature are now the exact same …
- 04:43 Ticket #2257 (Wiki Links to Motherboard Monitor Obsolete Website) created by
- http://www.lm-sensors.org/wiki/iwizard/WrongTemps links to …
09/22/07:
- 19:32 Ticket #2256 (Laptop Asus A6Ja out of control for ADT7463) created by
- Hi all, on my laptop there is appearently no way to make "lm-sensors" …
09/21/07:
- 20:15 Changeset [4829] by
- Fix compilation breakage with non-C99 compilers.
- 14:20 Ticket #2250 (Intel 82801BA/BAM SMBus and thmc50 not fully working) closed by
- fixed: Fixed in r4799, r4811 and r4812.
- 14:16 Ticket #2233 (sensord is broken) closed by
- fixed: Performance issue is fixed in r4828.
- 14:15 Changeset [4828] by
- Scan chip features only once at initialization time, rather than on each …
- 09:35 Configurations/MSI/P35-Neo created by
09/20/07:
- 23:31 Ticket #2248 (beep_enable support is missing) closed by
- fixed: Support for in[0-*]_beep, fan[1-*]_beep and temp[1-*]_beep added in r4826.
- 23:24 Changeset [4827] by
- Restore support for beeps.
- 23:23 Changeset [4826] by
- Add support for beep features.
- 23:22 Changeset [4825] by
- Restore support for alarms.
- 18:58 Ticket #2248 (beep_enable support is missing) reopened by
- Reopening, individual beep file support is still missing.
- 18:22 Changeset [4824] by
- Rename a few variables to something that makes more sense.
- 13:04 Changeset [4823] by
- Add w83793 support to sensord.
09/19/07:
- 20:18 Ticket #2255 (Problems detecting the hardware for Laptop ASUS A6Ja) created by
- Dear all, my Asus A6Ja is quite HOT laptops as known. I've replaced the …
- 18:53 Changeset [4822] by
- Better error handling when a feature value can't be read.
- 17:21 Changeset [4821] by
- Fix memory leaks in command line parsing.
- 17:20 Changeset [4820] by
- Fix a memory leak when daemonizing.
- 17:16 Changeset [4819] by
- Drop support for printing unknown chips: all chips are known now.
- 17:12 Changeset [4818] by
- Delete unused formatting functions.
- 17:11 Changeset [4817] by
- Add generic chip support to sensord, much like sensors has. Alarm and beep …
- 17:10 Changeset [4816] by
- Fix memory leaks in command line parsing.
- 16:25 Changeset [4815] by
- Fix a memory leak when daemonizing.
- 14:06 Changeset [4814] by
- Add some more conversion rules for the thmc50 and adm1022.
- 14:05 Changeset [4813] by
- Add a sample configuration section for the thmc50 and adm1022.
- 14:00 Changeset [4812] by
- Add a sample configuration section for the thmc50 and adm1022. The default …
- 13:55 Changeset [4811] by
- Make the new ADM1022 feature names more consistent.
- 13:49 Changeset [4810] by
- Synchronize the sensord version with the lm-sensors version. We're using …
- 13:44 Changeset [4809] by
- sensord: Fix f71805f fans. Cleanup pc87427 fans.
- 13:32 Changeset [4808] by
- Warning fixes.
09/18/07:
- 22:53 Changeset [4807] by
- Warning fixes.
- 22:46 Changeset [4806] by
- Fix compilation breakage.
- 22:37 Changeset [4805] by
- Drop all the chip-specific support from sensord.
- 22:26 Changeset [4804] by
- Drop DataType?_mhz, libsensors doesn't support this kind of feature.
- 22:19 Changeset [4803] by
- Stop including obsolete header files.
- 21:35 Changeset [4802] by
- Synchronize the sensord version with the lm-sensors version. We're using …
- 20:08 UsefulLinks edited by
- juergh: Fixed formatting (diff)
- 11:38 Changeset [4801] by
- Fix fan fault handling. We were testing for fan fault before actually …
09/17/07:
- 13:28 Changeset [4800] by
- Make it clear that this is a SVN version and not 2.10.4.
- 13:10 Changeset [4799] by
- Better thmc50/adm1022 support. Original patch by Krzysztof Helt.
- 12:58 Changeset [4798] by
- Hide error on missing dme1737 fan and pwm.
09/16/07:
- 17:48 Ticket #2172 (Remove support for octal escape sequences from libsensors) closed by
- fixed
- 17:47 Changeset [4797] by
- The sensors.conf file syntax currently allows for octal escape sequences, …
- 17:36 Ticket #2173 (Make sensors.conf file case-sensitive) closed by
- fixed: khali: Yes, in fact that was it.
- 17:34 Changeset [4796] by
- Make sensors.conf entirely case-sensitive.
- 16:59 Changeset [4795] by
- Add the following to svn:ignore properties: ./patches ./.pc …
- 16:50 Changeset [4794] by
- Fix -W options so flex/yacc code compiles completely without warnings. …
09/13/07:
- 12:08 Ticket #2254 (Segmentation fault) created by
- [root@ALPHASVR01 lm_sensors-2.10.4]# uname -a Linux ALPHASVR01 …
09/10/07:
- 22:28 Ticket #2253 (dme1737 patch) created by
- Hi, thanks for your hard work. I've found that 2.6.23 has dme1737 driver …
- 20:46 UsefulLinks edited by
- (diff)
09/09/07:
- 19:32 Changeset [4793] by
- Complete the previous memory leak fix.
- 17:47 Changeset [4792] by
- Do not attempt to read label files from procfs, they do not exist there.
09/08/07:
- 15:56 UsefulLinks edited by
- (diff)
- 15:46 UsefulLinks created by
- first draft
- 12:47 Changeset [4791] by
- Fix sensors output when a temperature channel has a critical limit but no …
09/07/07:
- 05:17 Ticket #2252 (sensors.conf file to be added to Motherboard Configurations. MSI P6N ...) created by
- Hiya! I cannot find a 'Create Page' button here anywhere, so I hope it is …
09/06/07:
- 14:22 Changeset [4790] by
- Fix memory leaks in the configuration file parser when a label, set, …
- 13:05 Ticket #2237 (ASUS A7V333 : strange output format) closed by
- fixed
- 13:05 Ticket #2241 (lm_sensors v2.10.4 on Centos 3.x with kernel 2.4.21-50.EL) closed by
- fixed
- 11:09 Changeset [4789] by
- Add sch311x support. Patch from Juerg Haefliger.
- 11:04 Changeset [4788] by
- Delete redundant declarations.
- 11:03 Changeset [4787] by
- The sensors.conf man page belongs to the user's manual, not the …
- 11:02 Changeset [4786] by
- sensors -s takes no further options.
- 11:01 Changeset [4785] by
- Stop mentioning the alias trick for i2c-dev, it no longer works and it …
- 10:59 Changeset [4784] by
- Typo fix. Don't tell users they can complain, they will find out by …
- 01:13 Ticket #2251 (IT87 +2 fans) created by
- The new and patched IT87 module (patch received from Jean) supports 5 …
09/05/07:
- 23:31 Changeset [4783] by
- Don't use -Wundef for the library, flex/bison-generated code doesn't play …
- 23:22 Changeset [4782] by
- Delete grab_busses.sh, it's deprecated. Use sensors --bus-list instead.
- 23:19 Changeset [4781] by
- New sensors option: --bus-list. This option lists i2c buses that are used …
- 22:19 Changeset [4780] by
- Delete redundant declarations.
- 22:12 Changeset [4779] by
- Fix header comment.
- 22:10 Changeset [4778] by
- Warning fix.
- 18:45 Changeset [4777] by
- Stop mentioning the alias trick for i2c-dev, it no longer works and it …
- 18:14 Changeset [4776] by
- Move sensors_feature_get_type() from access.c to sysfs.c, it's only called …
- 18:09 Changeset [4775] by
- Strip trailing whitespace.
- 17:57 Ticket #2212 (Conversion script for sensors.conf) closed by
- fixed: Done (r4770). The script is named sensors-conf-convert.
- 17:56 Changeset [4774] by
- Don't print an error message when libsensors returns a feature we don't …
- 17:52 Changeset [4773] by
- More cleanups: drop legacy references, sections for drivers not yet ported …
- 17:38 Configurations/InsideTechnology/786LCD created by
- 17:35 Configurations/InsideTechnology created by
- 17:00 Changeset [4772] by
- Convert the default configuration file to use the new smybol names.
- 16:32 Changeset [4771] by
- Print the conversion notice at the top of the converted file, not on …
- 16:28 Changeset [4770] by
- sensors-conf-convert: New, script to convert old configuration files to …
- 14:33 Ticket #2248 (beep_enable support is missing) closed by
- fixed: Support for beep_enable added in r4766. Support for temp[1-*]_offset …
- 14:31 Changeset [4769] by
- Add support for temperature offset files, which are part of the standard …
- 14:30 Changeset [4768] by
- Fix memory leaks in the configuration file parser when a label, set, …
- 14:29 Changeset [4767] by
- Renumber SENSORS_FEATURE_VID from 0x300 to 0x1000. If we ever need to add …
- 14:28 Changeset [4766] by
- Add support for the standard beep_enable attribute (#2248).
- 10:31 Changeset [4765] by
- Increase MAX_SENSORS_PER_TYPE from 16 to 20: the ADM1026 can have up to 17 …
- 10:29 Changeset [4764] by
- Another minor optimization to sensors_read_dynamic_chip(): * We don't need …
- 10:26 Changeset [4763] by
- Minor optimizations in sensors_read_dynamic_chip(): * We don't need to …
- 10:21 Changeset [4762] by
- Now that we can deduce the scaling factor required for each feature from …
- 10:20 Changeset [4761] by
- Optimize the memory consumption in sensors_read_dynamic_chip(). The idea …
- 10:19 Changeset [4760] by
- Store the feature list length separately instead of null-terminating the …
- 10:19 Changeset [4759] by
- Renumber the features linearly, so that feature number N is at position N …
- 10:17 Changeset [4758] by
- The compute mapping value is either SENSORS_NO_MAPPING or the same feature …
- 10:13 Changeset [4757] by
- Rename sensors_feature_data.mode to flags, as we plan to use it to store …
- 10:07 Changeset [4756] by
- Drop sensors_strip_of_spaces. There's no rationale for stripping trailing …
- 10:06 Changeset [4755] by
- Add max6680-* entry.
09/04/07:
- 23:25 Changeset [4754] by
- Fix a broken comment.
- 18:51 Changeset [4753] by
- Fix the smsc47m192 temperature faults. The standard name for these files …
- 18:04 Changeset [4752] by
- Fix adm1026 critical temperature limits for Linux 2.6.
- 17:59 Changeset [4751] by
- Fix the magnitude of temperature offsets in Linux 2.6.
- 17:48 Changeset [4750] by
- Minor fixes to the feature name conversion list.
- 17:15 Changeset [4749] by
- libsensors: Fix maxilife support for Linux 2.6. The driver doesn't exist …
- 17:01 Changeset [4748] by
- Stop abusing the lm78 sysctl symbols in sis5595_features.
- 16:38 Changeset [4747] by
- libsensors: Fix adm1024 support for Linux 2.6. The driver doesn't exist …
- 16:04 Changeset [4746] by
- The adm9240 temperature features need no specific translation rules, the …
- 15:57 Changeset [4745] by
- Fix lm93 VID support for Linux 2.6.
- 15:09 Ticket #2249 (SMBus Intel 82801BA/BAM and thmc50 doesn't fully work) closed by
- duplicate: Duplicate of #2250 which is better formatted.
- 14:36 Ticket #2250 (Intel 82801BA/BAM SMBus and thmc50 not fully working) created by
- I always get the following result after running sensors-detect and loading …
- 14:25 Ticket #2249 (SMBus Intel 82801BA/BAM and thmc50 doesn't fully work) created by
- I always get the following result after running sensors-detect and loading …
- 11:42 Ticket #2248 (beep_enable support is missing) created by
- The new libsensors lacks support for the beep_enable feature, while it is …
09/03/07:
- 13:46 Ticket #2227 (it8718 supports 5 fans) reopened by
- (I'm not sure if I should re-open, so sorry if I shouldn't). I've been …
09/02/07:
- 13:15 Changeset [4744] by
- Start numbering the features at 0, not 1. There's nothing wrong with …
- 13:09 Changeset [4743] by
- Use the feature type rather than the feature name to figure out whether we …
- 12:55 Changeset [4742] by
- Drop useless return.
09/01/07:
- 13:55 Ticket #2247 (SMSC unknown non-standard chip with ID 0x20) created by
- here it is my sensors-detect output : sensors-detect # sensors-detect …
- 10:26 Changeset [4741] by
- Fix bmcsensors support for Linux 2.6.
- 10:23 Changeset [4740] by
- Remove broken ATI SB700 SMBus PCI ID. The SB700 SMBus actually uses the …
- 10:19 Changeset [4739] by
- Fix ATI SB700 SMBus support, add SB800 support (backport from Linux 2.6, …
- 10:11 Ticket #2187 (Can't access procfs/sysfs file - Kernel interface access error) closed by
- fixed: This second problem is completely unrelated with the original bug (2.6 …
- 10:09 Changeset [4738] by
- Fix kernel version detection (#2187).
- 02:37 Ticket #2187 (Can't access procfs/sysfs file - Kernel interface access error) reopened by
- I had the same error message last week with Fedora 2.6.20 kernel (SBS …
08/31/07:
- 17:09 Changeset [4737] by
- Reorder functions so that forward declarations are no longer needed.
- 16:42 Changeset [4736] by
- Mass reindent, coding style and whitespace cleanups.
- 16:09 Changeset [4735] by
- Add support for the Intel Tolapai SMBus controller. Patch from Jason …
- 16:07 Changeset [4734] by
- Add support for the Intel Tolapai SMBus controller. Patch from Jason …
08/30/07:
- 23:23 Changeset [4733] by
- Reorder the members of the structures sensors_feature_data and …
- 23:21 Changeset [4732] by
- Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it to …
- 23:10 Changeset [4731] by
- Allocate the large sparse feature table in sensors_read_dynamic_chip() …
08/29/07:
- 16:08 Changeset [4730] by
- Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This better …
- 16:00 Changeset [4729] by
- Looking up a mapping can't fail if looking up the feature itself succeeded …
- 14:36 Ticket #2246 (Change the syntax of /etc/sysconfig/lm_sensors) created by
- The current syntax of /etc/sysconfig/lm_sensors is not very convenient: …
- 11:17 Devices edited by
- Delete the misc drivers table, it really doesn't belong there (diff)
08/28/07:
- 20:58 Devices edited by
- Update SCH311x entry (diff)
08/27/07:
- 13:56 Ticket #2202 (lm-sensors doesn't work on Asus A6J Laptop) closed by
- wontfix: No feedback from reporter -> closing. Feel free to reopen if you provide …
08/26/07:
- 23:29 Ticket #2231 (sensors: merge chips_generic.c into chips.c) closed by
- fixed: Merge done in r4710. Cleanups to the temperature printing code in r4716, …
- 23:26 Changeset [4728] by
- Remove "generic" from all printing function names. This is the default …
- 23:20 Changeset [4727] by
- Fix a memory leak on error when printing an unknown chip.
- 23:14 Changeset [4726] by
- Fix a memory leak on error in raw print mode.
- 23:10 Changeset [4725] by
- Don't print the feature name for subfeatures in raw mode. Subfeatures …
- 22:55 Changeset [4724] by
- Move print_chip_raw() at the top of the file, as it is indepdendent from …
- 22:52 Changeset [4723] by
- Fix error message in print_chip_raw().
- 22:48 Changeset [4722] by
- Fix error message in unknown chip printing routine.
- 22:45 Changeset [4721] by
- Avoid the conversions from double to float.
- 22:41 Changeset [4720] by
- Drop function get_feature_value, it wasn't adding much value.
- 22:41 Changeset [4719] by
- Avoid the conversions from double to float.
- 22:37 Changeset [4718] by
- Change print_temp_limits() to expose a sane interface. This lets us get …
- 22:36 Changeset [4717] by
- Move the printing of the current temperature out of print_temp_info(). …
- 22:35 Changeset [4716] by
- print_temp_info is only ever called with precision values of 1, so we can …
- 22:34 Changeset [4715] by
- Only consider the main features when computing how much room we need to …
- 22:33 Changeset [4714] by
- Labels do fit in the imparted space by construction now, so no need to …
- 15:24 Changeset [4713] by
- Clean up the global variables: * do_sets, do_raw and hide_adapter are only …
- 15:22 Changeset [4712] by
- Reorder the functions so as to get rid of unneeded forward declarations.
- 15:21 Changeset [4711] by
- config_file doesn't need to be a global. Also move the handling of the …
- 14:19 Changeset [4710] by
- Merge chips_generic.c into chips.c. The boundary between both files was …
- 13:45 Changeset [4709] by
- libsensors no longer returns ignored features so no need to check for this …
- 12:57 Changeset [4708] by
- Mass reindent and coding style cleanups.
- 10:59 Changeset [4707] by
- Executing the set statements is an exclusive action.
- 10:57 Changeset [4706] by
- Executing the set statements is an exclusive action.
- 10:43 Changeset [4705] by
- Merge most of the usage help text into a single string. This is way more …
- 10:42 Changeset [4704] by
- Refactor the configuration file path.
- 10:28 Changeset [4703] by
- Thanks to the new prototype of sensors_get_detected_chips, we no longer …
- 10:26 Changeset [4702] by
- Make sensors_match_chip internal to libsensors. It is no longer used by …
- 10:26 Changeset [4701] by
- Add a parameter to sensors_get_detected_chips(), to optionally let the …
Note: See TracTimeline
for information about the timeline view.
