Commit Graph

  • f17f39d0a2 Refactor keymap.c Laslo Hunhold 2018-05-23 15:29:37 +0200
  • 13d77cd268 Refactor snprintf-usage in util.c Laslo Hunhold 2018-05-23 13:51:50 +0200
  • d6ad87ce06 keymap: Add braces for for loop Aaron Marcher 2018-05-23 13:30:45 +0200
  • 385aedffd9 Add keymap to README Aaron Marcher 2018-05-23 11:50:08 +0200
  • cf2b604507 Add Michael Buch to LICENSE Aaron Marcher 2018-05-23 10:12:20 +0200
  • 943b42de05 Add keymap component Michael Buch 2018-05-23 07:16:30 +0100
  • 57f69e900b Remove o-flag as it is redundant Laslo Hunhold 2018-05-21 21:31:53 +0200
  • 9c9ce8a125 Check printf() for output errors Laslo Hunhold 2018-05-22 12:50:43 +0200
  • 825f637e20 netspeeds: Fix indentation Aaron Marcher 2018-05-22 12:42:31 +0200
  • 37724ac2c3 Add basic backlight percentage support David Demelier 2018-05-22 09:23:29 +0200
  • cbbf59fd3d Change to fmt_human in netspeeds on OpenBSD Aaron Marcher 2018-05-22 12:21:52 +0200
  • 7f91ce265e swap.c: Refactor getstats() and its usage Laslo Hunhold 2018-05-21 23:03:34 +0200
  • ceb13206a4 Refactor fmt_human() and fix a bug Laslo Hunhold 2018-05-21 20:08:56 +0200
  • 10dbc9543e Merge fmt_human_2 and fmt_human_10 to one function Aaron Marcher 2018-05-21 14:44:21 +0200
  • fc0dde5a60 Remove fmt from load_avgs for consistency Aaron Marcher 2018-05-21 14:14:45 +0200
  • fa8b939990 Add option to output only once and exit Aaron Marcher 2018-05-21 14:07:41 +0200
  • aa8654795d battery_remaining: check for division by zero Aaron Marcher 2018-05-21 00:42:06 +0200
  • a546d4b585 battery_remaining: Change float to double Aaron Marcher 2018-05-21 00:41:03 +0200
  • 103945e7bb battery: Minor coding style fixes Aaron Marcher 2018-05-21 00:36:59 +0200
  • bae576cd22 Increase readability for load_uvmexp return Aaron Marcher 2018-05-21 00:29:54 +0200
  • ec5c35ec9f Remove units from numbers Aaron Marcher 2018-05-21 00:16:54 +0200
  • 4bd234c7ef swap_perc: check for division by zero on obsd too Aaron Marcher 2018-05-21 00:02:33 +0200
  • 806815778f swap_perc: check for division by zero Aaron Marcher 2018-05-20 23:53:26 +0200
  • d8ce4e6942 Add David Demelier to LICENSE Aaron Marcher 2018-05-20 22:16:39 +0200
  • f386a03a20 Support energy_now/power_now in battery_remaining David Demelier 2018-05-20 09:42:16 +0200
  • 1cd8a7b510 ip: fixed memory leak Tobias Tschinkowitz 2018-05-20 15:53:48 +0200
  • b640cc489b Check return value of pclose() Laslo Hunhold 2018-05-20 00:57:24 +0200
  • c12b9cc50b Refactor ram.c Aaron Marcher 2018-05-20 00:42:07 +0200
  • 7873b3b132 Make temp more readable on Linux Aaron Marcher 2018-05-20 00:30:16 +0200
  • 951ea4e304 Refactor entropy.c Laslo Hunhold 2018-05-20 00:18:08 +0200
  • 3f45a5f7ca Remove initialization to 0 for static vars Aaron Marcher 2018-05-20 00:17:35 +0200
  • a7ade0dc6d Remove unnecessary "valid" variable in cpu_perc Aaron Marcher 2018-05-20 00:16:20 +0200
  • 062f33f874 Add unit to temperature Aaron Marcher 2018-05-20 00:02:49 +0200
  • 0bc6855741 Implement scaling for cpu_freq Aaron Marcher 2018-05-19 23:58:14 +0200
  • 46c4540dd2 Implement fmt_human_2() and fmt_human_10() Laslo Hunhold 2018-05-19 22:52:17 +0200
  • 74c4f4ebda Add the percent sign to *_perc functions Aaron Marcher 2018-05-19 20:33:06 +0200
  • 68a3902dc5 Increase precision in netspeeds.c Laslo Hunhold 2018-05-19 20:09:38 +0200
  • 422cadfd5f Implement esnprintf() and make formatted calls more efficient Laslo Hunhold 2018-05-19 19:33:04 +0200
  • f31b113e7e Simplify ipv* functions Aaron Marcher 2018-05-19 13:34:18 +0200
  • d47d78255e Use `int` for flags Aaron Marcher 2018-05-19 13:29:21 +0200
  • 74891945d8 Revert aac29e2 as it is nonsense Aaron Marcher 2018-05-19 13:25:35 +0200
  • 06d4447f03 Set {r,t}xbytes 0 before incrementing them on OBSD Aaron Marcher 2018-05-19 13:19:53 +0200
  • a37224bf7b Missing assignment for last commit Aaron Marcher 2018-05-19 13:12:06 +0200
  • e3ccac3298 Unify and simplify netspeed logic and types Aaron Marcher 2018-05-19 13:07:05 +0200
  • 2321aecff0 netspeeds: added error condition for openbsd Tobias Tschinkowitz 2018-05-19 11:23:16 +0200
  • 0383146e5e uptime: Format function is static Aaron Marcher 2018-05-19 01:55:31 +0200
  • aac29e2bba battery: Move out struct as common code Aaron Marcher 2018-05-19 01:49:46 +0200
  • 22175f0d57 implemented openbsd netspeed functions Tobias Tschinkowitz 2018-05-19 01:29:20 +0200
  • 176d8ff874 Add netspeeds to config.def.h Aaron Marcher 2018-05-19 00:40:59 +0200
  • 0d05b3d13d Add network speed functions Aaron Marcher 2018-05-19 00:31:33 +0200
  • d0c68989cd Implement fmt_scaled for ram_* functions Aaron Marcher 2018-05-18 23:38:59 +0200
  • 49d1e5fae2 Fix ram_free for Linux Aaron Marcher 2018-05-18 23:32:00 +0200
  • 39ee31c242 Implement fmt_scaled for swap_* functions Aaron Marcher 2018-05-18 23:19:18 +0200
  • b3e56066ed Implement fmt_scaled for disk_* functions Aaron Marcher 2018-05-18 23:14:55 +0200
  • 35219d39ca Add fmt_scaled util function Aaron Marcher 2018-05-18 23:14:10 +0200
  • f317819984 Use %d instead of accidentally %i Aaron Marcher 2018-05-18 19:58:51 +0200
  • f170028527 Port battery_remaining to Linux Aaron Marcher 2018-05-18 17:25:09 +0200
  • b04ca3ef45 Fix memory leak Aaron Marcher 2018-05-18 16:55:37 +0200
  • 367f8a8c44 battery: fixed remaining time on connected AC Tobias Tschinkowitz 2018-05-18 16:33:51 +0200
  • 2604f25b16 Fix indentation Aaron Marcher 2018-05-18 15:32:15 +0200
  • 8c8326f793 Add battery_remaining function on OpenBSD Tobias Tschinkowitz 2018-05-18 14:43:04 +0200
  • 80fc20d1d6 Add warn() and die() Laslo Hunhold 2018-05-18 10:59:05 +0200
  • a4fe8c9741 Audit slstatus.c Laslo Hunhold 2018-05-18 10:07:50 +0200
  • c83b388a3f Properly handle *snprintf() errors Laslo Hunhold 2018-05-17 23:23:28 +0200
  • b759662983 Remove UNUSED macro Aaron Marcher 2018-05-17 20:05:57 +0200
  • fc8b6f81a5 Mark unused parameters, fix compiler warnings Aaron Marcher 2018-05-17 18:29:25 +0200
  • 977be0cf4f wifi: Fix order and add missing header Aaron Marcher 2018-05-17 18:14:08 +0200
  • ca8a146f03 wifi: Change memmove to memcpy on OpenBSD Aaron Marcher 2018-05-17 18:08:31 +0200
  • 7ab183c97f Unify type of in for loops Aaron Marcher 2018-05-17 18:05:38 +0200
  • 1c44d404f6 wifi_essid: Fix coding style Aaron Marcher 2018-05-17 17:59:05 +0200
  • 7be675f154 Unify type of `i` in for loops Aaron Marcher 2018-05-17 17:40:11 +0200
  • f9609f4ff4 Change done to int as it is the CPU's natural type Aaron Marcher 2018-05-17 17:28:32 +0200
  • 11ce8ed013 Change interval to unsigned int Aaron Marcher 2018-05-17 17:25:31 +0200
  • 0892a93dbd Add comments for battery_* functions on OpenBSD Aaron Marcher 2018-05-17 17:24:47 +0200
  • 1cb5af98e5 added comment for temp function (openbsd) Tobias Tschinkowitz 2018-05-17 13:19:29 +0200
  • 0f46c675d3 corrected calculations for disk space on openbsd Tobias Tschinkowitz 2018-05-17 12:43:21 +0200
  • 1b3fafd77e Update README Aaron Marcher 2018-05-16 23:19:33 +0200
  • bb61392386 wifi: Fix coding style Aaron Marcher 2018-05-16 23:17:30 +0200
  • 9d967498be load_ieee80211_nodereq: Fix typo Aaron Marcher 2018-05-16 23:08:33 +0200
  • f3c23f08bb wifi: Move out common headers Aaron Marcher 2018-05-16 22:57:13 +0200
  • 1fc5cf0016 added wifi functionality for openbsd Tobias Tschinkowitz 2018-05-16 22:37:43 +0200
  • c1f79d741a corrected calculation for swap on openbsd Tobias Tschinkowitz 2018-05-16 13:26:34 +0200
  • 82eb6e3832 consistent calculation of ram_* on openbsd Tobias Tschinkowitz 2018-05-16 09:57:38 +0200
  • ca02afb1d9 Add he4d to LICENSE Aaron Marcher 2018-05-16 08:13:09 +0200
  • 0f9a1a8367 updated ram_total and ram_free (obsd) Tobias Tschinkowitz 2018-05-16 00:45:41 +0200
  • 6464cea333 Cast CPU percentage to int and fix indenation Aaron Marcher 2018-05-14 20:54:48 +0200
  • 7e29da026b fflush(stdout) to print line by line if stdout is not a tty Josuah Demangeon 2018-05-08 15:13:56 +0200
  • 0f7a34fa31 Add josuah to LICENSE Aaron Marcher 2018-05-08 15:06:55 +0200
  • ea2e2bd004 include <sys/time.h> before <sys/sensors.h> for time struct timeval Josuah Demangeon 2018-05-08 13:42:17 +0200
  • 666f285201 Only variable declarations at top of block Aaron Marcher 2018-05-07 15:57:32 +0200
  • 6123f482e3 Fix indents (spaces for alignment) Aaron Marcher 2018-05-07 13:48:43 +0200
  • 6c6c144be6 wifi_perc: Simplify Aaron Marcher 2018-05-07 12:25:34 +0200
  • 0a287616b2 num_files: Variable declarations at top of block Aaron Marcher 2018-05-07 12:17:13 +0200
  • dcffaeaf57 Fix disk_perc by casting it to int Aaron Marcher 2018-05-07 12:14:46 +0200
  • 4fc4983502 disk_perc: Simplify Aaron Marcher 2018-05-07 11:44:15 +0200
  • b3330d849d cpu: Simplify functions Aaron Marcher 2018-05-07 11:39:59 +0200
  • 16a97fbca1 Unify header includes Aaron Marcher 2018-05-07 11:21:59 +0200
  • fbbe300f4d entropy: Small fix Aaron Marcher 2018-05-06 23:09:36 +0200
  • fd14804d6f entropy: Port to OpenBSD Aaron Marcher 2018-05-06 22:54:32 +0200
  • 62563a5a0d datetime: Add <stdio.h> for fprintf Aaron Marcher 2018-05-06 22:41:56 +0200