summaryrefslogtreecommitdiff
path: root/regress/sys/arch
AgeCommit message (Expand)Author
2020-04-22We have USER_LDT tests in ATF, remove the ones from regress.maxv
2017-08-30Don't test call gates, they are not supported anymore.maxv
2017-08-12Remove the vm86 tests.maxv
2016-09-03Fix the mmap call, KNF, and make the output more readable.maxv
2014-09-19Replace manual realdepend dependency with DPSRCS.joerg
2011-10-17Fix typo in output.mbalmer
2011-05-18Include err.h and unistd.h to provide protos for err() and getpid().mellon
2011-05-18Include err.h to provide prototype for err().mellon
2011-05-18WARNSfytsutsui
2011-03-18Kill a redundant lvalue cast in assembler constrained.joerg
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-28Adapt to changes in m68k/060sp/asm2gas script: pass SED=${TOOL_SED:Q}apb
2008-03-27Use "${TOOL_SED}" instead of just "sed" in sys/arch/m68k/060sp/asm2gas.apb
2008-01-04sprinkle sleep(1) to catch more bugs.yamt
2008-01-04iopl.yamt
2008-01-04test i386_iopl.yamt
2008-01-04test i386_get_ioperm/i386_set_ioperm.yamt
2006-10-14This doesn't panic any more, so run it automatically.bjh21
2006-05-20#include <stdlib.h> for exit(3) prototypemrg
2005-12-24__asm__ -> __asm, __volatile__ -> volatileperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-02-06de-__P, remove obsolete "register" declarations.perry
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-09-30sysctl has moved.mycroft
2003-09-12delete bogus sigcontextchristos
2003-09-11new vm86_struct that does not use sigcontext.christos
2003-09-10sigcontext->siginfodrochner
2003-08-16add vm86drochner
2003-08-16some basic vm86 tests, with and without separate signal stackdrochner
2003-08-11choose ldt positions invidious enough to exercise thedrochner
2003-08-11close the stack frame properly before using the return addressdrochner
2002-09-18some makefile de-lintinglukem
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-04-09Multiline string literals are now allowed in ISO C.thorpej
2002-03-17Extend the test to also test data_abort_address() on arm26, which can panic onbjh21
2002-03-17Change the address used for abort fixup tests to be zero rather thanbjh21
2002-03-17Catch SIGSEGV, so we can exit successfully if it arrives.bjh21
2002-03-17Small fix to assembly code to avoid "source register same as write-back base"bjh21
2002-03-16Add a new regression test for ARM 6 and ARM7 machines to check ifreinoud
2002-02-21put TNF 4-clause license.itojun
2001-12-31Need <string.h> for memcpy() prototype (noticed by gcc 3.1).thorpej
2001-12-12MKfoo=no -> NOfootv
2001-09-01Include bsd.own.mk to get a default setting of OBJECT_FMT.rearnsha
2001-08-06On ARM ELF systems, check that the kernel aligns the stack pointer to anbjh21
2001-06-10WARNS=2sommerfeld
2001-06-10Test setting of multiple ldt entries in one syscall.sommerfeld
2000-04-28revert the depend change... it was unneeded, and is even hurting in someis
2000-04-25Local-ize local labelsis