summaryrefslogtreecommitdiff
path: root/components/swap.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 3/3: Error checksdrkhsh2022-10-281-1/+1
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-22/+11
* radical re-formatting 1/3: Fix spacingdrkhsh2022-10-281-5/+5
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-3/+3
* do not rely on obsolete featureNRK2022-10-261-12/+12
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Add ram and swap components on FreeBSDMichael Buch2019-02-161-0/+84
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-2/+2
* Clean up header includesAaron Marcher2018-05-301-1/+0
* swap: removed unused includeTobias Tschinkowitz2018-05-291-1/+0
* Refactor swap.c to use getline() instead of buf-fillingLaslo Hunhold2018-05-281-73/+50
* swap.c: Refactor getstats() and its usageLaslo Hunhold2018-05-211-14/+22
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-211-6/+6
* Remove units from numbersAaron Marcher2018-05-211-8/+8
* swap_perc: check for division by zero on obsd tooAaron Marcher2018-05-211-0/+4
* swap_perc: check for division by zeroAaron Marcher2018-05-201-0/+4
* Implement fmt_human_2() and fmt_human_10()Laslo Hunhold2018-05-191-6/+6
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-2/+2
* Implement fmt_scaled for swap_* functionsAaron Marcher2018-05-181-6/+6
* Add warn() and die()Laslo Hunhold2018-05-181-6/+6
* corrected calculation for swap on openbsdTobias Tschinkowitz2018-05-161-7/+5
* Fix coding styleAaron Marcher2018-05-061-18/+29
* swap_*: Port to OpenBSDAaron Marcher2018-05-061-6/+84
* components/swap.c | move duplicated code to separate functionLaslo Hunhold2018-05-011-56/+26
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-123/+137
* Revert component-splitLaslo Hunhold2018-05-011-0/+138
* swap: OS splitQuentin Rameau2018-04-301-138/+0
* Format error messages properlyAaron Marcher2018-03-281-8/+9
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-9/+8
* More robust preprocessor switchesAaron Marcher2018-03-211-1/+1
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+136