-
Notifications
You must be signed in to change notification settings - Fork 279
Comparing changes
Open a pull request
base repository: lm-sensors/lm-sensors
base: V3-4-0
head repository: lm-sensors/lm-sensors
compare: 45ffa15cf02e63f70ff3b85c23e22dfbab7e8f9c
- 16 commits
- 9 files changed
- 3 contributors
Commits on Jun 25, 2015
-
Jean Delvare committed
Jun 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 580149a - Browse repository at this point
Copy the full SHA 580149aView commit details
Commits on Jul 6, 2015
-
Jean Delvare committed
Jul 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 75dbc24 - Browse repository at this point
Copy the full SHA 75dbc24View commit details -
sensors-detect: Fix systemd paths
Jean Delvare committedJul 6, 2015 Configuration menu - View commit details
-
Copy full SHA for b26a85f - Browse repository at this point
Copy the full SHA b26a85fView commit details -
sensors-detect: Add detection of Fintek F81768
Jean Delvare committedJul 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 76e050d - Browse repository at this point
Copy the full SHA 76e050dView commit details
Commits on Aug 10, 2015
-
sensors.1: Add reference to sensors-detect
Contributed by Aurelien Jarno.
Jean Delvare committedAug 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 991c8d5 - Browse repository at this point
Copy the full SHA 991c8d5View commit details -
sensors-detect: Only probe I/O ports on x86
Contributed by Aurelien Jarno.
Jean Delvare committedAug 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 6507372 - Browse repository at this point
Copy the full SHA 6507372View commit details
Commits on Aug 31, 2015
-
isadump: Fix compilation under musl
From Brendan Heading: You may be aware of the musl C-library implementation, which tries to be strictly standards compliant, avoids non-standard extensions, etc. Some distributions have adopted it as their standard C library, in others (such as buildroot) it is a configuration alternative. Vanilla lm-sensors does not compile under musl, due to the following excerpt which appears in four different places. The code is checking that the glibc version is greater than 2.0. #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0 #include <sys/io.h> #else #include <asm/io.h> #endif This fails under musl does not define __GLIBC__ (in fact, by design, it doesn't provide any way to identify itself at all) - which causes it to try to include <asm/io.h> rather than <sys/io.h>. It's a long time since glibc 2.0.1 was released - 1997. Accordingly, it seems to make little sense at this stage to try to retain compatibility with very old libcs - so maybe it should be removed entirely.
Jean Delvare committedAug 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 8fb3922 - Browse repository at this point
Copy the full SHA 8fb3922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e2560 - Browse repository at this point
Copy the full SHA 21e2560View commit details
Commits on Jul 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5ea7fef - Browse repository at this point
Copy the full SHA 5ea7fefView commit details
Commits on Jul 16, 2016
-
Merge pull request #6 from AlisonSchofield/master
update sensors-detect for Microchip MCP9808
Configuration menu - View commit details
-
Copy full SHA for eb3910b - Browse repository at this point
Copy the full SHA eb3910bView commit details -
sensors-detect: Mark F71868A as supported by the f71882fg driver
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for 5a71627 - Browse repository at this point
Copy the full SHA 5a71627View commit details -
sensors-detect: Mark F81768D as supported by the f71882fg driver
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for feabab9 - Browse repository at this point
Copy the full SHA feabab9View commit details -
sensors-detect: Mark F81866D as supported by the f71882fg driver
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for ff36ee0 - Browse repository at this point
Copy the full SHA ff36ee0View commit details -
Updated CHANGES file to reflect that MCP9808 is now detected
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for e39dbd3 - Browse repository at this point
Copy the full SHA e39dbd3View commit details -
sensors-detect: Fix detection of NCT6793D
The Chip ID for NCT6793D is 0xD12x, not 0xD11x. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for 6a368f7 - Browse repository at this point
Copy the full SHA 6a368f7View commit details
Commits on Jul 25, 2016
-
sensors-detect: Fix syntax error
elseif should be elsif Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Configuration menu - View commit details
-
Copy full SHA for 45ffa15 - Browse repository at this point
Copy the full SHA 45ffa15View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff V3-4-0...45ffa15cf02e63f70ff3b85c23e22dfbab7e8f9c