suckless/slstatus.git
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
2018-05-02 Aaron Marcheruptime: Add missing brace
2018-05-02 parazydvolume: Cast SOUND_MIXER_READ_DEVMASK to int to avoid...
2018-05-02 Aaron Marcherwifi: Various cleanups
2018-05-02 Aaron Marcheruser: Only declare variables in the beginning
2018-05-02 Aaron Marcheruptime: Simplifiy and clean up
2018-05-02 Aaron Marcherrun_command: Clean up
2018-05-02 Aaron Marcherkeyboard_indicators: Clean up opening display
2018-05-02 Aaron Marcherip: Sort headers alphabetically
2018-05-02 Aaron Marcherbattery_state: Unify unknown state with "?" symbol
2018-05-01 Aaron MarcherUpdate README todo
2018-05-01 Aaron MarcherRemove battery_power for various reasons
2018-05-01 Laslo HunholdTweak build system a little bit
2018-05-01 Aaron Marcherbattery_perc: Port to OpenBSD
2018-05-01 Laslo Hunholdcomponents/swap.c | move duplicated code to separate...
2018-05-01 Laslo HunholdUse indentation to increase readability
2018-05-01 Laslo HunholdRevert component-split
2018-04-30 Quentin RameauMakefile: add distclean target
2018-04-30 Quentin RameauMakefile: move OS-specific libs to configure script
2018-04-30 Quentin RameauMakefile: separate default flags from user flags
2018-04-30 Aaron MarcherUpdate LICENSE for Quentin Rameau
2018-04-30 Quentin Rameauwifi: OS split
2018-04-30 Quentin Rameauuptime: OS split
2018-04-30 Quentin Rameautemperature: OS split
2018-04-30 Quentin Rameauswap: OS split
2018-04-30 Quentin Rameauram: OS split
2018-04-30 Quentin Rameauentropy: OS split
2018-04-30 Quentin Rameaucpu: OS split
2018-04-30 Quentin Rameaubattery: OS split
2018-04-30 Quentin RameauMakefile: detect running OS
2018-04-30 Aaron Marchercpu_freq: Port to OpenBSD
2018-04-29 Aaron MarcherFix typo in temperature
2018-04-29 Aaron MarcherUpdate README for OpenBSD build
2018-04-29 Aaron Marcheruptime: Separate function for readbility
2018-04-29 Aaron Marcherbattery: Separate function for readbility
2018-04-29 Aaron Marcherram: Move up includes
2018-04-29 Aaron MarcherSort LICENSE according to first commit
2018-04-29 Aaron Marchertemp: Port to OpenBSD
2018-04-29 Aaron MarcherRemove vol_perc() from todo in README
2018-04-29 Aaron MarcherUpdate LICENSE for parazyd
2018-04-29 parazydAdd OpenBSD support in volume.c
2018-04-29 Aaron MarcherUpdate LICENSE for Ali H. Fardan
2018-04-29 Aaron MarcherRemove ipv{4,6}() from todo in README
2018-04-29 Ali H. Fardanip: add OpenBSD support
2018-04-16 Aaron MarcherRemove non-portable functions from config.def.h
2018-04-14 Aaron MarcherAdd Darron Anderson to LICENSE
next