index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
disk.c
Age
Commit message (
Expand
)
Author
2023-01-03
disk: Cast fsblkcnt_t to double instead of float
planet36
2022-10-28
radical re-formatting 0/3: Alphabetic headers
drkhsh
2022-10-27
components/*.c: include slstatus.h
NRK
2018-07-06
Consistent paramter naming for components
Aaron Marcher
2018-05-30
Clean up header includes
Aaron Marcher
2018-05-21
Merge fmt_human_2 and fmt_human_10 to one function
Aaron Marcher
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-19
Implement fmt_human_2() and fmt_human_10()
Laslo Hunhold
2018-05-19
Add the percent sign to *_perc functions
Aaron Marcher
2018-05-18
Implement fmt_scaled for disk_* functions
Aaron Marcher
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-17
corrected calculations for disk space on openbsd
Tobias Tschinkowitz
2018-05-07
Fix indents (spaces for alignment)
Aaron Marcher
2018-05-07
Fix disk_perc by casting it to int
Aaron Marcher
2018-05-07
disk_perc: Simplify
Aaron Marcher
2018-05-06
Fix coding style
Aaron Marcher
2018-03-28
Format error messages properly
Aaron Marcher
2018-03-28
Get rid of err.h as it is not portable
Aaron Marcher
2017-09-24
Move components into dedicated subdirectory
Laslo Hunhold