Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 237250e0 | 2014-07-20 13:32:44 | include <_bsd_types.h> on MinGW ok beck@ | ||
| edebb7a6 | 2014-07-19 10:49:08 | remove thread_private.h defines, moved to arc4random_*.h | ||
| 1b1bce16 | 2014-07-17 23:58:46 | update to newly-refactored arc4random compatibility shims the thread-private bits can move next ok beck@ | ||
| d697fdb4 | 2014-07-17 21:20:34 | initial underpinnings for mingw/cross compilation support 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@ | ||
| c41fb098 | 2014-07-15 20:14:37 | crank version | ||
| 0bc4bdde | 2014-07-15 17:22:39 | move fork_rand.sh so it does not get run every time the test takes many minutes to run on an OS with a slow fork() call ok beck@ | ||
| d3746d3a | 2014-07-15 17:20:09 | indicate failure to the test harness ok beck@ | ||
| 477f1f01 | 2014-07-15 16:43:00 | added fork_rand test to check for PID wraparound ok beck@ | ||
| 32d9eeee | 2014-07-15 14:50:05 | register the atfork handler from arc4random 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@ | ||
| 7f2fab20 | 2014-07-15 14:49:34 | enable the asn1 test |