summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1811 from sunfishcode/wasi-moreYuki Okushi2020-07-071-0/+1
|\
| * Add more WASI libc definitions.Dan Gohman2020-07-061-0/+1
* | FreeBSD: chase CTL_UNSPEC to CTL_SYSCTL, IPPROTO_SEP to IPPROTO_DCCP renamesGreg V2020-07-061-0/+16
* | FreeBSD: add ucontext.h to libc-testGreg V2020-07-061-0/+1
|/
* Android: Add various constants and functions.Andrew Walbran2020-06-301-1/+4
* Merge pull request #1792 from jasonbking/cmsgYuki Okushi2020-06-271-2/+9
|\
| * Add ancillary socket data accessor functions for solarish OSesJason King2020-06-261-2/+9
* | added freebsd register structsSimon Wörner2020-06-221-0/+1
* | illumos: Add eventfd supportPatrick Mooney2020-06-091-0/+1
|/
* Run rustfmtYuki Okushi2020-06-021-3/+7
* Use ctest2 to drop old dependenciesYuki Okushi2020-06-021-1/+1
* Update FIXME commentYuki Okushi2020-05-231-1/+1
* Merge pull request #1768 from Erk-/freebsd-getnameinfo-flagsYuki Okushi2020-05-221-0/+2
|\
| * [FreeBSD] Add missing getnameinfo() flag values.Valdemar Erk2020-05-211-0/+2
* | Ignore fns that have suddenly disappeared on Android CIYuki Okushi2020-05-211-0/+7
|/
* Skip test for `mode` field of `ipc_perm`Yuki Okushi2020-04-301-1/+2
* Skip some items changed in glibc 2.31Yuki Okushi2020-04-211-1/+13
* Merge pull request #1734 from JohnTitor/docsYuki Okushi2020-04-141-6/+6
|\
| * Minor clean-up CI docsYuki Okushi2020-04-141-6/+6
* | Update node to v12.16.2Yuki Okushi2020-04-141-0/+3
* | Skip test for `SYS_gettid`Yuki Okushi2020-04-141-0/+12
|/
* Add bindings for POSIX regexesAlexander Batischev2020-04-131-0/+6
* Run rustfmtYuki Okushi2020-04-111-19/+17
* Merge pull request #1716 from pfmooney/illumos-targetYuki Okushi2020-04-111-8/+110
|\
| * Update ctest for illumos and SolarisPatrick Mooney2020-04-031-8/+110
* | This adds the defines from include/uapi/asm-generic/hugetlb_encode.h and the ...Guillume DIDIER2020-04-091-0/+1
* | linux: add fanotify(7) API bindings.Daniel McCarney2020-04-041-0/+1
|/
* Enable `s390x-unknown-linux-gnu` on CIYuki Okushi2020-03-151-0/+2
* Add constants from linux/keyctl.hJohn Baublitz2020-03-091-0/+1
* Add IP6T_SO_ORIGINAL_DST definitionzonyitoo2020-03-081-0/+2
* Add <sys/timex.h> declarations for Solaris/IllumOSDaniel Fox Franke2020-03-011-0/+1
* Add <sys/timex.h> declarations for LinuxDaniel Fox Franke2020-03-011-1/+3
* Include <sys/timex.h> in libc-testDaniel Fox Franke2020-03-011-0/+4
* Nfnetfilter queue constantsMichal 'vorner' Vaner2020-03-011-0/+2
* Skip some items changed in CatalinaYuki Okushi2020-03-011-0/+12
* Add ucontext.h to test targetYuji Yamamoto2020-02-281-0/+6
* Skip statx and statx_timestamp for nowYuki Okushi2020-02-251-0/+6
* Ignore `sys/io.h` on gnuabihfYuki Okushi2020-02-251-1/+4
* Ignore deprecated header file in gnuYuki Okushi2020-02-251-2/+5
* add functions for message queueBaoshanPang2020-02-241-0/+1
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-1/+1
* Auto merge of #1616 - mcpherrinm:withandroid, r=gnzlbgbors2019-12-231-22/+32
|\
| * Add test for SO_EE_OFFENDERMatthew McPherrin2019-12-021-0/+3
| * rustfmt build.rsMatthew McPherrin2019-12-021-25/+25
| * Missing errqueue.h in androidMatthew McPherrin2019-12-021-0/+1
| * Add sock_extended_err and associated constants from errqueue.hMatthew McPherrin2019-12-021-0/+1
| * Move linux/ headers down in test_androidMatthew McPherrin2019-12-021-22/+27
* | Update bindings for the wasm32-wasi targetAlex Crichton2019-12-161-1/+5
|/
* Auto merge of #1578 - fatpelt:master, r=gnzlbgbors2019-11-251-0/+1
|\
| * - skip the roundtrip c check due to alignmentpatrick felt2019-11-211-0/+1