aboutsummaryrefslogtreecommitdiff
path: root/smc.c
AgeCommit message (Collapse)Author
2011-11-03only use new 10.5+ API on 10.6+ as an easy way to filter against PowerPC ↵Hans-Christoph Steiner
builds which still run on 10.4 since 10.6 does not support PowerPC svn path=/trunk/externals/apple/; revision=15696
2011-11-03use Gestalt for runtime Mac OS X version detection, and let this build on < 10.5Hans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=15695
2011-10-10updated to use new 10.5 API if available, otherwise use API that was ↵Hans-Christoph Steiner
deprecated in 10.5 and removed in 10.6 svn path=/trunk/externals/apple/; revision=15562
2009-10-24turn off debug messagesHans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=12663
2009-10-24added rudimentary write support, but I think you need root access to do it...Hans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=12661
2009-10-24fixed bugs with byte list output and put example of interpreting those byte ↵Hans-Christoph Steiner
lists with [string2any] svn path=/trunk/externals/apple/; revision=12660
2009-10-24added the ability to query anything and made two patches based on that to ↵Hans-Christoph Steiner
get specific info: cpu temp and fan info svn path=/trunk/externals/apple/; revision=12659
2009-10-24got a basic smc example working, including outputting all supported keysHans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=12658