summaryrefslogtreecommitdiff
path: root/libc-test
Commit message (Expand)AuthorAgeFilesLines
* Address some PR feedbackAlex Crichton2019-03-271-15/+5
* Add intiial support for wasm32-unknown-wasiAlex Crichton2019-03-271-4/+69
* Move inotify_event to the linux and android sub-modulesgnzlbg2019-03-251-15/+11
* adjust PTHREAD_STACK_MIN to current value on OpenBSDSébastien Marie2019-03-021-1/+1
* Auto merge of #1281 - semarie:openbsd-test, r=gnzlbgbors2019-02-241-0/+145
|\
| * cleanup libc-test for OpenBSDSébastien Marie2019-02-241-0/+145
* | Formattinggnzlbg2019-02-241-29/+26
* | Cleanup DragonflyBSD in libc-test/build.rsgnzlbg2019-02-241-18/+224
* | Cleanup NetBSD logic in libc-test/build.rsgnzlbg2019-02-241-39/+211
* | Clean up Redox, Solaris, and CloudABIgnzlbg2019-02-241-49/+259
|/
* Cleanup Windows libc-test build.rsgnzlbg2019-02-241-125/+172
* Clean libc-test for apple targetsgnzlbg2019-02-223-126/+203
* Auto merge of #1248 - Ralith:flowinfo, r=gnzlbgbors2019-02-211-1/+12
|\
| * Expose IPV6_FLOW* on LinuxBenjamin Saunders2019-02-081-1/+12
* | Auto merge of #1261 - glebpom:master, r=gnzlbgbors2019-02-201-0/+6
|\ \
| * | Add comment on ALG_SET_AEAD_* exclusionGleb Pomykalov2019-02-191-0/+1
| * | Ignore ALG_SET_AEAD_* constants on MUSL testsGleb Pomykalov2019-02-191-0/+2
| * | Include if_alg.h. Limit AF_ALG constants to only linux and android.Gleb Pomykalov2019-02-181-0/+3
| |/
* | Auto merge of #1257 - vi:ORIGDSTADDR, r=gnzlbgbors2019-02-181-0/+10
|\ \
| * | Ignore IP_ORIGDSTADDR in test for FreeBSD for now.Vitaly _Vi Shukela2019-02-141-0/+10
| |/
* | Always use the latest ctestgnzlbg2019-02-121-1/+1
|/
* Check style using rustfmt and reformatgnzlbg2019-02-072-73/+76
* Add an integration test for the cmsg(3) functions.Alan Somers2019-02-054-1/+149
* Auto merge of #1217 - Susurrus:rfc_2235, r=gnzlbgbors2019-02-051-0/+1
|\
| * Implement PartialEq,Eq for all typesBryant Mairs2019-02-021-0/+1
* | Added the proper libc header to libc-test; Removed some defines as they seem ...Vincent Dagonneau2019-02-041-1/+1
* | Fixed typo; Added inotify headers to the libc-test.Vincent Dagonneau2019-01-281-1/+1
* | Added inotify headers to the libc-test.Vincent Dagonneau2019-01-281-0/+2
|/
* MFD_HUGETLB does not appear to be available on x86_64-androidgnzlbg2019-01-211-1/+1
* mincore has been removed from OpenBSD 6.5Sébastien Marie2019-01-131-0/+4
* Remove sys/ioctl_compat.h from DragonFlyBSD tests.Alex Zepeda2019-01-031-1/+0
* normalize to common name sighandler_tMackenzie Clark2018-12-171-2/+3
* move everything back into window mod with the type alias for msvcMackenzie Clark2018-12-171-0/+1
* add edge case for mingwMackenzie Clark2018-12-171-0/+1
* add signal and raise bindingsMackenzie Clark2018-12-161-0/+1
* Add MFD_HUGETLB const for linuxTobias Klauser2018-12-131-0/+4
* Add support for SysV semaphores on Apple platformCraig M. Brandenburg2018-12-081-1/+2
* Add AF_XDP, PF_XDP and SOL_XDP consts for linuxTobias Klauser2018-12-041-0/+3
* Bump ctest from 0.2.7 to 0.2.8dependabot/cargo/ctest-0.2.8dependabot[bot]2018-11-281-1/+1
* Auto merge of #1150 - rust-lang:dependabot/cargo/ctest-0.2.7, r=alexcrichtonbors2018-11-271-1/+1
|\
| * Bump ctest from 0.2.6 to 0.2.7dependabot/cargo/ctest-0.2.7dependabot[bot]2018-11-261-1/+1
* | Auto merge of #1105 - gz:fix-timestamping, r=gnzlbgbors2018-11-271-0/+1
|\ \
| * | Added missing net_tstamp.h header to tests.Gerd Zellweger2018-11-211-0/+1
| |/
* | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-231-1/+1
|\ \ | |/
| * Prepare for being included via crates.io into stdAlex Crichton2018-11-211-1/+1
* | strcase*: add redox supportTom Parker-Shemilt2018-11-231-1/+2
* | strcase*: Add cloudabi supportTom Parker-Shemilt2018-11-231-0/+5
* | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-211-18/+51
|\ \ | |/
| * splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-18/+51
* | Define _WITH_GETLINE for FreeBSD so we can move getline into general UnixTom Parker-Shemilt2018-11-201-0/+2
|/