Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-21 | rename local tests to end in test.c | Brent Cook | 2 | -0/+0 | |
ok beck@ guenther@ | |||||
2014-07-21 | test for and use system explicit_bzero if it exists | Brent Cook | 2 | -1/+10 | |
ok beck@ guenther@ | |||||
2014-07-21 | include err.h shim | Brent Cook | 3 | -1/+28 | |
Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@ | |||||
2014-07-21 | use correct link order for app and tests | Brent Cook | 2 | -3/+3 | |
ok beck@ guenther@ | |||||
2014-07-21 | preserve timestamps on copy from upstream checkout | Brent Cook | 1 | -28/+30 | |
this saves time on rebuilds when testing tarballs ok beck@ guenther@ | |||||
2014-07-20 | conditionally disable -Wpointer-sign where supported | Brent Cook | 1 | -0/+10 | |
ok beck@ | |||||
2014-07-20 | update guard, add win32 support for endian.h | Brent Cook | 1 | -6/+22 | |
Thanks to Jonas 'Sortie' Termansen for pointing the guard inconsistency out. ok beck@ | |||||
2014-07-20 | Use correct static link order for unit tests. | Brent Cook | 1 | -2/+2 | |
thanks to Jonas 'Sortie' Termansen ok beck@ | |||||
2014-07-20 | include <_bsd_types.h> on MinGW | Brent Cook | 1 | -0/+4 | |
ok beck@ | |||||
2014-07-19 | remove thread_private.h defines, moved to arc4random_*.h | Brent Cook | 1 | -14/+0 | |
2014-07-18 | update to newly-refactored arc4random compatibility shims | Brent Cook | 4 | -0/+23 | |
the thread-private bits can move next ok beck@ | |||||
2014-07-18 | initial underpinnings for mingw/cross compilation support | Brent Cook | 2 | -13/+22 | |
Use canonical host rather than target so that this works: CC=i686-w64-mingw32-gcc ./configure --host=i686-w64-mingw32 Conditionally compile Linux issetugid compatibility function ok beck@ | |||||
2014-07-15 | move fork_rand.sh so it does not get run every time | Brent Cook | 1 | -0/+0 | |
the test takes many minutes to run on an OS with a slow fork() call ok beck@ | |||||
2014-07-15 | indicate failure to the test harness | Brent Cook | 1 | -0/+1 | |
ok beck@ | |||||
2014-07-15 | added fork_rand test to check for PID wraparound | Brent Cook | 3 | -2/+93 | |
ok beck@ | |||||
2014-07-15 | crank version | Bob Beck | 1 | -1/+1 | |
2014-07-15 | register the atfork handler from arc4random | Brent Cook | 1 | -0/+8 | |
From kettenis@ People have suggested using pthread_atfork(3) before, but discarded the idea because it involves linking with -lpthread, which has other undesirable consequences. However: * Most systems actually have pthread_atfork(3) in libc. I verified this on OS X and Solaris. I believe this is the case on Linux systems that use musl as well. * On Linux systems that use glibc, this isn't the case. However, those systems have __register_atfork(3), which is fully documented in the "Linux Standard Base Core Specification". ok kettenis@ deraadt@ beck@ | |||||
2014-07-15 | enable the asn1 test | Brent Cook | 1 | -1/+1 | |