index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
kern
/
signal
Age
Commit message (
Expand
)
Author
2011-11-26
If sigaltstack() fails, report which thread correctly
Philip Guenthe
2011-11-22
Add a test for forked processes inheriting their parent's signal stack.
Joshua Elsasser
2010-06-21
Fix fpe handler in regress test. Tested and `looks good' phessler@.
Paul Irofti
2008-06-10
Add a regression test for signaling permission checks. From mickey@.
Hans-Joerg Hoexer
2007-08-01
Fix Dutch hypos.
Miod Vallat
2005-08-08
A reghression test that checks if a process survives very early signal
Otto Moerbeek
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
2004-02-15
Fool gcc3 into not detecting we want a divide by zero at compile time.
Miod Vallat
2003-08-02
add missing includes
David Krause
2003-08-02
pass correct argument to sigfillset
David Krause
2003-07-31
various cleanups; david says results are same
Theo de Raadt
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-08-23
Proper dependencies to make this work.
Artur Grabowski
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-02-23
simple test to see if siginfo passes si_addr
Theo de Raadt