summaryrefslogtreecommitdiff
path: root/libc-test
Commit message (Expand)AuthorAgeFilesLines
* CI sparc64 glibc version does not have statxgnzlbg2019-05-291-0/+5
* Auto merge of #1372 - tklauser:f-seal-future-write, r=gnzlbgbors2019-05-281-0/+2
|\
| * Add F_SEAL_FUTURE_WRITE on Linux/AndroidTobias Klauser2019-05-281-0/+2
* | Document SIGUNUSED deprecation on Androidgnzlbg2019-05-281-2/+2
* | Minor nitpicksgnzlbg2019-05-286-19/+29
* | [breaking change] sendmmsg/recvmmsg have incorrect signature c_int vs c_uint ...gnzlbg2019-05-281-0/+3
* | Enable disabled testsgnzlbg2019-05-281-150/+11
|/
* [breaking change] sendmmsg/recvmmsg flag argument is an unsigned integer on MUSLgnzlbg2019-05-286-70/+69
* bump kernel headers to 4.4.2-2gnzlbg2019-05-271-5/+10
* [breaking change] MADV_SOFT_OFFLINE is undefined on MIPSgnzlbg2019-05-271-4/+23
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-276-347/+282
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-183/+79
* Deprecate `use_std` cargo feature: use `std` instead .gnzlbg2019-05-241-2/+2
* Auto merge of #1344 - gnzlbg:fix_android_bj, r=gnzlbgbors2019-05-231-186/+83
|\
| * Fix musl build jobsgnzlbg2019-05-231-7/+16
| * Document what is wrong with sighandler_tgnzlbg2019-05-231-3/+11
| * Enable more tests on Androidgnzlbg2019-05-231-14/+2
| * [breaking change] remove __prognamegnzlbg2019-05-231-9/+0
| * Enable more tests (some related to issue 1272) on Androidgnzlbg2019-05-231-32/+8
| * Test strerror_r on Android and Linuxgnzlbg2019-05-231-2/+28
| * [breaking change] fix types of stat/stat64 structs, atime/mtime/ctime fields ...gnzlbg2019-05-231-0/+1
| * Deprecate ENOATTR on Linux and Androidgnzlbg2019-05-231-0/+6
| * Enable more tests on Androidgnzlbg2019-05-231-145/+37
* | Auto merge of #1351 - jbaublitz:nl_consts_pr, r=gnzlbgbors2019-05-221-0/+2
|\ \ | |/ |/|
| * Fix builds by adding trailing commasJohn Baublitz2019-05-211-2/+2
| * Fix builds by including linux/rtnetlink.h and linux/if_addr.hJohn Baublitz2019-05-211-0/+2
* | Refactor OpenBSD-like module into OpenBSDgnzlbg2019-05-221-13/+7
* | [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-17/+2
|/
* Auto merge of #1342 - sunfishcode:master, r=gnzlbgbors2019-05-161-0/+1
|\
| * Update to the latest wasi-sysroot.Dan Gohman2019-05-161-0/+1
* | Add futex.h to testLinus Färnstrand2019-05-161-0/+2
|/
* Remove unecessarily disabling a warning on FreeBSDgnzlbg2019-05-161-4/+1
* Update Ubuntu images to 19.04gnzlbg2019-05-161-1/+1
* Define DEPRECATED_SCANF macro to use older scanf,sscanf,fscanf symbolsgnzlbg2019-05-161-0/+4
* Correct assert for mips+muslgnzlbg2019-05-161-1/+1
* execinfo not available in emscriptengnzlbg2019-05-161-1/+0
* Test the Elf32/64 types speratelygnzlbg2019-05-161-0/+34
* readd netfilter headersgnzlbg2019-05-161-0/+2
* Include Linux headers after sys headersgnzlbg2019-05-161-13/+18
* Include aio.h as the last headergnzlbg2019-05-161-11/+11
* Add missing sysctl header to freebsd testsgnzlbg2019-05-161-0/+1
* Add missing utmpx.h header to freebsd testsgnzlbg2019-05-161-0/+1
* Include aio.h before sys/mount.h on linuxgnzlbg2019-05-161-10/+11
* Fix typo in Linux checkinggnzlbg2019-05-161-1/+2
* Add missing netinet/ip.h headergnzlbg2019-05-161-0/+1
* Remove conflicting linux/netfilter_ipv6.h header file due to conflicting defi...gnzlbg2019-05-161-1/+0
* Remove conflicting linux/netfilter_ipv4.h header file due to conflicting defi...gnzlbg2019-05-161-1/+0
* Skip verification of gettimeofday on FreeBSDgnzlbg2019-05-161-0/+3
* Refactor Linux targetgnzlbg2019-05-141-559/+925
* Refactor FreeBSD targetgnzlbg2019-05-141-104/+327