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.
Tobias Tschinkowitz c1f79d741a corrected calculation for swap on openbsd
The swapctl(2) function fills the swapent struct with 512KB blocks.
As we want to display in GB, i just modified the calculation for this to
get the expected output.
8 years ago
..
battery.c Fix coding style 8 years ago
cpu.c Cast CPU percentage to int and fix indenation 8 years ago
datetime.c datetime: Add <stdio.h> for fprintf 8 years ago
disk.c Fix indents (spaces for alignment) 8 years ago
entropy.c entropy: Small fix 8 years ago
hostname.c Fix coding style 8 years ago
ip.c Unify header includes 8 years ago
kernel_release.c Format error messages properly 8 years ago
keyboard_indicators.c Fix coding style 8 years ago
load_avg.c Format error messages properly 8 years ago
num_files.c num_files: Variable declarations at top of block 8 years ago
ram.c consistent calculation of ram_* on openbsd 8 years ago
run_command.c Fix coding style 8 years ago
swap.c corrected calculation for swap on openbsd 8 years ago
temperature.c include <sys/time.h> before <sys/sensors.h> for time struct timeval 8 years ago
uptime.c Fix coding style 8 years ago
user.c user: Only declare variables in the beginning 8 years ago
volume.c Unify header includes 8 years ago
wifi.c wifi_perc: Simplify 8 years ago