summaryrefslogtreecommitdiff
path: root/regress/sys/uvm
AgeCommit message (Expand)Author
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-25do not request RWX mappings, RW will doTheo de Raadt
2006-04-06add a regress that repetitively calls mmap with MMAP_FIXED on the sameKurt Miller
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-06-19Add a basic regress test for __MAP_NOREPLACE.Matthew Dempsky
2014-06-13Add regress test for MAP_INHERIT_ZERO.Matthew Dempsky
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2013-03-21sys/param.h, not machine/param.hTheo de Raadt
2011-10-07Test hint-based mmap allocations.Ariane van der Steldt
2011-10-07mmap with len=0 should fail with EINVAL.Ariane van der Steldt
2011-07-05plug in mmap_write_selfArtur Grabowski
2011-07-05Test for when we're writing to a file from an mmaped area of the file.Artur Grabowski
2010-06-20Add some missing includes, so we do not have implicit functionPeter Hessler
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-13Do not attempt to work on more than SHMMAXPGS pages, makes this run unmodifiedMiod Vallat
2007-05-21Add mmap_mod.Artur Grabowski
2007-05-21A test for a corner-case that some pmaps get wrong.Artur Grabowski
2006-04-06enable mmap_fixed regressKurt Miller
2006-04-06add a regress that repetitively calls mmap with MMAP_FIXED on the sameKurt Miller
2006-03-14trailing spaces and lines no moreMichael Shalayeff
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2005-05-03Test writing to a mmapped file around the 4GB offset.Otto Moerbeek
2005-01-06sanity checks on size arg to mmap.Otto Moerbeek
2004-12-29this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDODavid Krause
2002-08-21add missing CLEANFILES; ok miod@Wilbern Cobb
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-22Check the right return value in the second mmap.Artur Grabowski
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Need a Makefile here.Artur Grabowski
2002-02-16Misc tests for mmap, mincore, mlock and mlockall.Artur Grabowski