summaryrefslogtreecommitdiff
path: root/regress/sys/kern/signal
AgeCommit message (Expand)Author
2011-11-26If sigaltstack() fails, report which thread correctlyPhilip Guenthe
2011-11-22Add a test for forked processes inheriting their parent's signal stack.Joshua Elsasser
2010-06-21Fix fpe handler in regress test. Tested and `looks good' phessler@.Paul Irofti
2008-06-10Add a regression test for signaling permission checks. From mickey@.Hans-Joerg Hoexer
2007-08-01Fix Dutch hypos.Miod Vallat
2005-08-08A reghression test that checks if a process survives very early signalOtto Moerbeek
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
2004-02-15Fool gcc3 into not detecting we want a divide by zero at compile time.Miod Vallat
2003-08-02add missing includesDavid Krause
2003-08-02pass correct argument to sigfillsetDavid Krause
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
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