index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
ram.c
Age
Commit message (
Expand
)
Author
2022-10-28
radical re-formatting 2/3: Fix blocks
drkhsh
2022-10-28
radical re-formatting 3/3: Error checks
drkhsh
2022-10-28
ram: Refactor on OpenBSD
drkhsh
2022-10-28
ram: Refactor Linux perc/used
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
2022-10-27
Fix RAM component on FreeBSD
michaelbuch12@gmail.com
2019-02-16
Add ram and swap components on FreeBSD
Michael Buch
2018-07-08
ram: Consistency with line breaks
Aaron Marcher
2018-07-08
Fix whitespace
Aaron Marcher
2018-07-08
Consistency with 80 char limit and breaks
Aaron Marcher
2018-07-07
Simplify format specifiers for uintmax_t
Aaron Marcher
2018-07-07
Change uint64_t to uintmax_t
Aaron Marcher
2018-07-06
ram: Check for theoretical division by zero
Aaron Marcher
2018-07-06
ram: Use POSIX types
Aaron Marcher
2018-05-24
ram: fixed int overflow on pagetok macro
Tobias Tschinkowitz
2018-05-21
Merge fmt_human_2 and fmt_human_10 to one function
Aaron Marcher
2018-05-21
Increase readability for load_uvmexp return
Aaron Marcher
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-20
Refactor ram.c
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 ram_* functions
Aaron Marcher
2018-05-18
Fix ram_free for Linux
Aaron Marcher
2018-05-16
consistent calculation of ram_* on openbsd
Tobias Tschinkowitz
2018-05-16
updated ram_total and ram_free (obsd)
Tobias Tschinkowitz
2018-05-07
Unify header includes
Aaron Marcher
2018-05-01
Use indentation to increase readability
Laslo Hunhold
2018-05-01
Revert component-split
Laslo Hunhold
2018-04-30
ram: OS split
Quentin Rameau
2018-04-29
ram: Move up includes
Aaron Marcher
2018-04-14
Add OpenBSD RAM stats
Darron Anderson
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