index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
swap.c
Age
Commit message (
Expand
)
Author
2022-10-28
radical re-formatting 2/3: Fix blocks
drkhsh
2022-10-28
radical re-formatting 1/3: Fix spacing
drkhsh
2022-10-28
radical re-formatting 3/3: Error checks
drkhsh
2022-10-28
radical re-formatting 0/3: Alphabetic headers
drkhsh
2022-10-27
do not rely on obsolete feature
NRK
2022-10-27
components/*.c: include slstatus.h
NRK
2019-02-16
Add ram and swap components on FreeBSD
Michael Buch
2018-07-08
Consistency with 80 char limit and breaks
Aaron Marcher
2018-05-30
Clean up header includes
Aaron Marcher
2018-05-29
swap: removed unused include
Tobias Tschinkowitz
2018-05-28
Refactor swap.c to use getline() instead of buf-filling
Laslo Hunhold
2018-05-21
swap.c: Refactor getstats() and its usage
Laslo Hunhold
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-21
swap_perc: check for division by zero on obsd too
Aaron Marcher
2018-05-20
swap_perc: check for division by zero
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 swap_* functions
Aaron Marcher
2018-05-18
Add warn() and die()
Laslo Hunhold
2018-05-16
corrected calculation for swap on openbsd
Tobias Tschinkowitz
2018-05-06
Fix coding style
Aaron Marcher
2018-05-06
swap_*: Port to OpenBSD
Aaron Marcher
2018-05-01
components/swap.c | move duplicated code to separate function
Laslo Hunhold
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
swap: OS split
Quentin Rameau
2018-03-28
Format error messages properly
Aaron Marcher
2018-03-28
Get rid of err.h as it is not portable
Aaron Marcher
2018-03-21
More robust preprocessor switches
Aaron Marcher
2018-03-18
Build Linux-only functions only on Linux
Aaron Marcher
2017-09-24
Move components into dedicated subdirectory
Laslo Hunhold