Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-26 | test for working timeouts on recv, currently failing | Michael Shalayeff | |
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 | 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 | |
2002-07-27 | test for mprotect() on the stack area: try force execable mapping on it ↵ | Michael Shalayeff | |
first, and it should run a code on the stack fine; then lower the protection to non-exec and observe a sigfault. fail contraccordingly | |||
2002-07-26 | ensure that bss object being used is not ... inside the last page of data. | Theo de Raadt | |
a.out ZMAGIC permits that to happen. so we need to pad it over, for the test to work. | |||
2002-07-26 | and hppa | Theo de Raadt | |
2002-07-26 | regress these only on the architectures where they are expected to work | Theo de Raadt | |
2002-07-26 | check for non-exec of bss | Theo de Raadt | |
2002-07-01 | include string.h for memcpy | Artur Grabowski | |
2002-07-01 | art said, let it fail | Michael Shalayeff | |
2002-07-01 | a test to see if stack is executable | Michael Shalayeff | |
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-19 | regress for the kqueu for random | Michael Shalayeff | |
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel | |
2002-05-21 | public domain | Todd C. Miller | |
2002-04-30 | Do signal regress tests | Todd C. Miller | |
2002-04-30 | Test some floating point exception problems when SIG_IGN is in effect. | Todd C. Miller | |
2002-03-25 | Enable gettimeofday regression test. | Thomas Nordin | |
2002-03-12 | Add rfmem-stack | Artur Grabowski | |
2002-03-02 | A start for testing EVFILT_PROC, not done yet, but this is a good check point. | Artur Grabowski | |
2002-02-27 | Add a test for inheriting kqueue descriptors on fork. | Artur Grabowski | |
2002-02-23 | simple test to see if siginfo passes si_addr | Theo de Raadt | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-22 | Get rid of more Ms in my tree. | Artur Grabowski | |
2002-02-22 | Ugh. fix numerous bugs. | Artur Grabowski | |
2002-02-21 | newlines at eof | Theo de Raadt | |
2002-02-21 | Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵ | Artur Grabowski | |
gubble, gubble... | |||
2002-02-21 | Make sure that the stack is not shared. | Artur Grabowski | |
2002-02-21 | Test for monotonically increasing timeofday. | Thomas Nordin | |
2002-02-18 | Change license to public domain and update comment. | Artur Grabowski | |
2002-02-18 | Document in more detail what's going on here. | Artur Grabowski | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | kill little bugs; art ok | Theo de Raadt | |
2002-02-17 | madness | Artur Grabowski | |