root/lm-sensors/trunk/lib/proc.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5059 [5059] 12/02/07 14:41:37 khali Fix broken reference.
(edit) @4952 [4952] 10/14/07 14:00:15 jwrdegoede Several fixes to the fschmd support
(edit) @4939 [4939] 10/12/07 10:16:23 jwrdegoede This patchset adds support for the new fschmd driver, while …
(edit) @4861 [4861] 09/23/07 23:23:12 khali Use strchr() and strrchr() instead of the deprecated index() and …
(edit) @4751 [4751] 09/04/07 17:59:33 khali Fix the magnitude of temperature offsets in Linux 2.6.
(edit) @4750 [4750] 09/04/07 17:48:44 khali Minor fixes to the feature name conversion list.
(edit) @4547 [4547] 07/03/07 18:27:42 khali Add missing include.
(edit) @4354 [4354] 03/25/07 19:08:20 khali libsensors: Clean up pwm symbol names translation.
(edit) @4287 [4287] 01/09/07 03:46:13 mmh The sensors library relied on one structure having an identical layout …
(edit) @4208 [4208] 10/13/06 21:55:41 khali libsensors: Drop support for algorithm names. I2C algorithms no longer …
(edit) @4081 [4081] 08/01/06 11:48:42 khali Check for fscanf() failure when reading sysfs attributes. Also drop a …
(edit) @3244 [3244] 01/23/06 08:48:38 khali Fix sysctl warnings on x86_64. Reorder includes.
(edit) @3116 [3116] 10/02/05 16:55:58 mmh A trivial cleanup for getsysname() - there's no reason for matches[] to be …
(edit) @3115 [3115] 10/01/05 17:38:56 mmh Minor cleanup: get rid of an unnecessary forward declaration.
(edit) @3095 [3095] 09/18/05 22:38:19 mmh (mmh) This patch replaces the I2C chip enumeration (through sysfs) in …
(edit) @3094 [3094] 09/18/05 22:37:42 mmh (mmh) This patch replaces the I2C bus enumeration (through sysfs) in …
(edit) @3093 [3093] 09/18/05 22:30:44 mmh (mmh) This patch adds the files lib/sysfs.h and lib/sysfs.c, beginning …
(edit) @3091 [3091] 09/18/05 20:30:16 mmh (mmh) This patch moves two macros from lib/proc.c to lib/data.h. The …
(edit) @3090 [3090] 09/18/05 20:28:51 mmh (mmh) This patch moves the chip and bus lists from lib/proc.c to …
(edit) @3082 [3082] 09/10/05 22:27:20 khali Drop Linux-2.6 specific eeprom code, as we no longer support eeproms on …
(edit) @3064 [3064] 09/06/05 05:33:43 mmh drop eeprom display when kernel is 2.6.x - partially resolves …
(edit) @3058 [3058] 08/19/05 04:59:52 mmh Get rid of some unused global variables.
(edit) @3057 [3057] 08/16/05 03:16:59 mmh Please use safer string handling in any code you're already …
(edit) @3053 [3053] 08/14/05 13:42:29 khali Limit stack usage in sensors_read_proc_chips(). Remove forgotten debug …
(edit) @3052 [3052] 08/14/05 13:13:48 khali Support /sys/class/hwmon (Linux 2.6.14+).
(edit) @2919 [2919] 02/28/05 20:04:39 khali Support the Linux 2.6 lm92 driver.
(edit) @2745 [2745] 10/24/04 22:27:55 khali Add support for Linux 2.6 lm63 driver.
(edit) @2700 [2700] 09/23/04 06:04:21 mmh Add backwards compat. code in anticipation of changing sysfs …
(edit) @2655 [2655] 08/08/04 22:10:24 khali Fix LM83 critical limit in Linux 2.6 (support both old temp_crit …
(edit) @2654 [2654] 08/08/04 18:38:28 khali Allow an alternate sysfs file name for chip features. This is …
(edit) @2426 [2426] 04/09/04 19:19:10 khali Fix hyst temp for 2.6 lm75, lm78 and gl518sm. Shame on me.
(edit) @2421 [2421] 04/07/04 20:03:14 khali Revert bogus assumption that magnitude of sysfs files can only be …
(edit) @2345 [2345] 03/08/04 05:39:50 mmh Patch by Philipp Thomas <pth@suse.de>: > Current gcc versions warn when …
(edit) @2342 [2342] 03/07/04 08:30:27 khali Switch to new sysfs naming standard.
(edit) @2327 [2327] 02/29/04 11:25:54 khali Correctly handle 2.6 subclients. Original patch by Andrey …
(edit) @2265 [2265] 02/03/04 18:46:03 khali Fix 2.6 temp_statusX wrong magnitude.
(edit) @2259 [2259] 02/01/04 15:54:33 khali Add 2.6 fan_rippleX for fscher.
(edit) @2250 [2250] 01/30/04 21:57:38 khali Support 2.6 gl518sm driver.
(edit) @2247 [2247] 01/26/04 22:50:42 khali Add necessary conversions for FSC chips.
(edit) @2225 [2225] 01/17/04 19:12:38 khali Use unbuffered I/O for 2.6 eeprom to benefit from driver …
(edit) @2211 [2211] 01/09/04 22:35:27 khali Get rid of the lm90 hyst exception.
(edit) @2204 [2204] 01/05/04 21:39:59 khali Undo libsensors' hyst->min not needed anymore since linux …
(edit) @2197 [2197] 12/31/03 22:30:43 khali Add support for the Linux 2.6 version of the lm90 driver.
(edit) @2196 [2196] 12/30/03 23:21:40 mds better comments for getsysname()
(edit) @2165 [2165] 12/14/03 00:38:08 mds fix off-by-one bug with 2.6 eeprom handling
(edit) @2162 [2162] 12/13/03 20:01:43 mds add hack to support eeproms in 2.6 kernels
(edit) @2111 [2111] 11/29/03 18:44:30 khali Fix sensors segfault on bus freeing (sysfs).
(edit) @2107 [2107] 11/29/03 14:28:54 khali Add debugging code to trap systems that don't let libsensors write …
(edit) @2092 [2092] 11/24/03 21:18:47 khali Undo unacceptable hack. Better let things crash if they would, at …
(edit) @2087 [2087] 11/22/03 23:27:47 mds bus number is decimal, not hex
(edit) @2081 [2081] 11/21/03 05:07:22 mds adjust some mappings; map hyst to min to match what's in kernel -test8/9
(edit) @2076 [2076] 11/19/03 04:11:13 mds add getsysname() function which converts standard /proc names to …
(edit) @2066 [2066] 11/17/03 15:22:05 mds add sysfs write support
(edit) @2061 [2061] 11/16/03 20:54:38 mds correctly mark ISA chips with special ISA bus number
(edit) @2060 [2060] 11/16/03 20:43:05 mds retrieve i2c adapter name from sysfs
(edit) @2059 [2059] 11/16/03 18:57:29 mds Add preliminary sysfs support. Two entries added to struct …
(edit) @1777 [1777] 06/08/03 23:33:39 mds adm1026 and auto-sensors.h patch from P.P.
(edit) @1705 [1705] 01/21/03 21:01:27 kmalkki (Kyösti) Cleanups Copy sysctl enums to chip drivers from sensors.h for …
(edit) @1597 [1597] 11/11/02 00:13:38 khali Negative magnitude bugfix
(edit) @1101 [1101] 05/28/01 00:49:28 mds Change from sensors_x to i2c_x for x …
(edit) @207 [207] 02/08/99 23:50:29 frodo Adrian's copyright patch applied
(edit) @176 [176] 01/27/99 07:10:00 phil (Phil) Made slight adjustments so the new file arrangement will build. I …
(edit) @120 [120] 12/25/98 23:15:48 frodo Some library cleanup; no interface changes
(edit) @101 [101] 12/22/98 02:25:25 frodo More libary stuff The bus translation functions.
(edit) @98 [98] 12/21/98 15:14:25 frodo More library extensions Most notably, config file line numbers are now …
(add) @95 [95] 12/20/98 17:54:03 frodo More library files This brings the archive into synch with my …
Note: See TracRevisionLog for help on using the revision log.