~solene/obsdfreqd

1.2.1 1 year, 5 months ago .tar.gz browse log

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%

1.2.0 1 year, 7 months ago .tar.gz browse log

add a gitignore file

1.1.2 2 years ago .tar.gz browse log

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

1.1.1 2 years ago .tar.gz browse log

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 `,'

1.1.0 2 years ago .tar.gz browse log

rework examples

1.0.3 2 years ago .tar.gz browse log

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.

1.0.2 2 years ago .tar.gz browse log

Sync usage with manual

Make spacing, wrapping as well as argument names match.
Much nicer to read on default 80-char wide xterm.

1.0.1 2 years ago .tar.gz browse log

makefile: make it compliant for ports infrastructure

1.0.0 3 years ago .tar.gz browse log

obsdfreqd: use sysctl to get temperature, reenable unveil. Thanks trondd!

Branches

main
11757659 — Solène Rapenne 10 months ago
Do not follow this link