Re: [hackers] [slstatus][PATCH] Fixed bugs in FreeBSD's ram_* functions. Added appropriate FreeBSD config.mk options. Coding style fixes across all files.

2021-05-18 Thread Steve Ward
On Sat, May 8, 2021 at 5:04 PM Christos Margiolis 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' wa

[hackers] [slstatus][PATCH] Fixed bugs in FreeBSD's ram_* functions. Added appropriate FreeBSD config.mk options. Coding style fixes across all files.

2021-05-08 Thread Christos Margiolis
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 Free