summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/signal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-33/+1
* Move sigsuspend test.mpi2020-09-162-0/+134
* Put all signal tests under a single directory.mpi2020-09-1622-1/+2155
* If sigaltstack() fails, report which thread correctlyguenther2011-11-261-2/+2
* Add a test for forked processes inheriting their parent's signal stack.joshe2011-11-223-2/+75
* Fix fpe handler in regress test. Tested and `looks good' phessler@.pirofti2010-06-211-1/+8
* Add a regression test for signaling permission checks. From mickey@.hshoexer2008-06-103-2/+63
* Fix Dutch hypos.miod2007-08-011-2/+2
* A reghression test that checks if a process survives very early signalotto2005-08-083-2/+56
* Make globals accessed from sig handler volatile. From millert@otto2005-07-151-4/+4
* As mickey@ pointed out, this test does not belong in libm. Move tootto2005-07-133-2/+61
* Fool gcc3 into not detecting we want a divide by zero at compile time.miod2004-02-151-4/+4
* add missing includesdavid2003-08-021-0/+1
* pass correct argument to sigfillsetdavid2003-08-021-1/+1
* various cleanups; david says results are samederaadt2003-07-311-4/+2
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-2/+2
* Proper dependencies to make this work.art2002-08-231-3/+3
* public domainmillert2002-05-211-1/+2
* Do signal regress testsmillert2002-04-301-0/+7
* Test some floating point exception problems when SIG_IGN is in effect.millert2002-04-302-0/+100
* simple test to see if siginfo passes si_addrderaadt2002-02-232-0/+46