summaryrefslogtreecommitdiff
path: root/components/ram.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 3/3: Error checksdrkhsh2022-10-281-10/+10
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-10/+5
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-1/+1
* ram: Refactor on OpenBSDdrkhsh2022-10-281-23/+17
* ram: Refactor Linux perc/useddrkhsh2022-10-281-7/+7
* do not rely on obsolete featureNRK2022-10-261-12/+12
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Fix RAM component on FreeBSDmichaelbuch12@gmail.com2022-10-261-4/+4
* Add ram and swap components on FreeBSDMichael Buch2019-02-161-0/+63
* ram: Consistency with line breaksAaron Marcher2018-07-081-2/+4
* Fix whitespaceAaron Marcher2018-07-081-1/+1
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-4/+4
* Simplify format specifiers for uintmax_tAaron Marcher2018-07-071-13/+13
* Change uint64_t to uintmax_tAaron Marcher2018-07-071-16/+16
* ram: Check for theoretical division by zeroAaron Marcher2018-07-061-0/+4
* ram: Use POSIX typesAaron Marcher2018-07-061-16/+18
* ram: fixed int overflow on pagetok macroTobias Tschinkowitz2018-05-241-1/+1
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-211-9/+12
* Increase readability for load_uvmexp returnAaron Marcher2018-05-211-1/+5
* Remove units from numbersAaron Marcher2018-05-211-10/+12
* Refactor ram.cAaron Marcher2018-05-201-24/+37
* 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 ram_* functionsAaron Marcher2018-05-181-14/+6
* Fix ram_free for LinuxAaron Marcher2018-05-181-1/+5
* consistent calculation of ram_* on openbsdTobias Tschinkowitz2018-05-161-4/+4
* updated ram_total and ram_free (obsd)Tobias Tschinkowitz2018-05-161-4/+4
* Unify header includesAaron Marcher2018-05-071-2/+2
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-108/+112
* Revert component-splitLaslo Hunhold2018-05-011-0/+129
* ram: OS splitQuentin Rameau2018-04-301-129/+0
* ram: Move up includesAaron Marcher2018-04-291-5/+6
* Add OpenBSD RAM statsDarron Anderson2018-04-141-1/+75
* 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/+52