Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conditionally build strnlen if needed. | Brent Cook | 2014-08-04 | 1 | -0/+2 |
| | | | | | | it is only used by strndup prodded by Sortie@ | ||||
* | define MAP_ANON for systems with MAP_ANONYMOUS | Brent Cook | 2014-07-30 | 1 | -3/+3 |
| | | | | switch the sense of this check | ||||
* | merge endian definitions between AIX/HP-UX/Solaris | Brent Cook | 2014-07-30 | 1 | -7/+1 |
| | |||||
* | update include/machine/endian.h for hpux portability. | inoguchi | 2014-07-30 | 1 | -0/+3 |
| | | | | ok bcook@ | ||||
* | add sys/mman.h shim to define MAP_ANON if needed | Brent Cook | 2014-07-29 | 2 | -0/+15 |
| | | | | | | thanks to kinichiro for pointing this out ok deraadt@ beck@ | ||||
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 2 | -0/+12 |
| | | | | ok deraadt@ beck@ | ||||
* | Update endian.h for AIX/IRIX | pgmassey | 2014-07-29 | 1 | -0/+8 |
| | | | | | | Added AIX/IRIX compatibility for endian detection. ok bcook@ deraadt@ beck@ | ||||
* | Guard individual compatibility header prototypes. | Brent Cook | 2014-07-28 | 3 | -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 OpenBSD | Brent Cook | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | include system headers for err.h compat macros | Brent Cook | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | build openbsd memmem implementation for explicit_bzero test | Brent Cook | 2014-07-21 | 1 | -0/+3 |
| | | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@ | ||||
* | include err.h shim | Brent Cook | 2014-07-21 | 2 | -1/+26 |
| | | | | | | Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@ | ||||
* | update guard, add win32 support for endian.h | Brent Cook | 2014-07-20 | 1 | -6/+22 |
| | | | | | | Thanks to Jonas 'Sortie' Termansen for pointing the guard inconsistency out. ok beck@ | ||||
* | include <_bsd_types.h> on MinGW | Brent Cook | 2014-07-20 | 1 | -0/+4 |
| | | | | ok beck@ | ||||
* | axe unneeded solaris compatibility definitions | Brent Cook | 2014-07-10 | 1 | -5/+0 |
| | |||||
* | better fix for __bounded removal | Brent Cook | 2014-07-10 | 1 | -0/+4 |
| | |||||
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 1 | -1/+6 |
| | | | | ok bcook@ | ||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 7 | -0/+85 |