Do not follow this link

~solene/obsdfreqd

11757659 — Solène Rapenne 8 months ago main
bump license date
b809d905 — Solène Rapenne 8 months ago
make README more readable
d22d3d4a — Solène Rapenne 1 year, 3 months ago 1.2.1
automatic threshold was only working in battery mode

the threshold was correctly set according to the CPU
number, but the wall_threshold still had an hardcoded
30%
a909c1a2 — Solène Rapenne 1 year, 5 months ago 1.2.0
add a gitignore file
c851c1cc — Solène Rapenne 1 year, 5 months ago
threshold default value is now relative to the CPU number

obsdfreqd uses hw.ncpuonline to calculate a threshold
matching 80% of a single core usage. This helps the
default value to work fine with computer from 1 to many cores.
Merge pull request 'use of fprintf() is not async-signal safe; call write() instead' (#2) from seanmcg/obsdfreqd:signal_handler_reentrancy into main

Reviewed-on: https://tildegit.org/solene/obsdfreqd/pulls/2
8ac1d975 — Sean McGovern 2 years ago
use of fprintf() is not async-signal safe; call write() instead
ee35b241 — Solene Rapenne 2 years ago
README: tweaks
0d3c032a — Vlad Meșco 2 years ago 1.1.1
code improvement

1) in get_temp, check temperature_sensor_found to avoid a bogus sysctl
   if a temperature sensor was not found
2) fix checks for min_freq and max_freq (were improperly checked, resulting
   in a failed sysctl if passing e.g. -m 1600)
3) preserve contents of argv[] because kvm_getargv grabs whatever is in the
   program's argv[], making ps report a different command line compared to
   how the program was started when parsing `,'
48e0c808 — Solene Rapenne 2 years ago
use -O2 instead of -Os
89a2fe9a — Solene Rapenne 2 years ago 1.1.0
rework examples
ee170551 — Solene Rapenne 2 years ago
improve temperature throttling

- enhance CPU temperature sensor detection
- add a new parameter to give a sensor identifier

patch from Vlad Meşco, thanks!
de605f35 — Klemens Nanni 2 years ago 1.0.3
Leave rc.d(8) script handling to the OpenBSD port

sysutils/obsdfreqd now has a local copy of the script as is common with
daemons in port.  Apply the ports patch so the new release can build
without any.
df93f44e — Klemens Nanni 2 years ago 1.0.2
Sync usage with manual

Make spacing, wrapping as well as argument names match.
Much nicer to read on default 80-char wide xterm.
f7aed1ac — Klemens Nanni 2 years ago
manual: Use default .Ex in EXIT STATUS

No need to spell out manuall as obsdfreqd follows standard semantics.
fd9c7369 — Klemens Nanni 2 years ago
manual: Fix spelling
690c0e5c — Klemens Nanni 2 years ago
manual: Fix "mandoc -T lint" errors and warnings
77d28d3b — Klemens Nanni 2 years ago
manual: Fix flags markup

SYNOPSIS already tells which flags are optional, so no need to markup each
flag with .Op individually.

Removing that marco also makes tags work, i.e. ":tv<Enter>" in the pager
will no jump to -v.
68318064 — solene 2 years ago
Merge pull request 'Fix markup' (#1) from rjc/obsdfreqd:main into main

Reviewed-on: https://tildegit.org/solene/obsdfreqd/pulls/1
Fix markup
Next
Do not follow this link