You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ingo Feinerer 9ac721c23f Use the sioctl_open(3) OpenBSD API to access vol
Starting with OpenBSD 6.7 regular users cannot access raw audio devices
anymore, for improved security.

Instead use the sioctl_open(3) API to access and manipulate audio
controls exposed by sndiod(8). On the first call a permanent connection
is established with the running sndiod daemon, and call-back functions
are registered which are triggered when audio controls are changed
(e.g., a USB headset is attached) or when the volume is modified. On
subsequent calls we poll for changes; if there are no volume changes
this costs virtually nothing.

Joint work with Alexandre Ratchov
5 years ago
..
battery.c Full battery indicator 5 years ago
cpu.c cpu_perc: Check for division by zero 7 years ago
datetime.c Add warn() and die() 8 years ago
disk.c Consistent paramter naming for components 8 years ago
entropy.c Add FreeBSD support for netspeeds, entropy and ip components 7 years ago
hostname.c Clean up header includes 8 years ago
ip.c Add FreeBSD support for netspeeds, entropy and ip components 7 years ago
kernel_release.c Clean up header includes 8 years ago
keyboard_indicators.c Add flexible formatting to keyboard_indicators. 8 years ago
keymap.c Refactor keymap.c 8 years ago
load_avg.c Remove fmt from load_avgs for consistency 8 years ago
netspeeds.c Add FreeBSD support for netspeeds, entropy and ip components 7 years ago
num_files.c Consistent paramter naming for components 8 years ago
ram.c Add ram and swap components on FreeBSD 7 years ago
run_command.c Clean up header includes 8 years ago
separator.c Add separator module 5 years ago
swap.c Add ram and swap components on FreeBSD 7 years ago
temperature.c Fix temperature reporting on OpenBSD 5 years ago
uptime.c Add support for cpu and uptime components on FreeBSD 7 years ago
user.c Clean up header includes 8 years ago
volume.c Use the sioctl_open(3) OpenBSD API to access vol 5 years ago
wifi.c close file descriptors and fix return values 7 years ago