aboutsummaryrefslogtreecommitdiff
path: root/m4/check-libc.m4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide getdelim and getline compat shimsTheo Buehler2024-12-201-1/+3
* Remove timegm() compatTheo Buehler2024-05-251-1/+0
* Add configure check for strcasecmpTheo Buehler2023-12-111-1/+2
* add compat getopt implementation, remove patchesBrent Cook2023-07-071-1/+2
* Detect machine/endian.h for macOSJiajie Chen2022-07-121-1/+1
* Autoconf updatesBrent Cook2021-11-091-2/+6
* Support operating systems without some non-POSIX headersJonas 'Sortie' Termansen2021-10-031-4/+2
* update autoconf for latest compat functionsBrent Cook2019-01-311-0/+4
* check for more pthread functions that might not be in libcBrent Cook2019-01-181-0/+1
* check if we need to link pthread dynamicallyBrent Cook2019-01-071-0/+1
* we don't need to pass this to automakeBrent Cook2019-01-061-1/+0
* add configure-time check for timespecsubBrent Cook2019-01-061-1/+2
* AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCSBrent Cook2018-03-221-4/+4
* add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-221-0/+2
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-3/+1
* Fixed getpagesize detection on AndroidEvgen Bodunov2017-11-231-1/+14
* generate the crypto export symbol list at build timeBrent Cook2017-07-081-85/+0
* include amd64 in the mixBrent Cook2017-04-291-0/+1
* only include ia32 syms on i?86/x86_64 targetsBrent Cook2017-04-291-0/+8
* Add freezero supportkinichiro2017-04-221-2/+6
* move crypto_portable.sym to builddirBrent Cook2017-04-101-2/+2
* Land #297, Add recallocarrayBrent Cook2017-03-161-2/+8
|\
| * Add support for getpagesizekinichiro2017-03-151-1/+2
| * Add recallocarraykinichiro2017-03-091-1/+6
* | Fix condition of arc4random* and getentropy for Cygwin buildkinichiro2017-02-201-8/+4
|/
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-261-2/+3
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-0/+3
* add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook2017-01-161-0/+1
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-1/+3
* Fix to use -export-symbols for libcryptokinichiro2017-01-151-0/+70
* Sync getentropy() checks with use-builtin-arc4random checksSimone Basso2016-12-101-29/+14
* m4/check-libc.m4: improve getentropy checkSimone Basso2016-12-091-17/+23
* configure: fix getentropy() for sierra and iosSimone Basso2016-12-091-1/+55
* Fix typo in USE_BUILTIN_ARC4RANDOM checkcelan692016-07-191-1/+1
* check linker flags before checking for functionsBrent Cook2016-04-241-2/+4
* add things to minimize diffs with OpenNTPD-portableBrent Cook2016-02-151-1/+4
* whitelist NetBSD 7.0 native arc4random(3) implementation.Brent Cook2016-01-031-3/+1
* update check for b64_ntopBrent Cook2015-12-271-1/+1
* disable some tests with 32-bit time_t systemsBrent Cook2015-10-171-1/+0
* include timegm fallbackBrent Cook2015-10-151-0/+3
* check for pledge(2)Brent Cook2015-10-121-2/+2
* add tame(2) checkBrent Cook2015-10-071-7/+10
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-011-1/+21
* allow nc to build on linux and os xBrent Cook2015-09-131-1/+5
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-021-1/+2
* refactor configure into separate m4 macrosBrent Cook2015-05-231-0/+65