projects
/
suckless
/
slstatus.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
suckless/slstatus.git
2018-05-19
Tobias Tschinkowitz
netspeeds: added error condition for openbsd
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
uptime: Format function is static
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
battery: Move out struct as common code
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Tobias Tschinkowitz
implemented openbsd netspeed functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Add netspeeds to config.def.h
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Add network speed functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Implement fmt_scaled for ram_* functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Fix ram_free for Linux
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Implement fmt_scaled for swap_* functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Implement fmt_scaled for disk_* functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Add fmt_scaled util function
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Use %d instead of accidentally %i
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Port battery_remaining to Linux
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Fix memory leak
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Tobias Tschinkowitz
battery: fixed remaining time on connected AC
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Aaron Marcher
Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Tobias Tschinkowitz
Add battery_remaining function on OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Laslo Hunhold
Add warn() and die()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Laslo Hunhold
Audit slstatus.c
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Laslo Hunhold
Properly handle *snprintf() errors
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Remove UNUSED macro
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Mark unused parameters, fix compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
wifi: Fix order and add missing header
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
wifi: Change memmove to memcpy on OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Unify type of in for loops
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
wifi_essid: Fix coding style
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Unify type of `i` in for loops
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Change done to int as it is the CPU's natural type
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Change interval to unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Aaron Marcher
Add comments for battery_* functions on OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Tobias Tschinkowitz
added comment for temp function (openbsd)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Tobias Tschinkowitz
corrected calculations for disk space on openbsd
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Aaron Marcher
Update README
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Aaron Marcher
wifi: Fix coding style
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Aaron Marcher
load_ieee80211_nodereq: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Aaron Marcher
wifi: Move out common headers
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Tobias Tschinkowitz
added wifi functionality for openbsd
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Tobias Tschinkowitz
corrected calculation for swap on openbsd
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Tobias Tschinkowitz
consistent calculation of ram_* on openbsd
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Aaron Marcher
Add he4d to LICENSE
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Tobias Tschinkowitz
updated ram_total and ram_free (obsd)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-14
Aaron Marcher
Cast CPU percentage to int and fix indenation
commit
|
commitdiff
|
tree
|
snapshot
2018-05-08
Josuah Demangeon
fflush(stdout) to print line by line if stdout is not...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-08
Aaron Marcher
Add josuah to LICENSE
commit
|
commitdiff
|
tree
|
snapshot
2018-05-08
Josuah Demangeon
include <sys/time.h> before <sys/sensors.h> for time...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
Only variable declarations at top of block
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
Fix indents (spaces for alignment)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
wifi_perc: Simplify
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
num_files: Variable declarations at top of block
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
Fix disk_perc by casting it to int
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
disk_perc: Simplify
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
cpu: Simplify functions
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Marcher
Unify header includes
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
entropy: Small fix
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
entropy: Port to OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
datetime: Add <stdio.h> for fprintf
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
datetime: Add error message
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
Fix coding style
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
Remove cpu_iowait
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
cpu_perc: Documentation and readbility improvements
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Aaron Marcher
cpu_perc: Port to OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Aaron Marcher
swap_*: Port to OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-04
Aaron Marcher
battery: Remove full indicator
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
wifi_perc: Fix file descriptor leak
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
Add examples to config.def.h
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
uptime: Add missing brace
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
parazyd
volume: Cast SOUND_MIXER_READ_DEVMASK to int to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
wifi: Various cleanups
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
user: Only declare variables in the beginning
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
uptime: Simplifiy and clean up
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
run_command: Clean up
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
keyboard_indicators: Clean up opening display
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
ip: Sort headers alphabetically
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Aaron Marcher
battery_state: Unify unknown state with "?" symbol
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Aaron Marcher
Update README todo
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Aaron Marcher
Remove battery_power for various reasons
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Laslo Hunhold
Tweak build system a little bit
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Aaron Marcher
battery_perc: Port to OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Laslo Hunhold
components/swap.c | move duplicated code to separate...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Laslo Hunhold
Use indentation to increase readability
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Laslo Hunhold
Revert component-split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
Makefile: add distclean target
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
Makefile: move OS-specific libs to configure script
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
Makefile: separate default flags from user flags
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Aaron Marcher
Update LICENSE for Quentin Rameau
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
wifi: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
uptime: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
temperature: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
swap: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
ram: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
entropy: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
cpu: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
battery: OS split
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Quentin Rameau
Makefile: detect running OS
commit
|
commitdiff
|
tree
|
snapshot
2018-04-30
Aaron Marcher
cpu_freq: Port to OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-04-29
Aaron Marcher
Fix typo in temperature
commit
|
commitdiff
|
tree
|
snapshot
2018-04-29
Aaron Marcher
Update README for OpenBSD build
commit
|
commitdiff
|
tree
|
snapshot
2018-04-29
Aaron Marcher
uptime: Separate function for readbility
commit
|
commitdiff
|
tree
|
snapshot
2018-04-29
Aaron Marcher
battery: Separate function for readbility
commit
|
commitdiff
|
tree
|
snapshot
2018-04-29
Aaron Marcher
ram: Move up includes
commit
|
commitdiff
|
tree
|
snapshot
next