summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/mmap3/mmaptest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-2/+2
| | | | ok tedu@
* make it more evil and panic; from egger@mickey2006-02-201-7/+12
|
* use proper msyncmickey2006-02-151-1/+2
|
* add missing includesdavid2003-08-021-1/+2
| | | | ok deraadt@ tedu@
* various cleanups; david says results are samederaadt2003-07-311-2/+2
|
* oopsieespie2002-08-211-3/+1
|
* Regression test for non-ubc mmap/ftruncate interaction.espie2002-08-211-0/+79
Noticed on strip, test prompted by art@. (turns out `normal' strip isn't affected because normal binaries are page-padded).