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