2020-11-30 20:32 | Update README | Aaron Marcher | 1 | +6 | -4 |
2020-11-30 20:26 | Update LICENSE | Aaron Marcher | 1 | +8 | -2 |
2020-11-30 19:56 | Add comment for FreeBSD to config.mk | Aaron Marcher | 1 | +1 | -0 |
2020-05-09 10:03 | Use the sioctl_open(3) OpenBSD API to access vol | Ingo Feinerer | 3 | +161 | -51 |
2020-06-23 20:35 | Add a -1 option flag | Daniel Moch | 2 | +10 | -4 |
2020-06-18 06:46 | Handle SIGUSR1 for forced refreshes | Mart Lubbers | 1 | +5 | -4 |
2019-11-01 04:50 | Fix temperature reporting on OpenBSD | dsp | 1 | +1 | -1 |
2019-10-02 08:31 | Full battery indicator | Cem Keylan | 1 | +1 | -0 |
2019-03-30 12:45 | Add separator module | Ryan Kes | 4 | +15 | -0 |
2019-02-16 16:59 | Follow International System of Units spacing rules | Ingo Feinerer | 1 | +1 | -1 |
2019-02-16 16:05 | Add OS-support notice to README | Aaron Marcher | 1 | +1 | -0 |
2019-02-16 01:26 | Add ram and swap components on FreeBSD | Michael Buch | 2 | +147 | -0 |
2019-02-14 18:25 | cpu_perc: Check for division by zero | Ingo Feinerer | 1 | +27 | -18 |
2019-02-13 14:45 | Fix CPU frequency on OpenBSD | Ingo Feinerer | 1 | +1 | -2 |
2019-02-13 14:16 | close file descriptors and fix return values | Michael Buch | 1 | +12 | -6 |
2019-02-08 14:37 | Add native OpenBSD support for mute/volume | Ingo Feinerer | 4 | +94 | -29 |
2019-02-13 00:47 | wifi component on FreeBSD | Michael Buch | 1 | +95 | -3 |
2019-01-30 11:21 | Add FreeBSD support for netspeeds, entropy and ip components | Michael Buch | 3 | +5 | -2 |
2019-02-05 08:32 | Update LICENSE | Aaron Marcher | 1 | +2 | -2 |
2019-02-05 02:44 | Add support for cpu and uptime components on FreeBSD | Michael Buch | 2 | +62 | -2 |
2019-01-27 15:44 | Add FreeBSD support for temperature and battery components | Michael Buch | 3 | +80 | -3 |
2018-07-08 15:45 | ram: Consistency with line breaks | Aaron Marcher | 1 | +4 | -2 |
2018-07-08 15:44 | Fix whitespace | Aaron Marcher | 3 | +3 | -3 |
2018-07-08 15:42 | Consistency with 80 char limit and breaks | Aaron Marcher | 9 | +86 | -82 |
2018-07-07 12:05 | wifi_perc: Simplify on Linux | Aaron Marcher | 1 | +4 | -3 |
2018-07-07 09:08 | Simplify format specifiers for uintmax_t | Aaron Marcher | 7 | +30 | -33 |
2018-07-07 08:56 | cpu_freq: Simplify with E-notation | Aaron Marcher | 1 | +1 | -1 |
2018-07-07 08:54 | cpu_freq: Change to 64 bit integers | Aaron Marcher | 1 | +3 | -2 |
2018-07-07 08:50 | Change uint64_t to uintmax_t | Aaron Marcher | 9 | +45 | -45 |
2018-07-07 08:31 | battery: 64 bit ints on Linux | Aaron Marcher | 1 | +5 | -4 |
2018-07-06 22:24 | cpu: Use uint64_t on OpenBSD | Aaron Marcher | 1 | +3 | -2 |
2018-07-06 21:55 | battery: Remove unnecessary defines for paths | Aaron Marcher | 1 | +5 | -7 |
2018-07-06 21:47 | uptime: Improve typing and sort headers | Aaron Marcher | 1 | +7 | -3 |
2018-07-06 21:41 | temperature: Improve types | Aaron Marcher | 1 | +5 | -3 |
2018-07-06 21:38 | ram: Check for theoretical division by zero | Aaron Marcher | 1 | +4 | -0 |
2018-07-06 21:37 | ram: Use POSIX types | Aaron Marcher | 1 | +18 | -16 |
2018-07-06 21:26 | entropy: Use POSIX types for format specifiers | Aaron Marcher | 1 | +3 | -3 |
2018-07-06 21:17 | entropy: Improve types | Aaron Marcher | 1 | +2 | -1 |
2018-07-06 06:08 | Consistent paramter naming for components | Aaron Marcher | 5 | +43 | -43 |
2018-07-06 06:03 | slstatus.h: Fix coding style | Aaron Marcher | 1 | +16 | -16 |
2018-07-06 05:56 | fmt_human: Improve types | Aaron Marcher | 2 | +5 | -2 |
2018-06-04 12:07 | Add Ian Remmler to LICENSE | Aaron Marcher | 1 | +1 | -0 |
2018-06-04 01:02 | Add flexible formatting to keyboard_indicators. | Ian Remmler | 2 | +30 | -11 |
2018-06-01 18:10 | uptime: unification of the uptime function for linux/openbsd | Tobias Tschinkowitz | 1 | +10 | -50 |
2018-05-31 11:53 | wifi: fixed disconnected wifi status on openbsd | Tobias Tschinkowitz | 1 | +7 | -0 |
2018-05-30 17:35 | Clean up header includes | Aaron Marcher | 14 | +0 | -20 |
2018-05-29 20:26 | Update LICENSE for Quentin | Aaron Marcher | 1 | +1 | -1 |
2018-05-29 19:32 | Flush the output stream instead of arbitrarily disabling buffering | Quentin Rameau | 1 | +4 | -7 |
2018-05-29 19:24 | Don't explicitly list each component-target | Laslo Hunhold | 1 | +1 | -21 |
2018-05-29 12:28 | swap: removed unused include | Tobias Tschinkowitz | 1 | +0 | -1 |
2018-05-28 19:16 | Refactor swap.c to use getline() instead of buf-filling | Laslo Hunhold | 1 | +50 | -73 |
2018-05-28 14:17 | Update LICENSE for Tobias | Aaron Marcher | 1 | +1 | -1 |
2018-05-28 13:58 | Fix object order and stop using a GNU make idiom | Laslo Hunhold | 1 | +1 | -1 |
2018-05-27 20:40 | Explicitly list component-objects in the Makefile | Laslo Hunhold | 1 | +25 | -6 |
2018-05-27 15:57 | Use E-notation for large powers of 10 | Laslo Hunhold | 2 | +3 | -3 |
2018-05-27 14:46 | Revert "Add basic backlight percentage support" | Aaron Marcher | 6 | +0 | -41 |
2018-05-24 10:09 | ram: fixed int overflow on pagetok macro | Tobias Tschinkowitz | 1 | +1 | -1 |
2018-05-23 13:29 | Refactor keymap.c | Laslo Hunhold | 1 | +45 | -56 |
2018-05-23 11:51 | Refactor snprintf-usage in util.c | Laslo Hunhold | 1 | +19 | -13 |
2018-05-23 11:30 | keymap: Add braces for for loop | Aaron Marcher | 1 | +2 | -1 |
2018-05-23 09:50 | Add keymap to README | Aaron Marcher | 1 | +1 | -0 |
2018-05-23 08:12 | Add Michael Buch to LICENSE | Aaron Marcher | 1 | +1 | -0 |
2018-05-23 06:16 | Add keymap component | Michael Buch | 4 | +103 | -0 |
2018-05-21 19:31 | Remove o-flag as it is redundant | Laslo Hunhold | 2 | +4 | -13 |
2018-05-22 10:50 | Check printf() for output errors | Laslo Hunhold | 1 | +3 | -1 |
2018-05-22 10:42 | netspeeds: Fix indentation | Aaron Marcher | 1 | +1 | -1 |
2018-05-22 07:23 | Add basic backlight percentage support | David Demelier | 6 | +41 | -0 |
2018-05-22 10:21 | Change to fmt_human in netspeeds on OpenBSD | Aaron Marcher | 1 | +1 | -1 |
2018-05-21 21:03 | swap.c: Refactor getstats() and its usage | Laslo Hunhold | 1 | +22 | -14 |
2018-05-21 18:08 | Refactor fmt_human() and fix a bug | Laslo Hunhold | 2 | +20 | -12 |
2018-05-21 12:44 | Merge fmt_human_2 and fmt_human_10 to one function | Aaron Marcher | 7 | +44 | -46 |
2018-05-21 12:14 | Remove fmt from load_avgs for consistency | Aaron Marcher | 2 | +3 | -4 |
2018-05-21 12:07 | Add option to output only once and exit | Aaron Marcher | 2 | +13 | -4 |
2018-05-20 22:42 | battery_remaining: check for division by zero | Aaron Marcher | 1 | +4 | -0 |
2018-05-20 22:41 | battery_remaining: Change float to double | Aaron Marcher | 1 | +3 | -3 |
2018-05-20 22:36 | battery: Minor coding style fixes | Aaron Marcher | 1 | +15 | -10 |
2018-05-20 22:29 | Increase readability for load_uvmexp return | Aaron Marcher | 1 | +5 | -1 |
2018-05-20 22:16 | Remove units from numbers | Aaron Marcher | 11 | +45 | -47 |
2018-05-20 22:02 | swap_perc: check for division by zero on obsd too | Aaron Marcher | 1 | +4 | -0 |
2018-05-20 21:53 | swap_perc: check for division by zero | Aaron Marcher | 1 | +4 | -0 |
2018-05-20 20:16 | Add David Demelier to LICENSE | Aaron Marcher | 1 | +1 | -0 |
2018-05-20 07:42 | Support energy_now/power_now in battery_remaining | David Demelier | 1 | +27 | -14 |
2018-05-20 13:53 | ip: fixed memory leak | Tobias Tschinkowitz | 1 | +1 | -0 |
2018-05-19 22:57 | Check return value of pclose() | Laslo Hunhold | 1 | +4 | -1 |
2018-05-19 22:42 | Refactor ram.c | Aaron Marcher | 1 | +37 | -24 |
2018-05-19 22:30 | Make temp more readable on Linux | Aaron Marcher | 1 | +5 | -2 |
2018-05-19 22:18 | Refactor entropy.c | Laslo Hunhold | 1 | +6 | -3 |
2018-05-19 22:17 | Remove initialization to 0 for static vars | Aaron Marcher | 1 | +4 | -4 |
2018-05-19 22:16 | Remove unnecessary "valid" variable in cpu_perc | Aaron Marcher | 1 | +2 | -6 |
2018-05-19 22:02 | Add unit to temperature | Aaron Marcher | 1 | +2 | -2 |
2018-05-19 21:58 | Implement scaling for cpu_freq | Aaron Marcher | 1 | +13 | -5 |
2018-05-19 20:52 | Implement fmt_human_2() and fmt_human_10() | Laslo Hunhold | 6 | +61 | -32 |
2018-05-19 18:33 | Add the percent sign to *_perc functions | Aaron Marcher | 7 | +12 | -12 |
2018-05-19 18:09 | Increase precision in netspeeds.c | Laslo Hunhold | 1 | +8 | -8 |
2018-05-19 17:33 | Implement esnprintf() and make formatted calls more efficient | Laslo Hunhold | 6 | +72 | -23 |
2018-05-19 11:34 | Simplify ipv* functions | Aaron Marcher | 1 | +12 | -33 |
2018-05-19 11:29 | Use `int` for flags | Aaron Marcher | 1 | +2 | -2 |
2018-05-19 11:25 | Revert aac29e2 as it is nonsense | Aaron Marcher | 1 | +14 | -8 |
2018-05-19 11:19 | Set {r,t}xbytes 0 before incrementing them on OBSD | Aaron Marcher | 1 | +6 | -2 |
2018-05-19 11:12 | Missing assignment for last commit | Aaron Marcher | 1 | +2 | -0 |
| More commits remaining [...] |