aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conditionally build strnlen if needed.Brent Cook2014-08-041-0/+2
| | | | | | it is only used by strndup prodded by Sortie@
* define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook2014-07-301-3/+3
| | | | switch the sense of this check
* merge endian definitions between AIX/HP-UX/SolarisBrent Cook2014-07-301-7/+1
|
* update include/machine/endian.h for hpux portability.inoguchi2014-07-301-0/+3
| | | | ok bcook@
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-292-0/+15
| | | | | | thanks to kinichiro for pointing this out ok deraadt@ beck@
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-292-0/+12
| | | | ok deraadt@ beck@
* Update endian.h for AIX/IRIXpgmassey2014-07-291-0/+8
| | | | | | Added AIX/IRIX compatibility for endian detection. ok bcook@ deraadt@ beck@
* Guard individual compatibility header prototypes.Brent Cook2014-07-283-1/+27
| | | | | | | | This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-281-0/+4
|
* include system headers for err.h compat macrosBrent Cook2014-07-281-0/+4
|
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-211-0/+3
| | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@
* include err.h shimBrent Cook2014-07-212-1/+26
| | | | | | Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@
* update guard, add win32 support for endian.hBrent Cook2014-07-201-6/+22
| | | | | | Thanks to Jonas 'Sortie' Termansen for pointing the guard inconsistency out. ok 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
|
* Make things build again - add some missing headersCharlie Root2014-07-101-1/+6
| | | | ok bcook@
* initial top-level import of subdirectoriesBrent Cook2014-07-107-0/+85