summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/explicit_bzero (follow)
Commit message (Expand)AuthorAgeFilesLines
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.bcook2021-03-271-7/+24
* Fix dumb copy/paste mistake.matthew2014-07-111-3/+3
* Fix explicit_bzero regress for Solaris and OS X compatibilitymatthew2014-07-111-27/+68
* Add some extra sanity checks to make sure the test functions actuallymatthew2014-07-091-1/+13
* Better workaround for OS X sigaltstack() bugmatthew2014-07-091-15/+20
* check if we were previously on a signal stack before restoring.bcook2014-07-091-2/+3
* Add regress test for explicit_bzero.matthew2014-06-122-0/+143