147 Commits (43a12832a343747b7317987b552a87eb8ed5b42d)

Author SHA1 Message Date
  Aaron Marcher 43a12832a3 Change uint64_t to uintmax_t 6 years ago
  Aaron Marcher d76b1a21fc battery: 64 bit ints on Linux 6 years ago
  Aaron Marcher b792b7ab69 cpu: Use uint64_t on OpenBSD 6 years ago
  Aaron Marcher 609ef3aa1f battery: Remove unnecessary defines for paths 6 years ago
  Aaron Marcher 16e15217c6 uptime: Improve typing and sort headers 6 years ago
  Aaron Marcher d1e3398822 temperature: Improve types 6 years ago
  Aaron Marcher ab4f24a612 ram: Check for theoretical division by zero 6 years ago
  Aaron Marcher fa7c266e2b ram: Use POSIX types 6 years ago
  Aaron Marcher b65c058598 entropy: Use POSIX types for format specifiers 6 years ago
  Aaron Marcher c59b64e643 entropy: Improve types 6 years ago
  Aaron Marcher 51ff7ce2b9 Consistent paramter naming for components 6 years ago
  Ian Remmler 32e0a2bfcc Add flexible formatting to keyboard_indicators. 6 years ago
  Tobias Tschinkowitz 005b541717 uptime: unification of the uptime function for linux/openbsd 6 years ago
  Tobias Tschinkowitz 8c8091f4f1 wifi: fixed disconnected wifi status on openbsd 6 years ago
  Aaron Marcher b0401b13bb Clean up header includes 6 years ago
  Tobias Tschinkowitz 0c29fc56f9 swap: removed unused include 6 years ago
  Laslo Hunhold a18439af11 Refactor swap.c to use getline() instead of buf-filling 6 years ago
  Laslo Hunhold 682c0fedde Use E-notation for large powers of 10 6 years ago
  Aaron Marcher c28643ce5b Revert "Add basic backlight percentage support" 6 years ago
  Tobias Tschinkowitz 5db729fedb ram: fixed int overflow on pagetok macro 6 years ago
  Laslo Hunhold f17f39d0a2 Refactor keymap.c 6 years ago
  Aaron Marcher d6ad87ce06 keymap: Add braces for for loop 6 years ago
  Michael Buch 943b42de05 Add keymap component 6 years ago
  Aaron Marcher 825f637e20 netspeeds: Fix indentation 6 years ago
  David Demelier 37724ac2c3 Add basic backlight percentage support 6 years ago
  Aaron Marcher cbbf59fd3d Change to fmt_human in netspeeds on OpenBSD 6 years ago
  Laslo Hunhold 7f91ce265e swap.c: Refactor getstats() and its usage 6 years ago
  Aaron Marcher 10dbc9543e Merge fmt_human_2 and fmt_human_10 to one function 6 years ago
  Aaron Marcher fc0dde5a60 Remove fmt from load_avgs for consistency 6 years ago
  Aaron Marcher aa8654795d battery_remaining: check for division by zero 6 years ago
  Aaron Marcher a546d4b585 battery_remaining: Change float to double 6 years ago
  Aaron Marcher 103945e7bb battery: Minor coding style fixes 6 years ago
  Aaron Marcher bae576cd22 Increase readability for load_uvmexp return 6 years ago
  Aaron Marcher ec5c35ec9f Remove units from numbers 6 years ago
  Aaron Marcher 4bd234c7ef swap_perc: check for division by zero on obsd too 6 years ago
  Aaron Marcher 806815778f swap_perc: check for division by zero 6 years ago
  David Demelier f386a03a20 Support energy_now/power_now in battery_remaining 6 years ago
  Tobias Tschinkowitz 1cd8a7b510 ip: fixed memory leak 6 years ago
  Laslo Hunhold b640cc489b Check return value of pclose() 6 years ago
  Aaron Marcher c12b9cc50b Refactor ram.c 6 years ago
  Aaron Marcher 7873b3b132 Make temp more readable on Linux 6 years ago
  Laslo Hunhold 951ea4e304 Refactor entropy.c 6 years ago
  Aaron Marcher 3f45a5f7ca Remove initialization to 0 for static vars 6 years ago
  Aaron Marcher a7ade0dc6d Remove unnecessary "valid" variable in cpu_perc 6 years ago
  Aaron Marcher 062f33f874 Add unit to temperature 6 years ago
  Aaron Marcher 0bc6855741 Implement scaling for cpu_freq 6 years ago
  Laslo Hunhold 46c4540dd2 Implement fmt_human_2() and fmt_human_10() 6 years ago
  Aaron Marcher 74c4f4ebda Add the percent sign to *_perc functions 6 years ago
  Laslo Hunhold 68a3902dc5 Increase precision in netspeeds.c 6 years ago
  Laslo Hunhold 422cadfd5f Implement esnprintf() and make formatted calls more efficient 6 years ago