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.
Laslo Hunhold 422cadfd5f Implement esnprintf() and make formatted calls more efficient
Within the components, snprintf() was unchecked and had inefficient
calls in some places.
We implement esnprintf() that does all the dirty laundry for us
and use it exclusively now.
8 years ago
..
battery.c Implement esnprintf() and make formatted calls more efficient 8 years ago
cpu.c Use %d instead of accidentally %i 8 years ago
datetime.c Add warn() and die() 8 years ago
disk.c Implement fmt_scaled for disk_* functions 8 years ago
entropy.c entropy: Small fix 8 years ago
hostname.c Add warn() and die() 8 years ago
ip.c Simplify ipv* functions 8 years ago
kernel_release.c Add warn() and die() 8 years ago
keyboard_indicators.c Add warn() and die() 8 years ago
load_avg.c Add warn() and die() 8 years ago
netspeeds.c Implement esnprintf() and make formatted calls more efficient 8 years ago
num_files.c Add warn() and die() 8 years ago
ram.c Implement fmt_scaled for ram_* functions 8 years ago
run_command.c Add warn() and die() 8 years ago
swap.c Implement fmt_scaled for swap_* functions 8 years ago
temperature.c Add warn() and die() 8 years ago
uptime.c uptime: Format function is static 8 years ago
user.c Add warn() and die() 8 years ago
volume.c Add warn() and die() 8 years ago
wifi.c Implement esnprintf() and make formatted calls more efficient 8 years ago