Home | History | Annotate | only in /src/regress/sys/uvm
History log of /src/regress/sys/uvm
RevisionDateAuthorComments
 1.12 14-May-2017  kamil Remove dead leftover Makefiles from src/regress
 1.11 14-May-2017  kamil Remove tests for executable/non-executable stack.

These tests were not portable across compilers and recently NetBSD moved
to PaX MPROTECT.
 1.10 14-Jul-2011  jruoho branches: 1.10.32;
Move the uvm "loan" test to tests(7).
 1.9 14-Jul-2011  jruoho Remove "mmap" subdir.
 1.8 20-May-2011  joerg Require GCC for compilation
 1.7 09-Sep-2008  gmcgarry Avoid tests using nested functions when using PCC.
 1.6 08-Apr-2007  scw branches: 1.6.12;
Remove support for NetBSD/{,evb}sh5.
 1.5 19-Feb-2004  drochner branches: 1.5.16; 1.5.18;
MACHINE_ARCH is x86_64 for amd64; noticed by Nicolas Joly
 1.4 19-Feb-2004  drochner enable stack_noexec where a non-executable stack is supported
 1.3 15-Feb-2004  yamt a simple test of uvm page loanout.
 1.2 10-Dec-2003  drochner Add a check whether the stack is executable when needed, and one whether
the stack is non-executable if not explicitely enabled.
The latter one is not enabled in the Makefile yet because it cannot
succeed on platforms where the non-exec stack is not implemented.
Both checks rely on the fact that gcc puts trampoline onto the stack
for nested functions. On platforms where no such trampolines are used,
no meaningful results can be expected.
While not perfect, this is much easier than hand-coding trampolines for
each CPU type.
 1.1 19-Jun-1999  thorpej 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.
 1.5.18.1 03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.5.16.1 19-Jul-2007  liamjfoy Pull up following revision(s) (requested by soren in ticket #774):
build.sh: revision 1.169
gnu/usr.bin/gcc4/backend/Makefile: revision 1.9
sys/arch/evbsh5/README: revision 1.1
distrib/notes/common/contents: revision 1.124
usr.sbin/ndbootd/ndbootd.c: revision 1.12
gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8
libexec/ld.elf_so/Makefile: revision 1.78
gnu/dist/binutils/bfd/config.bfd: revision 1.14
doc/HACKS: revision 1.93
distrib/cdrom/current.conf: revision 1.8
gnu/lib/libgcc4/Makefile.inc: revision 1.6
share/mk/sys.mk: revision 1.90
distrib/sets/lists/base/mi: revision 1.700
libexec/ld.elf_so/rtld.c: revision 1.112
distrib/sets/lists/base/mi: revision 1.702
sys/arch/sh5/README: revision 1.1
gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7
usr.sbin/traceroute/traceroute.c: revision 1.69
distrib/notes/common/main: revision 1.330
distrib/notes/common/list-setsizes.sh: revision 1.2
sys/arch/Makefile: revision 1.35
gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8
share/mk/bsd.own.mk: revision 1.495
gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7
x11/lib/OSmesa/Makefile: revision 1.20
sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13
gnu/dist/binutils/opcodes/configure.in: revision 1.2
gnu/dist/binutils/opcodes/configure: revision 1.2
gnu/usr.bin/send-pr/categories: revision 1.53
etc/mtree/NetBSD.dist: revision 1.339
sys/arch/README: revision 1.42
lib/libc/gdtoa/Makefile.inc: revision 1.6
usr.bin/crunch/crunchide/Makefile: revision 1.16
sys/lkm/net/bsdcomp/Makefile: revision 1.5
regress/sys/uvm/Makefile: revision 1.6
etc/MAKEDEV.awk: revision 1.18
x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10
sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14
gnu/lib/libbfd/Makefile: revision 1.42
doc/RESPONSIBLE: revision 1.78
Remove evbsh5.
 1.6.12.1 24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.10.32.1 19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
 1.2 14-May-2017  kamil Remove dead leftover Makefiles from src/regress
 1.1 19-Mar-2000  simonb branches: 1.1.92;
Use proginstall:: to disable installing PROG.
 1.1.92.1 19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
 1.3 24-Aug-2023  andvar s/defult/default/
 1.2 14-Oct-2006  yamt remove unused lines.
 1.1 14-Oct-2006  yamt add a makefile.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.3 09-Oct-2006  yamt add parentheses.
 1.2 09-Oct-2006  yamt include string.h for memset.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.2 14-Oct-2006  yamt #ifdef DEBUG where appropriate.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.
 1.1 09-Oct-2006  yamt move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
no objection on tech-kern@.

RSS XML Feed