:It seems to be a problem in vm/vm_fault() and
:vnode_pager_generic_putpages() in FreeBSD 3.x & 4.0.
:
:The following code illustrates the problem:
:
:#include
:#include
:...
Yes, this is definitely a bug. I'll take a look at fixing it on
the weekend. I think what we have to do is a
It seems to be a problem in vm/vm_fault() and
vnode_pager_generic_putpages() in FreeBSD 3.x & 4.0.
The following code illustrates the problem:
#include
#include
#include
#include
#include
#define COUNT 1024
#define SIZE10*1024*1024
int main () {
int i,j,fd;
char *fptr, fnam
2 matches
Mail list logo