summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
Commit message (Expand)AuthorAgeFilesLines
* WASI: define `AT_FDCWD` and update to latest WASI libcDan Gohman2021-02-181-0/+1
* style fixes to satisfy new rustfmtJonah Petri2021-02-131-1/+1
* move EPOLLEXCLUSIVE and EPOLLWAKEUP to linux/mod.rsJonah Petri2021-02-121-0/+7
* uclibc: style fixesJonah Petri2021-02-121-1/+1
* change getnameinfo flags type to int to conform to other libc implementationsJonah Petri2021-02-121-0/+4
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-121-3/+30
* Auto merge of #2068 - Minoru:bugfix/remove-unused-iconv.h, r=JohnTitorbors2021-02-121-4/+0
|\
| * Remove unused iconv.h includesAlexander Batischev2021-02-111-4/+0
* | Auto merge of #2024 - XanClic:statx-mount-id-v2, r=JohnTitorbors2021-02-121-0/+3
|\ \ | |/ |/|
| * Add mount ID to statxMax Reitz2021-02-111-0/+3
* | unbreak OpenBSD tests: iconv.h doesn't existSébastien Marie2021-02-111-1/+0
|/
* Add bindings for iconv callsAlexander Batischev2021-02-111-1/+11
* Haiku: support testing framework on HaikuNiels Sascha Reedijk2021-01-281-0/+281
* android: add android_set_abort_messageThiébaud Weksteen2021-01-281-0/+5
* Add preadv and pwritev for macOSSergio Lopez2021-01-211-0/+3
* Remove CloudABI test function on libc-testYuki Okushi2021-01-081-72/+0
* Skip more items on CIYuki Okushi2021-01-071-3/+7
* Define basic Linux SocketCAN constants and typesDamian Jarek2021-01-071-1/+11
* Auto merge of #2020 - joshtriplett:ifla, r=JohnTitorbors2021-01-051-0/+22
|\
| * Add more IFLA_ valuesJosh Triplett2021-01-051-0/+22
* | ignore changed constants in test for nowBenedikt Steinbusch2021-01-011-0/+2
* | ignore __v field of __darwin_arm_neon_state64 in testsBenedikt Steinbusch2021-01-011-0/+1
|/
* Add missing commaJack Lloyd2020-12-081-1/+1
* List Android headers needed for getauxval in libc-test/build.rsJack Lloyd2020-12-081-0/+2
* Auto merge of #1982 - Thomasdezeeuw:freebsd-getrandom, r=JohnTitorbors2020-11-271-0/+1
|\
| * Add getrandom to FreeBSDThomas de Zeeuw2020-11-241-0/+1
* | tests should ignore setservent() and endservent() on illumosJoshua M. Clulow2020-11-251-0/+5
|/
* Skip test for `ELAST` on FreeBSD 12Yuki Okushi2020-10-311-0/+5
* Make tests for bsd passedLzu Tao2020-10-271-2/+33
* Auto merge of #1902 - george-hopkins:mptcp, r=JohnTitorbors2020-10-241-0/+4
|\
| * linux: Add definitions for Multipath TCPGeorge Hopkins2020-10-211-0/+4
* | Auto merge of #1934 - JohnTitor:redox, r=JohnTitorbors2020-10-191-18/+1
|\ \
| * | Exclude redox from cmsg testYuki Okushi2020-10-171-2/+1
| * | Remove some header files from `test_redox`Yuki Okushi2020-10-171-16/+0
* | | Skip `MINCORE_SUPER` on FreeBSD 13Yuki Okushi2020-10-171-0/+5
|/ /
* | Unignore tests for some functions on AArch64-AndroidYuki Okushi2020-10-171-26/+0
* | libc-test: add process_vm* to exceptions for androidrupansh-arch2020-10-161-0/+2
|/
* Android: Add VMADDR_ constants.Andrew Walbran2020-10-071-0/+3
* Merge pull request #1897 from Aaron1011/feature/sys-pidfd-open-clone3Josh Triplett2020-09-301-0/+7
|\
| * Add SYS_pidfd_open and SYS_clone3Aaron Hill2020-09-171-0/+7
* | Android: Add vsock constants and struct.Andrew Walbran2020-09-291-0/+1
|/
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-211-4/+16
* add fmemopen, open_memstream, and open_wmemstream for POSIX.1-2008Jed Brown2020-08-191-1/+2
* Merge pull request #1861 from joshtriplett/p_pidfdYuki Okushi2020-08-191-0/+9
|\
| * Define P_PIDFD, used with waitidJosh Triplett2020-08-181-0/+9
* | Add regex.h to libc-test for AndroidFredrik Fornwall2020-08-161-0/+1
|/
* add openpty and forkpty implementation for illumos systemsJoshua M. Clulow2020-08-051-0/+1
* Deprecate CTL_P1003_1B_MAXIDAlan Somers2020-07-271-0/+4
* Run rustfmtYuki Okushi2020-07-271-6/+2
* Merge pull request #1830 from JohnTitor/utmpxYuki Okushi2020-07-241-1/+8
|\