summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/signal (follow)
Commit message (Collapse)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
| | | | | | This allows to run them all with a single command. Discussed with bluhm@
* If sigaltstack() fails, report which thread correctlyguenther2011-11-261-2/+2
| | | | Pointed out by Steffen Daode Nurpmeso (sdaoden at googlemail.com)
* Add a test for forked processes inheriting their parent's signal stack.joshe2011-11-223-2/+75
| | | | ok guenther@
* 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
| | | | ok deraadt
* Fix Dutch hypos.miod2007-08-011-2/+2
|
* A reghression test that checks if a process survives very early signalotto2005-08-083-2/+56
| | | | delivery. Very early is before fork() returns.
* 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
| | | | correct place.
* 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
| | | | ok deraadt@ tedu@
* pass correct argument to sigfillsetdavid2003-08-021-1/+1
| | | | ok deraadt@ tedu@
* 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
| | | | ok art@
* 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