Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 2 | -0/+98 | |
| | | | | ok deraadt@ beck@ | |||||
* | add strndup/strnlen compat functions from OpenBSD | Brent Cook | 2014-07-28 | 1 | -0/+5 | |
| | ||||||
* | remove thread_private.h, no longer needed | Brent Cook | 2014-07-27 | 2 | -1/+0 | |
| | ||||||
* | test for and use system explicit_bzero if it exists | Brent Cook | 2014-07-21 | 1 | -1/+5 | |
| | | | | ok beck@ guenther@ | |||||
* | remove thread_private.h defines, moved to arc4random_*.h | Brent Cook | 2014-07-19 | 1 | -14/+0 | |
| | ||||||
* | update to newly-refactored arc4random compatibility shims | Brent Cook | 2014-07-18 | 2 | -0/+21 | |
| | | | | | | the thread-private bits can move next ok beck@ | |||||
* | initial underpinnings for mingw/cross compilation support | Brent Cook | 2014-07-18 | 1 | -3/+8 | |
| | | | | | | | | | 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@ | |||||
* | register the atfork handler from arc4random | Brent Cook | 2014-07-15 | 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@ | |||||
* | add platform libraries to libcompat's LIBADD list | Brent Cook | 2014-07-12 | 1 | -0/+1 | |
| | | | | ok beck@ | |||||
* | We're probably gonna need this for solaris 10 | Bob Beck | 2014-07-12 | 1 | -0/+101 | |
| | ||||||
* | build strtonum directly into apps/openssl | Brent Cook | 2014-07-11 | 1 | -3/+0 | |
| | | | | | | it is not needed as a library export ok beck@ | |||||
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 1 | -0/+2 | |
| | | | | ok bcook@ | |||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 3 | -0/+122 | |