suckless/slstatus.git
2018-05-22 David DemelierAdd basic backlight percentage support
2018-05-22 Aaron MarcherChange to fmt_human in netspeeds on OpenBSD
2018-05-21 Laslo Hunholdswap.c: Refactor getstats() and its usage
2018-05-21 Laslo HunholdRefactor fmt_human() and fix a bug
2018-05-21 Aaron MarcherMerge fmt_human_2 and fmt_human_10 to one function
2018-05-21 Aaron MarcherRemove fmt from load_avgs for consistency
2018-05-21 Aaron MarcherAdd option to output only once and exit
2018-05-20 Aaron Marcherbattery_remaining: check for division by zero
2018-05-20 Aaron Marcherbattery_remaining: Change float to double
2018-05-20 Aaron Marcherbattery: Minor coding style fixes
2018-05-20 Aaron MarcherIncrease readability for load_uvmexp return
2018-05-20 Aaron MarcherRemove units from numbers
2018-05-20 Aaron Marcherswap_perc: check for division by zero on obsd too
2018-05-20 Aaron Marcherswap_perc: check for division by zero
2018-05-20 Aaron MarcherAdd David Demelier to LICENSE
2018-05-20 David DemelierSupport energy_now/power_now in battery_remaining
2018-05-20 Tobias Tschinkowitzip: fixed memory leak
2018-05-19 Laslo HunholdCheck return value of pclose()
2018-05-19 Aaron MarcherRefactor ram.c
2018-05-19 Aaron MarcherMake temp more readable on Linux
2018-05-19 Laslo HunholdRefactor entropy.c
2018-05-19 Aaron MarcherRemove initialization to 0 for static vars
2018-05-19 Aaron MarcherRemove unnecessary "valid" variable in cpu_perc
2018-05-19 Aaron MarcherAdd unit to temperature
2018-05-19 Aaron MarcherImplement scaling for cpu_freq
2018-05-19 Laslo HunholdImplement fmt_human_2() and fmt_human_10()
2018-05-19 Aaron MarcherAdd the percent sign to *_perc functions
2018-05-19 Laslo HunholdIncrease precision in netspeeds.c
2018-05-19 Laslo HunholdImplement esnprintf() and make formatted calls more...
2018-05-19 Aaron MarcherSimplify ipv* functions
2018-05-19 Aaron MarcherUse `int` for flags
2018-05-19 Aaron MarcherRevert aac29e2 as it is nonsense
2018-05-19 Aaron MarcherSet {r,t}xbytes 0 before incrementing them on OBSD
2018-05-19 Aaron MarcherMissing assignment for last commit
2018-05-19 Aaron MarcherUnify and simplify netspeed logic and types
2018-05-19 Tobias Tschinkowitznetspeeds: added error condition for openbsd
2018-05-18 Aaron Marcheruptime: Format function is static
2018-05-18 Aaron Marcherbattery: Move out struct as common code
2018-05-18 Tobias Tschinkowitzimplemented openbsd netspeed functions
2018-05-18 Aaron MarcherAdd netspeeds to config.def.h
2018-05-18 Aaron MarcherAdd network speed functions
2018-05-18 Aaron MarcherImplement fmt_scaled for ram_* functions
2018-05-18 Aaron MarcherFix ram_free for Linux
2018-05-18 Aaron MarcherImplement fmt_scaled for swap_* functions
2018-05-18 Aaron MarcherImplement fmt_scaled for disk_* functions
2018-05-18 Aaron MarcherAdd fmt_scaled util function
2018-05-18 Aaron MarcherUse %d instead of accidentally %i
2018-05-18 Aaron MarcherPort battery_remaining to Linux
2018-05-18 Aaron MarcherFix memory leak
2018-05-18 Tobias Tschinkowitzbattery: fixed remaining time on connected AC
2018-05-18 Aaron MarcherFix indentation
2018-05-18 Tobias TschinkowitzAdd battery_remaining function on OpenBSD
2018-05-18 Laslo HunholdAdd warn() and die()
2018-05-18 Laslo HunholdAudit slstatus.c
2018-05-17 Laslo HunholdProperly handle *snprintf() errors
2018-05-17 Aaron MarcherRemove UNUSED macro
2018-05-17 Aaron MarcherMark unused parameters, fix compiler warnings
2018-05-17 Aaron Marcherwifi: Fix order and add missing header
2018-05-17 Aaron Marcherwifi: Change memmove to memcpy on OpenBSD
2018-05-17 Aaron MarcherUnify type of in for loops
2018-05-17 Aaron Marcherwifi_essid: Fix coding style
2018-05-17 Aaron MarcherUnify type of `i` in for loops
2018-05-17 Aaron MarcherChange done to int as it is the CPU's natural type
2018-05-17 Aaron MarcherChange interval to unsigned int
2018-05-17 Aaron MarcherAdd comments for battery_* functions on OpenBSD
2018-05-17 Tobias Tschinkowitzadded comment for temp function (openbsd)
2018-05-17 Tobias Tschinkowitzcorrected calculations for disk space on openbsd
2018-05-16 Aaron MarcherUpdate README
2018-05-16 Aaron Marcherwifi: Fix coding style
2018-05-16 Aaron Marcherload_ieee80211_nodereq: Fix typo
2018-05-16 Aaron Marcherwifi: Move out common headers
2018-05-16 Tobias Tschinkowitzadded wifi functionality for openbsd
2018-05-16 Tobias Tschinkowitzcorrected calculation for swap on openbsd
2018-05-16 Tobias Tschinkowitzconsistent calculation of ram_* on openbsd
2018-05-16 Aaron MarcherAdd he4d to LICENSE
2018-05-16 Tobias Tschinkowitzupdated ram_total and ram_free (obsd)
2018-05-14 Aaron MarcherCast CPU percentage to int and fix indenation
2018-05-08 Josuah Demangeonfflush(stdout) to print line by line if stdout is not...
2018-05-08 Aaron MarcherAdd josuah to LICENSE
2018-05-08 Josuah Demangeoninclude <sys/time.h> before <sys/sensors.h> for time...
2018-05-07 Aaron MarcherOnly variable declarations at top of block
2018-05-07 Aaron MarcherFix indents (spaces for alignment)
2018-05-07 Aaron Marcherwifi_perc: Simplify
2018-05-07 Aaron Marchernum_files: Variable declarations at top of block
2018-05-07 Aaron MarcherFix disk_perc by casting it to int
2018-05-07 Aaron Marcherdisk_perc: Simplify
2018-05-07 Aaron Marchercpu: Simplify functions
2018-05-07 Aaron MarcherUnify header includes
2018-05-06 Aaron Marcherentropy: Small fix
2018-05-06 Aaron Marcherentropy: Port to OpenBSD
2018-05-06 Aaron Marcherdatetime: Add <stdio.h> for fprintf
2018-05-06 Aaron Marcherdatetime: Add error message
2018-05-06 Aaron MarcherFix coding style
2018-05-06 Aaron MarcherRemove cpu_iowait
2018-05-06 Aaron Marchercpu_perc: Documentation and readbility improvements
2018-05-06 Aaron Marchercpu_perc: Port to OpenBSD
2018-05-05 Aaron Marcherswap_*: Port to OpenBSD
2018-05-04 Aaron Marcherbattery: Remove full indicator
2018-05-02 Aaron Marcherwifi_perc: Fix file descriptor leak
2018-05-02 Aaron MarcherAdd examples to config.def.h
next