Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include comment on windows services | Brent Cook | 2014-07-29 | 1 | -0/+5 | |
| | ||||||
* | stub win32 issetugid implementation | Brent Cook | 2014-07-29 | 1 | -0/+21 | |
| | | | | ok deraadt@ beck@ | |||||
* | produce a error if platform has no arc4random hook | Brent Cook | 2014-07-29 | 1 | -7/+8 | |
| | | | | ok deraadt@ beck@ | |||||
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 1 | -0/+94 | |
| | | | | ok deraadt@ beck@ | |||||
* | remove thread_private.h, no longer needed | Brent Cook | 2014-07-27 | 1 | -0/+0 | |
| | ||||||
* | 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 | 1 | -0/+16 | |
| | | | | | | the thread-private bits can move next 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@ | |||||
* | We're probably gonna need this for solaris 10 | Bob Beck | 2014-07-12 | 1 | -0/+101 | |
| | ||||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 2 | -0/+53 | |