summaryrefslogtreecommitdiff
path: root/components/ram.c
AgeCommit message (Expand)Author
2022-10-28radical re-formatting 2/3: Fix blocksdrkhsh
2022-10-28radical re-formatting 3/3: Error checksdrkhsh
2022-10-28ram: Refactor on OpenBSDdrkhsh
2022-10-28ram: Refactor Linux perc/useddrkhsh
2022-10-28radical re-formatting 0/3: Alphabetic headersdrkhsh
2022-10-27do not rely on obsolete featureNRK
2022-10-27components/*.c: include slstatus.hNRK
2022-10-27Fix RAM component on FreeBSDmichaelbuch12@gmail.com
2019-02-16Add ram and swap components on FreeBSDMichael Buch
2018-07-08ram: Consistency with line breaksAaron Marcher
2018-07-08Fix whitespaceAaron Marcher
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-07-07Simplify format specifiers for uintmax_tAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-06ram: Check for theoretical division by zeroAaron Marcher
2018-07-06ram: Use POSIX typesAaron Marcher
2018-05-24ram: fixed int overflow on pagetok macroTobias Tschinkowitz
2018-05-21Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher
2018-05-21Increase readability for load_uvmexp returnAaron Marcher
2018-05-21Remove units from numbersAaron Marcher
2018-05-20Refactor ram.cAaron Marcher
2018-05-19Implement fmt_human_2() and fmt_human_10()Laslo Hunhold
2018-05-19Add the percent sign to *_perc functionsAaron Marcher
2018-05-18Implement fmt_scaled for ram_* functionsAaron Marcher
2018-05-18Fix ram_free for LinuxAaron Marcher
2018-05-16consistent calculation of ram_* on openbsdTobias Tschinkowitz
2018-05-16updated ram_total and ram_free (obsd)Tobias Tschinkowitz
2018-05-07Unify header includesAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30ram: OS splitQuentin Rameau
2018-04-29ram: Move up includesAaron Marcher
2018-04-14Add OpenBSD RAM statsDarron Anderson
2018-03-21More robust preprocessor switchesAaron Marcher
2018-03-18Build Linux-only functions only on LinuxAaron Marcher
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold