aboutsummaryrefslogtreecommitdiff
path: root/include/compat/unistd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.