488 次程式碼提交 (aa8654795da19a8d517faf1b84cd4dc4ac75f6e7)
 

作者 SHA1 備註 提交日期
  Aaron Marcher aa8654795d battery_remaining: check for division by zero 6 年之前
  Aaron Marcher a546d4b585 battery_remaining: Change float to double 6 年之前
  Aaron Marcher 103945e7bb battery: Minor coding style fixes 6 年之前
  Aaron Marcher bae576cd22 Increase readability for load_uvmexp return 6 年之前
  Aaron Marcher ec5c35ec9f Remove units from numbers 6 年之前
  Aaron Marcher 4bd234c7ef swap_perc: check for division by zero on obsd too 6 年之前
  Aaron Marcher 806815778f swap_perc: check for division by zero 6 年之前
  Aaron Marcher d8ce4e6942 Add David Demelier to LICENSE 6 年之前
  David Demelier f386a03a20 Support energy_now/power_now in battery_remaining 6 年之前
  Tobias Tschinkowitz 1cd8a7b510 ip: fixed memory leak 6 年之前
  Laslo Hunhold b640cc489b Check return value of pclose() 6 年之前
  Aaron Marcher c12b9cc50b Refactor ram.c 6 年之前
  Aaron Marcher 7873b3b132 Make temp more readable on Linux 6 年之前
  Laslo Hunhold 951ea4e304 Refactor entropy.c 6 年之前
  Aaron Marcher 3f45a5f7ca Remove initialization to 0 for static vars 6 年之前
  Aaron Marcher a7ade0dc6d Remove unnecessary "valid" variable in cpu_perc 6 年之前
  Aaron Marcher 062f33f874 Add unit to temperature 6 年之前
  Aaron Marcher 0bc6855741 Implement scaling for cpu_freq 6 年之前
  Laslo Hunhold 46c4540dd2 Implement fmt_human_2() and fmt_human_10() 6 年之前
  Aaron Marcher 74c4f4ebda Add the percent sign to *_perc functions 6 年之前
  Laslo Hunhold 68a3902dc5 Increase precision in netspeeds.c 6 年之前
  Laslo Hunhold 422cadfd5f Implement esnprintf() and make formatted calls more efficient 6 年之前
  Aaron Marcher f31b113e7e Simplify ipv* functions 6 年之前
  Aaron Marcher d47d78255e Use `int` for flags 6 年之前
  Aaron Marcher 74891945d8 Revert aac29e2 as it is nonsense 6 年之前
  Aaron Marcher 06d4447f03 Set {r,t}xbytes 0 before incrementing them on OBSD 6 年之前
  Aaron Marcher a37224bf7b Missing assignment for last commit 6 年之前
  Aaron Marcher e3ccac3298 Unify and simplify netspeed logic and types 6 年之前
  Tobias Tschinkowitz 2321aecff0 netspeeds: added error condition for openbsd 6 年之前
  Aaron Marcher 0383146e5e uptime: Format function is static 6 年之前
  Aaron Marcher aac29e2bba battery: Move out struct as common code 6 年之前
  Tobias Tschinkowitz 22175f0d57 implemented openbsd netspeed functions 6 年之前
  Aaron Marcher 176d8ff874 Add netspeeds to config.def.h 6 年之前
  Aaron Marcher 0d05b3d13d Add network speed functions 6 年之前
  Aaron Marcher d0c68989cd Implement fmt_scaled for ram_* functions 6 年之前
  Aaron Marcher 49d1e5fae2 Fix ram_free for Linux 6 年之前
  Aaron Marcher 39ee31c242 Implement fmt_scaled for swap_* functions 6 年之前
  Aaron Marcher b3e56066ed Implement fmt_scaled for disk_* functions 6 年之前
  Aaron Marcher 35219d39ca Add fmt_scaled util function 6 年之前
  Aaron Marcher f317819984 Use %d instead of accidentally %i 6 年之前
  Aaron Marcher f170028527 Port battery_remaining to Linux 6 年之前
  Aaron Marcher b04ca3ef45 Fix memory leak 6 年之前
  Tobias Tschinkowitz 367f8a8c44 battery: fixed remaining time on connected AC 6 年之前
  Aaron Marcher 2604f25b16 Fix indentation 6 年之前
  Tobias Tschinkowitz 8c8326f793 Add battery_remaining function on OpenBSD 6 年之前
  Laslo Hunhold 80fc20d1d6 Add warn() and die() 6 年之前
  Laslo Hunhold a4fe8c9741 Audit slstatus.c 6 年之前
  Laslo Hunhold c83b388a3f Properly handle *snprintf() errors 6 年之前
  Aaron Marcher b759662983 Remove UNUSED macro 6 年之前
  Aaron Marcher fc8b6f81a5 Mark unused parameters, fix compiler warnings 6 年之前