Re: CVS commit: src/lib/libnvmm

2018-11-18 Thread Maxime Villard
Le 17/11/2018 à 17:22, Paul Goyette a écrit : > Could we please get a nvmm(4) man page sometime soon? Thanks! The main NVMM man page is libnvmm(3), but I'll make a nvmm(4) for convenience.

Re: CVS commit: src/lib/libnvmm

2018-11-17 Thread Paul Goyette
Could we please get a nvmm(4) man page sometime soon? Thanks! On Sat, 17 Nov 2018, Maxime Villard wrote: Module Name:src Committed By: maxv Date: Sat Nov 17 16:11:33 UTC 2018 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Don't forget to set 'prot' when

Re: CVS commit: src/lib/libnvmm

2018-11-11 Thread maya
It looked like it was building a 32bit version of the library too, which might have been the source of the build failure. I'm not sure if that changed since.

Re: CVS commit: src/lib/libnvmm

2018-11-11 Thread Maxime Villard
Le 11/11/2018 à 01:06, Maya Rashish a écrit : Module Name:src Committed By: maya Date: Sun Nov 11 00:06:48 UTC 2018 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Add missing include for struct nvmm_x64_state (Pointed out by the clang build) To generate a