aboutsummaryrefslogtreecommitdiff
path: root/include/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add initial CMake and Visual Studio build supportBrent Cook2015-07-218-129/+0
| | | | | | | | 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.
* implement compatibility shim for __warn_referencesBrent Cook2015-07-171-0/+31
| | | | This will allow us to warn about deprecated function references at link-time.
* include 'struct iovec' for WindowsBrent Cook2015-01-311-0/+17
| | | | this is used for in-memory cert loading
* add minimal winsock->BSD networking header shimsBrent Cook2014-12-036-0/+51
| | | | also add license header to existing shims
* define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook2014-07-301-3/+3
| | | | switch the sense of this check
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-291-0/+14
| | | | | | thanks to kinichiro for pointing this out ok deraadt@ beck@
* include <_bsd_types.h> on MinGWBrent Cook2014-07-201-0/+4
| | | | ok beck@
* axe unneeded solaris compatibility definitionsBrent Cook2014-07-101-5/+0
|
* better fix for __bounded removalBrent Cook2014-07-101-0/+4
|
* initial top-level import of subdirectoriesBrent Cook2014-07-101-0/+13