summaryrefslogtreecommitdiff
path: root/regress/sys/kern/signal
AgeCommit message (Collapse)Author
2005-08-08A reghression test that checks if a process survives very early signalOtto Moerbeek
delivery. Very early is before fork() returns.
2005-07-15Make globals accessed from sig handler volatile. From millert@Otto Moerbeek
2005-07-13As mickey@ pointed out, this test does not belong in libm. Move toOtto Moerbeek
correct place.
2004-02-15Fool gcc3 into not detecting we want a divide by zero at compile time.Miod Vallat
2003-08-02add missing includesDavid Krause
ok deraadt@ tedu@
2003-08-02pass correct argument to sigfillsetDavid Krause
ok deraadt@ tedu@
2003-07-31various cleanups; david says results are sameTheo de Raadt
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-08-23Proper dependencies to make this work.Artur Grabowski
2002-05-21public domainTodd C. Miller
2002-04-30Do signal regress testsTodd C. Miller
2002-04-30Test some floating point exception problems when SIG_IGN is in effect.Todd C. Miller
2002-02-23simple test to see if siginfo passes si_addrTheo de Raadt