Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If running with ASAN, mark test_with{,out}_bzero() with the | tb | 2022-02-10 | 1 | -3/+14 |
* | silence "function declaration isn't a prototype" warning by changing | tb | 2022-02-09 | 1 | -6/+6 |
* | Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux. | bcook | 2021-03-27 | 1 | -7/+24 |
* | Fix dumb copy/paste mistake. | matthew | 2014-07-11 | 1 | -3/+3 |
* | Fix explicit_bzero regress for Solaris and OS X compatibility | matthew | 2014-07-11 | 1 | -27/+68 |
* | Add some extra sanity checks to make sure the test functions actually | matthew | 2014-07-09 | 1 | -1/+13 |
* | Better workaround for OS X sigaltstack() bug | matthew | 2014-07-09 | 1 | -15/+20 |
* | check if we were previously on a signal stack before restoring. | bcook | 2014-07-09 | 1 | -2/+3 |
* | Add regress test for explicit_bzero. | matthew | 2014-06-12 | 2 | -0/+143 |