On Sat, May 8, 2021 at 5:04 PM Christos Margiolis <[email protected]> wrote: > > The FreeBSD `ram_*' functions in `components/ram.c' were printing > completely wrong results (especially `ram_perc'). This was fixed > by changing the `active' and `npages' variables' data types from > `long' to `int'. > > `config.mk' was lacking the appropriate `X11INC' and `X11LIB' > values to build on FreeBSD, so I added them (commented out by > default). > > I also fixed the coding style across all files to match > https://suckless.org/coding_style/ > > -- > Kind regards, > Christos
The FreeBSD RAM usage problem was previously reported here. https://lists.suckless.org/hackers/2101/17741.html
