Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat | |
factorize the build of the VBR page betweem luna88k and mvme88k. Tested by aoyama@ and I. | |||
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 | |
region of memory to ensure process datasize is properly calculated. this time in the righ place *sigh* ok pedro@ | |||
2006-03-14 | trailing spaces and lines no more | Michael Shalayeff | |
2006-02-20 | make it more evil and panic; from egger@ | Michael Shalayeff | |
2006-02-15 | use proper msync | Michael Shalayeff | |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2005-12-07 | Sorry, committed the wrong Makefile | Pedro Martelletto | |
2005-12-07 | Moved to regress/sys/dev/fdesc | Pedro Martelletto | |
2005-12-07 | Move Art's fdescfs regress to a now more appropriate place | Pedro Martelletto | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-09-27 | various fixups; | Jason McIntyre | |
ok jason@ | |||
2005-09-27 | report time duration required to play sample then % error of sample rate. | Dale Rahn | |
from PR 4304. Also added support for different sample rate requests. ok jason@ | |||
2005-09-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod Vallat | |
anymore, since we don't want to allow userland to talk to the BUG. Deliver SIGSYS instead of doing nothing. Makes things simpler, plus it polluted luna88k. | |||
2005-08-08 | A reghression test that checks if a process survives very early signal | Otto Moerbeek | |
delivery. Very early is before fork() returns. | |||
2005-07-20 | EFAULT from PT_IO is a good error value too. | Artur Grabowski | |
2005-07-20 | run from .OBJDIR | Theo de Raadt | |
2005-07-20 | Regress test for PT_READ_{D,I} and PT_IO. (write coming soon). | Artur Grabowski | |
2005-07-15 | Make globals accessed from sig handler volatile. From millert@ | Otto Moerbeek | |
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek | |
correct place. | |||
2005-07-11 | += mmap-fail | Artur Grabowski | |
2005-07-11 | Test that mmap fails properly. | Artur Grabowski | |
2005-05-31 | +=sigsuspend | Artur Grabowski | |
2005-05-31 | Test the semantics of sigsuspend. | Artur Grabowski | |
For some reason this test doesn't fail which means the code is correct and my reading of the code is incorrect. That can be either a good or bad sign depending on how you look at it. millert@ says it "looks correct" | |||
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl | |
2005-05-03 | Test writing to a mmapped file around the 4GB offset. | Otto Moerbeek | |
2005-04-28 | Run this test on all shared address space machines. With help from | Otto Moerbeek | |
miod and mickey; ok art@ | |||
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat | |
range in the current process, using trap #451. This is necessary for proper gcc trampolines operation, and, later, ld.so... | |||
2005-04-26 | A regress test for accessing long long on a long aligned, but not long long | Miod Vallat | |
aligned, boundary on 32 bit systems. Written a while ago for m88k, eventually turned into a real regress test. | |||
2005-04-22 | Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test. | Miod Vallat | |
2005-04-22 | Use REGRESS_TARGETS. | Miod Vallat | |
2005-04-21 | Add a regression test for the extent subroutines; from NetBSD. | Miod Vallat | |
2005-04-17 | duh, make sure we're testing what we thing we are. still not exactly | Ted Unangst | |
the best test around. | |||
2005-02-25 | This test is only valid on archs that have shared kernel and user address | Otto Moerbeek | |
space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs. | |||
2005-02-24 | Add tedu's copy* test, turned into a regress test by me. | Otto Moerbeek | |
2005-01-06 | sanity checks on size arg to mmap. | Otto Moerbeek | |
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause | |
2004-12-29 | this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO | David Krause | |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause | |
2004-10-10 | a few cleanups | Michael Shalayeff | |
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller | |
Fixes a bogus regression on sparc64. OK henning@ | |||
2004-08-05 | Be nice to poor people with small machines and low limits. | Artur Grabowski | |
2004-08-05 | fix the perl to generate proper \n in the output. | Artur Grabowski | |
2004-08-05 | Add signal-stress. Good luck. | Artur Grabowski | |
2004-08-05 | A test that tests sends such a huge amount of signals that something | Artur Grabowski | |
should happen if signal delivery is not robust. | |||
2004-08-02 | A long time ago, the mquery API changed, however the regress was never updated. | Dale Rahn | |
pointed out last week, and again today by art. | |||
2004-07-28 | Add itimer. | Artur Grabowski | |
2004-07-28 | Very crude tests that check that itimers are at least pretending to work. | Artur Grabowski | |
2004-07-28 | Remove statement with no effect. | Todd C. Miller | |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat | |