Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbpfan #3

Open
wants to merge 293 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
293 commits
Select commit Hold shift + click to select a range
a2dacfd
Fixes #4. Adds some tests for #28
Nov 18, 2012
601c1fa
Change upstart to respawn forever
pjvds Oct 13, 2013
3f59ffa
Added compatibility with 9,2 in README [fix #30]
Oct 13, 2013
423a947
Added Arch Linux support and BBS link [Fixes #31]
Oct 13, 2013
2b62cf9
Merge pull request #32 from pjvds/master
Oct 13, 2013
460e0ab
Added Macbook Air 5,2
May 14, 2014
2636e19
pclose the popened processes
johnf May 24, 2014
99d0212
Merge pull request #37 from johnf/defunct
May 25, 2014
f3bbf97
Update AUTHORS
May 25, 2014
6bfe932
Support for kernel >= 3.15
dgraziotin Jun 21, 2014
d14c710
Almost done with #38.
dgraziotin Jun 22, 2014
0526fc5
Fixes #38
dgraziotin Jun 22, 2014
2b16060
Fixed conflict
dgraziotin Jun 22, 2014
033c8b9
really fixed conflicts...
dgraziotin Jun 22, 2014
c2a3b8a
Merge branch 'linux-3.15.0'
dgraziotin Jun 22, 2014
8b63848
Fixes #33
dgraziotin Jun 22, 2014
a034b3f
Fixes #28
dgraziotin Jun 23, 2014
a8c38df
Added verified support for mbp 7,1
dgraziotin Jun 23, 2014
29faca5
Deleted outdated PKGBUILD fixes #39
dgraziotin Jun 29, 2014
473a12f
correct use of EXIT_SUCCESS and EXIT_FAILURE, fixes #43
dgraziotin Jun 29, 2014
b037ec2
Handle corner-case where no sensors and fans are detected [fixes #42]
dgraziotin Jun 29, 2014
42be2d5
Correct syslog use for priority codes [fixes #44]
dgraziotin Jun 29, 2014
38c14b7
Update mbpfan.service
Yamakaky Jun 29, 2014
aadc05d
Unneeded link for systemd.
Yamakaky Jun 29, 2014
9c5be54
More general systemd service file.
Yamakaky Jun 29, 2014
643c7a3
Merge pull request #45 from Yamakaky/master
Jun 29, 2014
bb26408
Fix makefile: no redundant sudo; Fix mbpfan.c: no more sudden silence…
ahyangyi Jul 7, 2014
451bbb9
Fix documentation for Gentoo
ahyangyi Jul 7, 2014
fff4b50
Remove redundant typedef's
oliviertilmans Jul 21, 2014
f5f61cc
Fix unused variable
oliviertilmans Jul 21, 2014
44d2ad7
Expose fans and sensors globally
oliviertilmans Jul 21, 2014
8bb61f8
Add function to give back fan control to applesmc
oliviertilmans Jul 21, 2014
511d348
Handle back control to applesmc on exit
oliviertilmans Jul 21, 2014
9941772
Merge pull request #49 from oliviertilmans/fan_manual_auto
Jul 27, 2014
43acd46
Merge branch 'master' of git://github.com/ahyangyi/Fan-Control-Daemon…
dgraziotin Jul 27, 2014
5e55ebf
Initial polling of 2 seconds to gather sufficient delta_temp and set …
dgraziotin Jul 27, 2014
b5f8bdd
Merge branch 'ahyangyi-master'+small edit
dgraziotin Jul 27, 2014
93f2fd4
cleaning up resources on exit
oliviertilmans Jul 27, 2014
63c95fd
refs #52: try to remove stale pid file instead of aborting.
marji Jan 14, 2015
0ca45b2
Merge pull request #53 from marji/master
Jan 29, 2015
8134716
Merge pull request #50 from oliviertilmans/cleanup_resources
Jan 29, 2015
23c1970
Added latest contributors
Jan 30, 2015
1be365c
README: applesmc/coretemp load on startup #55
Feb 8, 2015
e31b272
Altered kernel version check to allow 4.x.x kernels
Mar 28, 2015
c3209df
Merge pull request #58 from nlydeen/master
Mar 28, 2015
2f8946d
let the test pass on kernel >= 4
May 5, 2015
f5552f8
Merge pull request #62 from peppelakappa/master
dgraziotin May 5, 2015
976aa80
Fix execution right mistakenly set on source file
tburette Jun 18, 2015
7c1f71f
Merge pull request #63 from tburette/master
dgraziotin Jun 18, 2015
c7936d1
Update README.md
tiikeri Aug 31, 2015
ad173c9
Merge pull request #67 from viktorahlstrom/patch-1
dgraziotin Oct 14, 2015
e59254c
Update README.md
Oct 22, 2015
2ad766c
Merge pull request #69 from JensTimmerman/patch-1
dgraziotin Oct 22, 2015
2f876b6
Update README.md
X-s Dec 20, 2015
6c8ad53
Merge pull request #71 from X-s/master
dgraziotin Dec 20, 2015
6270d07
Update README.md
dgraziotin Jan 30, 2016
e7c60f4
Create COPYING
dgraziotin Feb 7, 2016
10b9621
[Fixes #73] - Added MacBook 1,1 tu README
dgraziotin Feb 25, 2016
150fcad
Fix buffer overflow in sprintf
ayyess Mar 14, 2016
584b137
[Fix #68] run tests within source directory
dgraziotin Mar 17, 2016
9306d98
[Fix #65] Correct instructions for systemd
dgraziotin Mar 17, 2016
2446a12
Use only 1 extra character for counter
ayyess Mar 17, 2016
f2736c8
Merge pull request #74 from andjscott/master
dgraziotin Mar 17, 2016
0e3437b
Update Gentoo instructions, resolve #75
Mar 31, 2016
68a6f26
Merge pull request #76 from p-kozlov/patch-1
dgraziotin Apr 2, 2016
31ef985
[Fix #77] added Upstart instructions in README
dgraziotin May 2, 2016
393504e
[Fixes #79] mbpfan.conf self-explains itself
dgraziotin Jun 5, 2016
5db89e4
created manpage for the binary
Jul 4, 2016
8e68a2b
Update Makefile to use install instad of cp. The manpage, systemd .se…
Jul 4, 2016
6eb4bf3
Added Mac Mini to list of tested devices
dgraziotin Jul 12, 2016
d3c086b
[Fixes #81] added imac 12,1 to list of tested devices
dgraziotin Jul 21, 2016
c2e302d
Corrected some strings in the README.md
aviallon Jul 21, 2016
1a63a6d
Merge pull request #82 from aviallon/patch-1
dgraziotin Jul 21, 2016
ffd0756
[Fix #85] correct test cases for settings
dgraziotin Aug 29, 2016
adccefb
polished authorship status at beginning of files
dgraziotin Aug 29, 2016
ecb9d8d
Merge branch 'master' of git://github.com/JR1994/mbpfan into JR1994-m…
dgraziotin Aug 31, 2016
72e902f
[#80] New Makefile without systemd part
dgraziotin Aug 31, 2016
b46a2f0
[80] little changes to man page
dgraziotin Aug 31, 2016
6457160
Added my iMac to compatible models and clarified README.md
dgraziotin Aug 31, 2016
ce0afe2
Update AUTHORS
JR1994 Sep 1, 2016
7208723
[fix 80] New man page and Makefile from 'JR1994-master'
dgraziotin Sep 2, 2016
d925f50
Merge pull request #86 from JR1994/patch-1
dgraziotin Sep 2, 2016
0efcf93
[Fix #87] Tested on Mac Mini 6,1
dgraziotin Sep 13, 2016
e32e5eb
Update README.md
larutaN Oct 11, 2016
3677caa
Merge pull request #89 from Larutan/patch-1
dgraziotin Oct 11, 2016
6e010e4
added return 0; to line 106 to prevent core dump when compiled with c…
rmusial Nov 18, 2016
8582ed5
Delete .minunit.c.swp
rmusial Nov 18, 2016
e3e5e48
Tested on MacBook Air 1,1
Dec 27, 2016
e5088ef
Merge pull request #94 from tarkant/master
dgraziotin Dec 28, 2016
00ac565
Merge branch 'master' of git://github.com/rmusial/mbpfan into rmusial…
dgraziotin Dec 28, 2016
8ef4013
Merge branch 'rmusial-master'
dgraziotin Dec 28, 2016
b897f51
Update README.md
rmusial Dec 28, 2016
cbafd1c
Update README.md
rmusial Dec 28, 2016
38eb9e0
Update AUTHORS
rmusial Dec 28, 2016
16d2ae0
Merge branch 'master' of git://github.com/rmusial/mbpfan into rmusial…
dgraziotin Dec 28, 2016
754caf6
[Fix #96] Clang initial support, thanks @rmusial
dgraziotin Dec 28, 2016
edf722c
Merge branch 'rmusial-master'
dgraziotin Dec 28, 2016
11ec211
Flush standard out before sleeping in verbose mode.
aaronriekenberg Dec 28, 2016
a8e5a4c
[Fix #98] runscript-> openrc-run gentoo init
dgraziotin Dec 29, 2016
1770881
Add Macmini5,3 to supported list
wezm Jan 16, 2017
f9f39cf
Merge pull request #100 from wezm/add-macmini53
dgraziotin Jan 16, 2017
a99aaad
Changes to be committed:
Mar 19, 2017
e339f81
Changes to be committed:
Mar 19, 2017
c72090d
Update AUTHORS
rmusial Mar 20, 2017
c52a624
Update daemon.c
rmusial Mar 20, 2017
b71375f
Update main.c
rmusial Mar 20, 2017
a7d3eb2
Update mbpfan.c
rmusial Mar 20, 2017
8ed45aa
Update daemon.c
rmusial Mar 22, 2017
13543b3
Update main.c
rmusial Mar 22, 2017
75002c0
Update mbpfan.c
rmusial Mar 22, 2017
eda7485
Update AUTHORS
rmusial Mar 22, 2017
34cf499
Update AUTHORS
rmusial Mar 24, 2017
e2a62a9
Update daemon.c
rmusial Mar 24, 2017
b149238
Update main.c
rmusial Mar 24, 2017
2f5c736
Update mbpfan.c
rmusial Mar 24, 2017
1cf14e0
Update AUTHORS
rmmm Mar 26, 2017
28ca34e
Update mbpfan.c
rmmm Mar 26, 2017
b454fce
Update main.c
rmmm Mar 26, 2017
591b37a
Update daemon.c
rmmm Mar 26, 2017
e7dd42e
changes to legacy kernel detection
rmusial Mar 27, 2017
a7ca28f
Removed unneeded line from Makefile
rmusial Mar 27, 2017
32256bc
Updated README to reflect new testing with LLVM toolchain
rmusial Mar 27, 2017
9f646ae
Merge branch 'master' of git://github.com/aaronriekenberg/mbpfan into…
dgraziotin Apr 2, 2017
906e40c
[Fix #97] Flush standard out before sleeping in verbose mode.
dgraziotin Apr 2, 2017
c3e1c9c
Reverted to old legacy kernel detection [#92 needs investigation]
dgraziotin Apr 2, 2017
565c545
[Fix #104] support for clang, makefile cleaned from 'rmusial-master'
dgraziotin Apr 2, 2017
592895d
[Fix #105] fixed memory leak in retrieve_sensors()
dgraziotin Apr 2, 2017
1ee0e1f
[fix #92] support for CentOS w/ Linux 3.10.0 but new sensors path
dgraziotin Apr 2, 2017
7590a5a
Update README.md
osleg Apr 2, 2017
d282619
Merge pull request #108 from osleg/patch-1
dgraziotin Apr 2, 2017
7384b3a
Update the install instructions for Gentoo Linux
gktrk Apr 2, 2017
d965ec7
Makefile: do not call make recursively inside the install target
gktrk Apr 2, 2017
ba97ea5
Merge pull request #109 from gktrk/readme-fix
dgraziotin Apr 3, 2017
2eea94f
Merge branch 'makefile_install_fix' of git://github.com/gktrk/mbpfan …
dgraziotin Jun 21, 2017
3e88f70
[Fixes #110] Merge branch 'gktrk-makefile_install_fix'
dgraziotin Jun 21, 2017
4730988
[fix #118] protect macro definitions
dgraziotin Jun 21, 2017
f20a227
[#117] call closedir(dir) when checking requirements
dgraziotin Jun 21, 2017
5f2da79
[Fix #117] eliminate redundant exec() in check_requirements
dgraziotin Jun 21, 2017
35f85c7
Fix README nits
gaul Jul 13, 2017
12a6bb0
Correct kernel version message to >= 3.15.0
gaul Jul 13, 2017
230f0be
Do not attempt to catch uncatchable SIGSTOP
gaul Jul 13, 2017
9034e1f
Rewrite confusing conditional
gaul Jul 14, 2017
399aad7
Do not repeatedly reopen fan and sensor devices
gaul Jul 13, 2017
345b1d2
Merge pull request #127 from andrewgaul/conditional
dgraziotin Jul 20, 2017
f3afd55
Merge pull request #124 from andrewgaul/kernel-version
dgraziotin Jul 20, 2017
88a9ce1
Merge pull request #123 from andrewgaul/readme
dgraziotin Jul 20, 2017
6c8dbec
Merge branch 'sigstop' of git://github.com/andrewgaul/mbpfan into and…
dgraziotin Jul 20, 2017
b39ed3a
Merge branch 'andrewgaul-sigstop'
dgraziotin Jul 20, 2017
b2cd984
Merge branch 'reopen-fan' of git://github.com/andrewgaul/mbpfan into …
dgraziotin Jul 20, 2017
f1bdb61
Merge branch 'andrewgaul-reopen-fan'
dgraziotin Jul 20, 2017
e95e19a
Avoid freeing static strings
gaul Jul 20, 2017
cc97012
Catch SIGQUIT
gaul Jul 13, 2017
8c2e11c
Enable -Wall and -Wextra
gaul Jul 22, 2017
7297a18
TOC, coretemp/applesmc directions, Macbook support, Solus
Aug 10, 2017
bd92a25
Merge pull request #134 from DougBeney/patch-1
dgraziotin Aug 10, 2017
14ce4b8
add ".o" to object files
Aug 14, 2017
160d44c
remove "-v" flag from systemd service file.
Aug 14, 2017
e45a1d7
add credits where due.
Aug 14, 2017
650471a
Clean up string creation via smprintf and strdup
gaul Jul 13, 2017
a00c5b7
Merge branch 'double-free' of git://github.com/gaul/mbpfan into gaul-…
dgraziotin Oct 4, 2017
a794a53
Merge branch 'gaul-double-free'
dgraziotin Oct 4, 2017
1da1639
Merge branch 'sigquit' of git://github.com/gaul/mbpfan into gaul-sigquit
dgraziotin Oct 4, 2017
6486820
Merge branch 'gaul-sigquit'
dgraziotin Oct 4, 2017
8130daa
Merge branch 'strings' of git://github.com/gaul/mbpfan into gaul-strings
dgraziotin Oct 4, 2017
d6e4307
Merge branch 'gaul-strings'
dgraziotin Oct 4, 2017
fcff534
Merge branch 'warnings' of git://github.com/gaul/mbpfan into gaul-war…
dgraziotin Oct 4, 2017
e0df856
Merge branch 'gaul-warnings'
dgraziotin Oct 4, 2017
72e457c
Merge branch 'mychanges' of git://github.com/sasanj/mbpfan into sasan…
dgraziotin Oct 4, 2017
237eae7
Merge branch 'sasanj-mychanges'
dgraziotin Oct 4, 2017
33e9363
Removed redundant systemd instructions
evjan Nov 4, 2017
ce32184
Check root privileges before running tests
gaul Aug 15, 2018
e8850f6
Plug little leak from reused variable
gaul Oct 4, 2017
6aba92d
Configure timer slack for 1 second
gaul Jul 13, 2017
ca52e9c
Call nanosleep instead of sleep in polling loop
gaul Jul 14, 2017
885a084
Correctly test sensor path for Linux prior to 3.15
gaul Jul 13, 2017
ddc2197
Allow overriding CC with environment variable
gaul Aug 20, 2018
8c89a67
Address GCC 7 warnings
gaul Aug 20, 2018
ac099c8
Report error when failing to set fan speed
gaul Aug 20, 2018
e58a67f
Avoid setting speed when already set to that speed
gaul Jul 14, 2017
084b5c3
Improve capitalization, spelling, and whitespace
gaul Aug 21, 2018
d717ffb
Add gaul to AUTHORS
gaul Aug 21, 2018
4a3ea93
Correctly detect legacy or modern sensors
gaul Aug 24, 2018
810adc6
Detect minimum and maximum fan speeds
gaul Jul 21, 2017
87f3fc2
First spec attempt
codutti Aug 19, 2018
8db63a4
Removed autoconfig with suggested procedure because has been integrat…
codutti Sep 10, 2018
b0cdfd4
Propagate exit code from unit tests
gaul Sep 13, 2018
1716d9d
Update unit tests for fan speed auto-detection
gaul Sep 13, 2018
968133e
Add support for many processors (not just cores)
Sep 19, 2018
c8f33ec
Plug little leak
gaul Jan 15, 2019
50f3a67
Add support for many processors (not just cores)
mikaelbjoern Jan 18, 2019
dd2c305
Change default polling_interval to 1
gaul Jan 18, 2019
07f19de
Add Travis configuration.
gaul Jan 18, 2019
e0b2de3
Added travis badge [refs 173]
dgraziotin Jan 21, 2019
53e1c35
Add testing of Mac Pro models to README. Ref Issue #140 and (incident…
Jan 22, 2019
c77f23a
Change minimum and maximum fan speeds
gaul Jan 23, 2019
5df44bd
Add MacBook Pro 3,1
Krutonium May 2, 2019
f870822
Recommend using Debian and Ubuntu packages
gaul Apr 28, 2019
d63fa7c
Add install instructions for Solus
Krutonium May 14, 2019
5083499
CRUX Linux package
jolupa Jul 9, 2019
99ab1d0
Adding another 'tested with' line to README
Aug 16, 2019
9f55c0c
Adding Fedora installation instructions.
LyesSaadi Oct 4, 2019
272ef08
Add missing distro to table of contents
gaul Oct 4, 2019
559a2f3
Prefer smprintf instead of unsafe sprintf
gaul Oct 8, 2019
4f3cdfc
Label fans during logging
gaul Oct 8, 2019
6452c64
Do not recommend running tests
gaul Aug 29, 2019
64f6ea5
Log fan label and speed next to each other
gaul Oct 16, 2019
98a3497
Make logging consistent
gaul Oct 16, 2019
4722e79
Increase maximum sensors
gaul Oct 24, 2019
8984322
Specify C99 standard
gaul Oct 28, 2019
a28dd3e
Recalibrate after unexpected polling interval
gaul Sep 19, 2019
2c743b0
Calculate temperature using maximum
gaul Oct 19, 2019
2ed1671
Prefer simpler strtod over sscanf
gaul Oct 29, 2019
d818571
Fix clang-tidy issues
gaul Oct 24, 2019
0219257
Move supported models to wiki
gaul Oct 29, 2019
abda2b8
Add logging/printing helper
gaul Oct 30, 2019
110ccb5
Address Valgrind warnings during unit tests
gaul Oct 30, 2019
dae65c2
Only specify LIBS once
gaul Oct 31, 2019
28bc0a1
Plug memory leaks during unit tests
gaul Oct 30, 2019
1243d7d
Update unit tests for fan speed auto-detection
gaul Oct 31, 2019
0ae5721
Emit version number on startup
gaul Oct 31, 2019
29eeec1
Prefer HTTPS where possible
gaul Nov 1, 2019
b21aaa8
Reparent links into credits section
gaul Nov 1, 2019
0a9f03e
Annotate mbp_log as having printf parameters
gaul Nov 24, 2019
7ac2eb0
Do not resuse va_list without reinitialization
gaul Nov 24, 2019
49f544f
Only call va_start when needed
gaul Nov 24, 2019
dd4ed65
Offcial Fedora Package #181
LyesSaadi Jan 12, 2020
bc71232
Add AskUbuntu reference
gaul Apr 23, 2020
10d6feb
Use smaller max_fan_speed in tests
gaul Apr 30, 2020
52d8973
Moved tests to separate binary (mbpfan-tests)
localscope May 19, 2020
814af65
Log maximum MHz of all CPUs
gaul Feb 28, 2021
16f28f9
Improve comments in the config around {low,high,max}_temp settings
hyperair Mar 2, 2021
623f44d
Reformat source code with clang-tidy
gaul Apr 12, 2021
2dd04d5
Update version to 2.3.0
gaul Feb 26, 2022
7981306
Create dinit service definition, update readme to include dinit instr…
nbfritch Apr 2, 2022
95b6ba9
Add coretemp as module dependency at startup
heimoshuiyu Aug 12, 2022
71d72cf
Fix PIDFile= reference, restart latency in systemd service
AmateurECE Jul 23, 2022
d4473d4
Ensure lib/modules-load.d exists before installing there
jackkamm Nov 19, 2022
1941f45
Add support for alternate applesmc module device path.
robabram Sep 27, 2021
a9c324d
Bump version to 2.4.0
gaul Apr 2, 2023
98d68c1
Update global.h
ilmanzo Apr 14, 2023
e88d29e
Fix clang 16 warnings
gaul Aug 3, 2023
0cb3c5a
src/util.c: Fix build with clang-16
listout Aug 3, 2023
8434cfb
Use corrent format string for unsigned int
michalkielan Oct 18, 2024
a327a85
Add missing #include
gaul Oct 18, 2024
b4cb72a
Improve directory error checking
gaul Oct 18, 2024
db585f3
Add configuration for clang-tidy
gaul Oct 18, 2024
905988c
Do not call signal-unsafe functions in handler
gaul Oct 18, 2024
5c49f52
Enable clang-tidy misc-include-cleaner
gaul Nov 3, 2024
8fa04b9
Remove some unnecessary calls to exit
gaul Nov 3, 2024
14e1c42
Enable more of clang-analyzer
gaul Nov 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
WarningsAsErrors: '*'
Checks: '
*,
-altera-*,
-android-*,
-bugprone-assignment-in-if-condition,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-narrowing-conversions,
-bugprone-reserved-identifier,
-bugprone-signed-char-misuse,
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-err33-c,
-cert-err34-c,
-cert-str34-c,
-clang-analyzer-core.CallAndMessage,
-clang-analyzer-security.insecureAPI.strcpy,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-diagnostic-macro-redefined,
-concurrency-mt-unsafe,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-macro-to-enum,
-cppcoreguidelines-narrowing-conversions,
-google-readability-braces-around-statements,
-google-readability-todo,
-hicpp-*,
-llvm-*,
-llvmlibc-*,
-misc-unused-parameters,
-modernize-macro-to-enum,
-readability-braces-around-statements,
-readability-else-after-return,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-inconsistent-declaration-parameter-name,
-readability-isolate-declaration,
-readability-magic-numbers,
-readability-math-missing-parentheses,
-readability-suspicious-call-argument,
'
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Intellij
.idea
*.iml

# Eclipse
.cproject
.project

# Object files
*.o
bin/*

# Libraries
*.lib

# Shared objects (inc. Windows DLLs)
*.dll
*.so

# Executables
*.exe
*.out

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist: xenial
language: c
script:
- make
23 changes: 23 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
AUTHORS, CONTRIBUTORS, MAINTAINERS
----------------------------------

Daniel Graziotin <daniel AT ineed DOT coffee>

Marji Cermak <marji AT morpht DOT com>
John Ferlito <john AT inodes DOT org>
Andrew Gaul <gaul AT gaul DOT org>
Ismail Khatib <ikhatib AT gmail DOT com>
Trevor Joynson
Magnus Stubman <magnus AT stubman DOT eu>
Olivier Tilmans
Yamakaky <yamakaky AT gmail DOT com>
Yi Yang <ahyangyi AT gmail DOT com>
Herminio Hernandez Jr <herminio.hernandezjr AT gmail DOT com>
Robert Musial <rmusial AT fastmail DOT com>
Ati Sharma <ati.sharma AT gmail DOT com>


ORIGINARY AUTHORS
-----------------
Allan McRae mbpfan <http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon>
rvega <https://github.com/rvega/Fan-Control-Daemon>
Loading