thorpej
|
5839453a0d
|
Oops, supply mode bits to shmget(2).
|
1999-08-06 23:40:10 +00:00 |
|
thorpej
|
678ef99d81
|
Check for shmat(2) failure correctly.
|
1999-08-06 23:01:41 +00:00 |
|
mjacob
|
55d3c9279d
|
add in inclusion of file to get memset prototype declaration.
|
1999-07-21 21:46:17 +00:00 |
|
thorpej
|
f6d7947c4b
|
Add a test for mprotect()'ing a region from PROT_NONE to anything else
which is in an address space configured MCL_FUTURE.
|
1999-07-18 00:43:22 +00:00 |
|
thorpej
|
b9aef1ceeb
|
Add code which creates a System V shared memory segment, attaches to it,
makes it resident, MADV_FREE's it, and then checks to see that the pages
are indeed no longer resident. This tests the uvm_aobj flush routine.
|
1999-07-17 06:01:52 +00:00 |
|
thorpej
|
11d1a47bbf
|
Add some code to test sync'ing a PROT_WRITE+MAP_SHARED file.
|
1999-07-14 21:10:13 +00:00 |
|
thorpej
|
7089fc0a1d
|
Add a few more tests.
|
1999-07-07 22:00:31 +00:00 |
|
thorpej
|
03826522e4
|
Add some pretty simple tests for various memory mapping facilities.
There's lots more work to do here, but this simple program found a
couple of problems which I've fixed recently.
|
1999-06-19 00:53:31 +00:00 |
|