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 (
Collapse
)
Author
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-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.
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
ok deraadt@ tedu@
2003-08-02
pass correct argument to sigfillset
David Krause
ok deraadt@ tedu@
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
ok art@
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