Todd C. Miller
|
aa7ea419f0
|
Backed out changeset 9dce3ebb2c37
MAP_SGI_ANYADDR cannot be used in place of MAP_ANON
|
2020-01-28 05:49:41 -07:00 |
|
Todd C. Miller
|
1fd82e1499
|
Fix compilation on IRIX; Bug #915
IRIX lacks MAP_ANON (and MAP_ANONYMOUS) but we can use the IRIX-specific
flag MAP_SGI_ANYADDR instead. From Kazuo Kuroi
|
2020-01-27 16:14:57 -07:00 |
|
Todd C. Miller
|
1e1ef61902
|
Add SPDX-License-Identifier to files.
|
2019-04-29 07:21:51 -06:00 |
|
Todd C. Miller
|
33f96a0347
|
Use madvise(2) with MADV_WIPEONFORK if available.
|
2018-07-03 13:58:49 -06:00 |
|
Todd C. Miller
|
ddd663a5f2
|
Import arc4random() from libressl. This takes an all-in-one approach
instead of the one-file-per-OS approach that libressl takes.
The fallback code does not have as many OS-specific bits as libressl.
|
2018-05-24 21:04:23 -06:00 |
|