Xinqi Bao's Git
projects
/
slstatus.git
/ history
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
Add OS-support notice to README
[slstatus.git]
/
components
/
2019-02-16
Michael Buch
Add ram and swap components on FreeBSD
tree
|
commitdiff
2019-02-16
Ingo Feinerer
cpu_perc: Check for division by zero
tree
|
commitdiff
2019-02-13
Ingo Feinerer
Fix CPU frequency on OpenBSD
tree
|
commitdiff
2019-02-13
Michael Buch
close file descriptors and fix return values
tree
|
commitdiff
2019-02-13
Ingo Feinerer
Add native OpenBSD support for mute/volume
tree
|
commitdiff
2019-02-13
Michael Buch
wifi component on FreeBSD
tree
|
commitdiff
2019-02-07
Michael Buch
Add FreeBSD support for netspeeds, entropy and ip compo...
tree
|
commitdiff
2019-02-05
Michael Buch
Add support for cpu and uptime components on FreeBSD
tree
|
commitdiff
2019-02-05
Michael Buch
Add FreeBSD support for temperature and battery components
tree
|
commitdiff
2018-07-08
Aaron Marcher
ram: Consistency with line breaks
tree
|
commitdiff
2018-07-08
Aaron Marcher
Fix whitespace
tree
|
commitdiff
2018-07-08
Aaron Marcher
Consistency with 80 char limit and breaks
tree
|
commitdiff
2018-07-07
Aaron Marcher
wifi_perc: Simplify on Linux
tree
|
commitdiff
2018-07-07
Aaron Marcher
Simplify format specifiers for uintmax_t
tree
|
commitdiff
2018-07-07
Aaron Marcher
cpu_freq: Simplify with E-notation
tree
|
commitdiff
2018-07-07
Aaron Marcher
cpu_freq: Change to 64 bit integers
tree
|
commitdiff
2018-07-07
Aaron Marcher
Change uint64_t to uintmax_t
tree
|
commitdiff
2018-07-07
Aaron Marcher
battery: 64 bit ints on Linux
tree
|
commitdiff
2018-07-06
Aaron Marcher
cpu: Use uint64_t on OpenBSD
tree
|
commitdiff
2018-07-06
Aaron Marcher
battery: Remove unnecessary defines for paths
tree
|
commitdiff
2018-07-06
Aaron Marcher
uptime: Improve typing and sort headers
tree
|
commitdiff
2018-07-06
Aaron Marcher
temperature: Improve types
tree
|
commitdiff
2018-07-06
Aaron Marcher
ram: Check for theoretical division by zero
tree
|
commitdiff
2018-07-06
Aaron Marcher
ram: Use POSIX types
tree
|
commitdiff
2018-07-06
Aaron Marcher
entropy: Use POSIX types for format specifiers
tree
|
commitdiff
2018-07-06
Aaron Marcher
entropy: Improve types
tree
|
commitdiff
2018-07-06
Aaron Marcher
Consistent paramter naming for components
tree
|
commitdiff
2018-06-04
Ian Remmler
Add flexible formatting to keyboard_indicators.
tree
|
commitdiff
2018-06-01
Tobias Tschinkowitz
uptime: unification of the uptime function for linux...
tree
|
commitdiff
2018-05-31
Tobias Tschinkowitz
wifi: fixed disconnected wifi status on openbsd
tree
|
commitdiff
2018-05-30
Aaron Marcher
Clean up header includes
tree
|
commitdiff
2018-05-29
Tobias Tschinkowitz
swap: removed unused include
tree
|
commitdiff
2018-05-28
Laslo Hunhold
Refactor swap.c to use getline() instead of buf-filling
tree
|
commitdiff
2018-05-27
Laslo Hunhold
Use E-notation for large powers of 10
tree
|
commitdiff
2018-05-27
Aaron Marcher
Revert "Add basic backlight percentage support"
tree
|
commitdiff
2018-05-24
Tobias Tschinkowitz
ram: fixed int overflow on pagetok macro
tree
|
commitdiff
2018-05-23
Laslo Hunhold
Refactor keymap.c
tree
|
commitdiff
2018-05-23
Aaron Marcher
keymap: Add braces for for loop
tree
|
commitdiff
2018-05-23
Michael Buch
Add keymap component
tree
|
commitdiff
2018-05-22
Aaron Marcher
netspeeds: Fix indentation
tree
|
commitdiff
2018-05-22
David Demelier
Add basic backlight percentage support
tree
|
commitdiff
2018-05-22
Aaron Marcher
Change to fmt_human in netspeeds on OpenBSD
tree
|
commitdiff
2018-05-21
Laslo Hunhold
swap.c: Refactor getstats() and its usage
tree
|
commitdiff
2018-05-21
Aaron Marcher
Merge fmt_human_2 and fmt_human_10 to one function
tree
|
commitdiff
2018-05-21
Aaron Marcher
Remove fmt from load_avgs for consistency
tree
|
commitdiff
2018-05-20
Aaron Marcher
battery_remaining: check for division by zero
tree
|
commitdiff
2018-05-20
Aaron Marcher
battery_remaining: Change float to double
tree
|
commitdiff
2018-05-20
Aaron Marcher
battery: Minor coding style fixes
tree
|
commitdiff
2018-05-20
Aaron Marcher
Increase readability for load_uvmexp return
tree
|
commitdiff
2018-05-20
Aaron Marcher
Remove units from numbers
tree
|
commitdiff
2018-05-20
Aaron Marcher
swap_perc: check for division by zero on obsd too
tree
|
commitdiff
2018-05-20
Aaron Marcher
swap_perc: check for division by zero
tree
|
commitdiff
2018-05-20
David Demelier
Support energy_now/power_now in battery_remaining
tree
|
commitdiff
2018-05-20
Tobias Tschinkowitz
ip: fixed memory leak
tree
|
commitdiff
2018-05-19
Laslo Hunhold
Check return value of pclose()
tree
|
commitdiff
2018-05-19
Aaron Marcher
Refactor ram.c
tree
|
commitdiff
2018-05-19
Aaron Marcher
Make temp more readable on Linux
tree
|
commitdiff
2018-05-19
Laslo Hunhold
Refactor entropy.c
tree
|
commitdiff
2018-05-19
Aaron Marcher
Remove initialization to 0 for static vars
tree
|
commitdiff
2018-05-19
Aaron Marcher
Remove unnecessary "valid" variable in cpu_perc
tree
|
commitdiff
2018-05-19
Aaron Marcher
Add unit to temperature
tree
|
commitdiff
2018-05-19
Aaron Marcher
Implement scaling for cpu_freq
tree
|
commitdiff
2018-05-19
Laslo Hunhold
Implement fmt_human_2() and fmt_human_10()
tree
|
commitdiff
2018-05-19
Aaron Marcher
Add the percent sign to *_perc functions
tree
|
commitdiff
2018-05-19
Laslo Hunhold
Increase precision in netspeeds.c
tree
|
commitdiff
2018-05-19
Laslo Hunhold
Implement esnprintf() and make formatted calls more...
tree
|
commitdiff
2018-05-19
Aaron Marcher
Simplify ipv* functions
tree
|
commitdiff
2018-05-19
Aaron Marcher
Use `int` for flags
tree
|
commitdiff
2018-05-19
Aaron Marcher
Revert aac29e2 as it is nonsense
tree
|
commitdiff
2018-05-19
Aaron Marcher
Set {r,t}xbytes 0 before incrementing them on OBSD
tree
|
commitdiff
2018-05-19
Aaron Marcher
Missing assignment for last commit
tree
|
commitdiff
2018-05-19
Aaron Marcher
Unify and simplify netspeed logic and types
tree
|
commitdiff
2018-05-19
Tobias Tschinkowitz
netspeeds: added error condition for openbsd
tree
|
commitdiff
2018-05-18
Aaron Marcher
uptime: Format function is static
tree
|
commitdiff
2018-05-18
Aaron Marcher
battery: Move out struct as common code
tree
|
commitdiff
2018-05-18
Tobias Tschinkowitz
implemented openbsd netspeed functions
tree
|
commitdiff
2018-05-18
Aaron Marcher
Add network speed functions
tree
|
commitdiff
2018-05-18
Aaron Marcher
Implement fmt_scaled for ram_* functions
tree
|
commitdiff
2018-05-18
Aaron Marcher
Fix ram_free for Linux
tree
|
commitdiff
2018-05-18
Aaron Marcher
Implement fmt_scaled for swap_* functions
tree
|
commitdiff
2018-05-18
Aaron Marcher
Implement fmt_scaled for disk_* functions
tree
|
commitdiff
2018-05-18
Aaron Marcher
Use %d instead of accidentally %i
tree
|
commitdiff
2018-05-18
Aaron Marcher
Port battery_remaining to Linux
tree
|
commitdiff
2018-05-18
Aaron Marcher
Fix memory leak
tree
|
commitdiff
2018-05-18
Tobias Tschinkowitz
battery: fixed remaining time on connected AC
tree
|
commitdiff
2018-05-18
Aaron Marcher
Fix indentation
tree
|
commitdiff
2018-05-18
Tobias Tschinkowitz
Add battery_remaining function on OpenBSD
tree
|
commitdiff
2018-05-18
Laslo Hunhold
Add warn() and die()
tree
|
commitdiff
2018-05-17
Aaron Marcher
Remove UNUSED macro
tree
|
commitdiff
2018-05-17
Aaron Marcher
Mark unused parameters, fix compiler warnings
tree
|
commitdiff
2018-05-17
Aaron Marcher
wifi: Fix order and add missing header
tree
|
commitdiff
2018-05-17
Aaron Marcher
wifi: Change memmove to memcpy on OpenBSD
tree
|
commitdiff
2018-05-17
Aaron Marcher
Unify type of in for loops
tree
|
commitdiff
2018-05-17
Aaron Marcher
wifi_essid: Fix coding style
tree
|
commitdiff
2018-05-17
Aaron Marcher
Unify type of `i` in for loops
tree
|
commitdiff
2018-05-17
Tobias Tschinkowitz
corrected calculations for disk space on openbsd
tree
|
commitdiff
2018-05-16
Aaron Marcher
wifi: Fix coding style
tree
|
commitdiff
2018-05-16
Aaron Marcher
load_ieee80211_nodereq: Fix typo
tree
|
commitdiff
2018-05-16
Aaron Marcher
wifi: Move out common headers
tree
|
commitdiff
2018-05-16
Tobias Tschinkowitz
added wifi functionality for openbsd
tree
|
commitdiff
next