Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-12 | it has been brought to my attention that i have forgotten a license on this file | Michael Shalayeff | |
2003-06-12 | ugh. cleanup debugging | Michael Shalayeff | |
2003-06-12 | test for kqueue on ptys (to verify pr3209) | Michael Shalayeff | |
2003-06-12 | -Wall and calc fix in the random | Michael Shalayeff | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |
2003-06-04 | fix a few more prints... stupid monoaural devices... | Jason Wright | |
2003-06-04 | fix printing when AUDIO_SETINFO fails | Jason Wright | |
2003-06-02 | more license cleaning | Jason Wright | |
2003-05-05 | page-align for fixed mmap to work | Michael Shalayeff | |
2003-05-03 | implement and enable a mmaping pages test (mmap over .data etc, | Michael Shalayeff | |
as it was suggested by art@ some time ago). implement noexec test for mmap()ed memory and enable it. add more padding on the data allocated to prevent changing protection on unrelated data and such. implement cache flushing (for hppa now). be careful w/ data allocations sizes and such. some other cleanups. | |||
2003-04-25 | missing .El for .Bl macro; | Jason McIntyre | |
2003-04-23 | implement mmap tests and enable the .text test (with padding now) | Michael Shalayeff | |
2003-04-23 | check for sizeof(struct mbuf) vs MSIZE botches | Jason Wright | |
2003-04-18 | regression test for mquery syscall. | Dale Rahn | |
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre | |
mu-law and u-law are the same, so used mu-law for consistency; ok jason@ | |||
2003-03-19 | spelling fix | David Krause | |
ok jason@ | |||
2003-02-05 | - combine 16 bit le/be functions | Jason Wright | |
- clean up format switch | |||
2003-02-04 | don't need double precision anywhere in here | Jason Wright | |
2003-02-04 | better | Jason Wright | |
2003-02-04 | hack at stereo adpcm | Jason Wright | |
2003-02-04 | free memory if pointer is -not- NULL... | Jason Wright | |
2003-02-01 | rcsid | Jason Wright | |
2003-02-01 | Probably should recurse into the new test... | Jason Wright | |
2003-02-01 | add -f flag so the device can be specified, and make sure the device is | Jason Wright | |
an audio device (ioctl(... AUDIO_GETINFO ...) should do). | |||
2003-02-01 | audio encoding tester | Jason Wright | |
2003-01-05 | spelling | Theo de Raadt | |
2002-12-29 | o pass a random value as the second arg to ftok() | Todd C. Miller | |
o call semget() with IPC_EXCL This fixes a problem whereby multiple concurrent copies of the regress test could use the same key and stomp over themselves, leading one to falsely believe there is a kernel bug. | |||
2002-11-26 | test for working timeouts on recv, currently failing | Michael Shalayeff | |
2002-10-21 | forgot dpadd | Michael Shalayeff | |
2002-10-21 | libs are listed w/ LDADD not LDFLAGS | Michael Shalayeff | |
2002-10-16 | License from niels. | Artur Grabowski | |
2002-09-12 | a grammar in err msgs and a tiny formating fix | Michael Shalayeff | |
2002-09-11 | errx is a proper function here | Michael Shalayeff | |
2002-09-03 | suffix the tests to see what is happenning indeed | Michael Shalayeff | |
2002-09-03 | those targets are all phony | Michael Shalayeff | |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-08-31 | a combined non-exec test set. | Michael Shalayeff | |
allows reusing same testing code for: - text & mprotect (not finished, not enabled); - data, data & mprotect; - bss, bss & mprotect; - heap, heap & mprotect; - stack, stack & mprotect. also a test for mmaping pages in those areas and see how it allows execution (suggested by art@), not enabled yet. all tested on i386 and hppa. | |||
2002-08-31 | a simple nxheap test hacked out of nxstack and nxheap-mprotect; tested on ↵ | Michael Shalayeff | |
i386 and hppa | |||
2002-08-27 | fix the second call to on heap code. Noticed by drahn@. Thanks | Matthieu Herrb | |
2002-08-27 | Add <stdlib.h> for malloc prototype | Matthieu Herrb | |
2002-08-27 | A test for non executable heap / mprotect. Ok art@ | Matthieu Herrb | |
2002-08-23 | Proper dependencies to make this work. | Artur Grabowski | |
2002-08-21 | add missing CLEANFILES; ok miod@ | Wilbern Cobb | |
2002-08-21 | Fix Makefile for correct regress operation. | Miod Vallat | |
2002-08-21 | oopsie | Marc Espie | |
2002-08-21 | +mmap3 | Marc Espie | |
2002-08-21 | Regression test for non-ubc mmap/ftruncate interaction. | Marc Espie | |
Noticed on strip, test prompted by art@. (turns out `normal' strip isn't affected because normal binaries are page-padded). | |||
2002-08-17 | Add exec_self | Artur Grabowski | |
2002-08-17 | Test for a nasty complication in the exec code. | Artur Grabowski | |
What happens is that if an executable tries to exec itself (happens all the time on the ramdisk, among others) and needs to page in a page from the data segment (or rodata) it will need to perform a pagein operation on the vnode that's execing right now. exec keeps that vnode locked and fails (no deadlock, that part was fixed a long time ago). | |||
2002-07-27 | limit this to the right architectures | Theo de Raadt | |