Age | Commit message (Expand) | Author |
2020-12-16 | Remove echo headlines. Use consistent target names. | Alexander Bluhm |
2020-12-03 | restructure, making room for several tests | anton |
2020-11-05 | add missing rcs id | anton |
2020-11-03 | On arm64 char is unsigned, use int in getopt() loop. | Alexander Bluhm |
2020-10-26 | hook up vnode | anton |
2020-10-26 | Add a reproducer for uvm vnode deadlock fixed in revision 1.108 of | anton |
2019-09-20 | Fix compiler warning and whitespace. | Alexander Bluhm |
2019-09-20 | Run regress wx_syscall if /usr/obj is mounted wxallowed. | Alexander Bluhm |
2019-09-20 | Regress mmap_hint usually passes, enable it. | Alexander Bluhm |
2019-05-30 | A test for W|X ^ syscall prevention, which is difficult to incorporate | Theo de Raadt |
2019-01-16 | The test regress/sys/uvm/misc used mincore(2) to check how mmap, | Alexander Bluhm |
2017-07-13 | Round VM_MAXUSER_ADDRESS down to next page to make mmap_hint regress | Alexander Bluhm |
2017-07-12 | We cannot mmap(2) memory at VM_MAXUSER_ADDRESS as the full allocated | Alexander Bluhm |
2017-07-07 | Make mmap_hint.c compile on i386 by adding includes. Unfortunately | Alexander Bluhm |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-25 | do not request RWX mappings, RW will do | Theo de Raadt |
2006-04-06 | add a regress that repetitively calls mmap with MMAP_FIXED on the same | Kurt Miller |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2014-06-19 | Add a basic regress test for __MAP_NOREPLACE. | Matthew Dempsky |
2014-06-13 | Add regress test for MAP_INHERIT_ZERO. | Matthew Dempsky |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |
2013-03-21 | sys/param.h, not machine/param.h | Theo de Raadt |
2011-10-07 | Test hint-based mmap allocations. | Ariane van der Steldt |
2011-10-07 | mmap with len=0 should fail with EINVAL. | Ariane van der Steldt |
2011-07-05 | plug in mmap_write_self | Artur Grabowski |
2011-07-05 | Test for when we're writing to a file from an mmaped area of the file. | Artur Grabowski |
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-13 | Do not attempt to work on more than SHMMAXPGS pages, makes this run unmodified | Miod Vallat |
2007-05-21 | Add mmap_mod. | Artur Grabowski |
2007-05-21 | A test for a corner-case that some pmaps get wrong. | Artur Grabowski |
2006-04-06 | enable mmap_fixed regress | Kurt Miller |
2006-04-06 | add a regress that repetitively calls mmap with MMAP_FIXED on the same | Kurt Miller |
2006-03-14 | trailing spaces and lines no more | Michael Shalayeff |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2005-05-03 | Test writing to a mmapped file around the 4GB offset. | Otto Moerbeek |
2005-01-06 | sanity checks on size arg to mmap. | Otto Moerbeek |
2004-12-29 | this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO | David Krause |
2002-08-21 | add missing CLEANFILES; ok miod@ | Wilbern Cobb |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski |
2002-02-22 | Check the right return value in the second mmap. | Artur Grabowski |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Need a Makefile here. | Artur Grabowski |
2002-02-16 | Misc tests for mmap, mincore, mlock and mlockall. | Artur Grabowski |