summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
|/
* re-formatgnzlbg2018-11-191-117/+128
* Add support for SIGSYS in signalfdStephen Barber2018-11-061-1/+7
* syntax fixAlan Somers2018-10-301-2/+2
* Include <sys/extattr.h> during CIAlan Somers2018-10-301-0/+2
* Auto merge of #1075 - tbu-:pr_test_statics, r=alexcrichtonbors2018-09-131-1/+10
|\
| * Revert accidentally committed test ignoresTobias Bucher2018-09-131-2/+0
| * Theoretically test staticsTobias Bucher2018-09-051-1/+12
* | Add SO_REUSEPORT_LB to whitelist for build testsJohannes Lundberg2018-09-101-1/+2
* | Add a couple more ELF typesSteven Fackler2018-09-081-1/+5
|/
* Add some more elf typesSteven Fackler2018-09-021-1/+5
* Fix OSX builders on CIAlex Crichton2018-08-011-11/+56
* Add linux/module.h to test buildPascal Bach2018-07-171-0/+1
* Auto merge of #1039 - alesharik:master, r=alexcrichtonbors2018-07-171-2/+7
|\
| * Implement statfs for dragonfly, freebsd and openbsdalesharik2018-07-171-2/+7
* | remove ignore for published OpenBSD versionsSébastien Marie2018-07-141-6/+0
|/
* Add ENOATTR for AndroidMateusz Mikuła2018-07-041-1/+1
* add net/if_arp.h definitionsAndrew Cann2018-06-041-0/+1
* add rtentryAndrew Cann2018-06-011-0/+1
* Remove ioctl symbols for emscriptenAndrew Cann2018-05-301-1/+1
* Add linux socket ioctl defsAndrew Cann2018-05-301-0/+1
* Fixes test for android `getifaddrs`Bastian Köcher2018-05-261-0/+1
* Add new sendfile flags for FreeBSDAndrew Morrow2018-05-171-0/+3
* add pktinfo consts and structs for linux and appleJake McGinty2018-04-221-0/+3
* fix this for stdbuild onlygnzlbg2018-04-151-0/+5
* fix undefined behavior due to incorrect packing on macosxgnzlbg2018-04-151-3/+0
* Add MAP_STACK constant to OpenBSDSébastien Marie2018-03-191-1/+4
* Fix test suite on FreeBSD 11Wesley Moore2018-03-121-0/+1
* Fix BSD errors (hopefully)Fredrick Brennan2018-03-041-0/+3
* Auto merge of #931 - bdrewery:posix_spawn_freebsd, r=alexcrichtonbors2018-02-281-0/+1
|\