|
|
|
@6032
|
[6032]
|
3 months |
khali |
Drop invalid statement.
|
|
|
|
@6027
|
[6027]
|
3 months |
khali |
Calling strcat twice in a row is inefficient, it's better to use
sprintf …
|
|
|
|
@6026
|
[6026]
|
3 months |
khali |
Fold get_features() into do_features().
There is no rationale for having …
|
|
|
|
@6025
|
[6025]
|
3 months |
khali |
Fix memory leaks in sensord revealed by valgrind.
The leak in daemonize() …
|
|
|
|
@5835
|
[5835]
|
2 years |
khali |
Fix support of multiple chips. Regression in 3.1.2, faulty commit is …
|
|
|
|
@5797
|
[5797]
|
3 years |
khali |
"alarm" is a glibc function, don't use this identifier for our own …
|
|
|
|
@5796
|
[5796]
|
3 years |
andy |
sensord: Break long lines in doChips()
This patch breaks long lines in …
|
|
|
|
@5795
|
[5795]
|
3 years |
andy |
sensord: Evaluate return value of idChip()
Evaluate return value of …
|
|
|
|
@5794
|
[5794]
|
3 years |
andy |
sensord: Refactoring of file prog/sensord/sense.c
This patch does some …
|
|
|
|
@5793
|
[5793]
|
3 years |
andy |
sensord: Change signature of (*FeatureFN)
This patch changes the …
|
|
|
|
@5792
|
[5792]
|
3 years |
andy |
sensord: Refactoring of applyToFeature()
This patch cleans up function …
|
|
|
|
@5791
|
[5791]
|
3 years |
andy |
sensord: Remove needless casts
This patch removes some needless casts. We …
|
|
|
|
@5790
|
[5790]
|
3 years |
andy |
sensord: Convert CGI script to lower case
This patch converts HTML code …
|
|
|
|
@5789
|
[5789]
|
3 years |
andy |
sensord: Fix coding style
This patch fixes some coding style issues.
* …
|
|
|
|
@5740
|
[5740]
|
3 years |
khali |
libsensors: New method to free the memory allocated for the internal …
|
|
|
|
@5737
|
[5737]
|
3 years |
khali |
Use the "daemon" logging facility instead of "local4" by default.
Local …
|
|
|
|
@5736
|
[5736]
|
3 years |
khali |
Optimize CGI generation code a bit.
|
|
|
|
@5735
|
[5735]
|
3 years |
khali |
Disable unit scaling for fan speeds. We want fan speed to be reported as …
|
|
|
|
@5734
|
[5734]
|
3 years |
khali |
Don't use the system log when generating a CGI script. This is is
normally …
|
|
|
|
@5732
|
[5732]
|
3 years |
andy |
sensord: Fix build error.
This is caused by a missing file …
|
|
|
|
@5724
|
[5724]
|
3 years |
andy |
sensord: Refactoring of the rrdInit() function.
* Fix deep indentation …
|
|
|
|
@5723
|
[5723]
|
3 years |
andy |
Replace the deprecated signal() function by sigaction().
|
|
|
|
@5722
|
[5722]
|
3 years |
andy |
sensord: This patch does some refactoring of the loadConfig()
function.
* …
|
|
|
|
@5721
|
[5721]
|
3 years |
andy |
sensord: Did some refactoring in parseChips(). This fixes some deep …
|
|
|
|
@5720
|
[5720]
|
3 years |
andy |
sensord: Removed useless breaks after some exit() calls.
|
|
|
|
@5719
|
[5719]
|
3 years |
andy |
sensord: Introduce struct sensord_args.
This structure encapsulate all …
|
|
|
|
@5718
|
[5718]
|
3 years |
andy |
sensord: Remove the hidden commandline interface.
|
|
|
|
@5679
|
[5679]
|
3 years |
andy |
sensord: Remove leading whitespaces in empty lines.
|
|
|
|
@5678
|
[5678]
|
3 years |
andy |
Convert coding style in prog/sensord/ from gnu to kernel style.
|
|
|
|
@5624
|
[5624]
|
3 years |
khali |
lm-sensors 3.0 is now the main development branch.
|
|
copied from lm-sensors/branches/lm-sensors-3.0.0/prog/sensord:
|
|
|
|
@5580
|
[5580]
|
3 years |
khali |
Don't bail out on transient errors (#2330).
|