aboutsummaryrefslogtreecommitdiff
path: root/include/compat/unistd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for getpagesizekinichiro2017-03-151-0/+4
|
* Add STDOUT_FILENO to include/compat/unistd.hkinichiro2017-01-261-0/+1
|
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-0/+4
|
* Enable tests on Visual Studiokinichiro2016-10-301-0/+2
| | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations
* add solaris include for getentropy(2)Brent Cook2016-01-181-0/+7
|
* unconditionally disable pledge for nowBrent Cook2015-10-151-2/+0
| | | | suggested by deraadt@ since there is still more coming
* check for pledge(2)Brent Cook2015-10-121-2/+2
|
* resolve tame to 0Brent Cook2015-10-071-1/+1
|
* add tame(2) checkBrent Cook2015-10-071-0/+4
|
* move sleep shim to posix_win.cBrent Cook2015-07-211-5/+1
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+36
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.