- 0a5484e Check style using rustfmt and reformat by gnzlbg · 6 years ago
- 38cf5b1 Add an integration test for the cmsg(3) functions. by Alan Somers · 6 years ago
- 942f6ae Auto merge of #1217 - Susurrus:rfc_2235, r=gnzlbg by bors · 6 years ago
- dfb7c0c Added the proper libc header to libc-test; Removed some defines as they seem to be too new. by Vincent Dagonneau · 6 years ago
- 868a85d Implement PartialEq,Eq for all types by Bryant Mairs · 6 years ago
- da27966 Fixed typo; Added inotify headers to the libc-test. by Vincent Dagonneau · 6 years ago
- eb3e48c Added inotify headers to the libc-test. by Vincent Dagonneau · 6 years ago
- 5a7b4e7 MFD_HUGETLB does not appear to be available on x86_64-android by gnzlbg · 6 years ago
- 1451f19 mincore has been removed from OpenBSD 6.5 by Sébastien Marie · 6 years ago
- 5a3a0c2 Remove sys/ioctl_compat.h from DragonFlyBSD tests. by Alex Zepeda · 6 years ago
- af19934 normalize to common name sighandler_t by Mackenzie Clark · 6 years ago
- 4c32b9f move everything back into window mod with the type alias for msvc by Mackenzie Clark · 6 years ago
- 2f25aaa add edge case for mingw by Mackenzie Clark · 6 years ago
- 313483b add signal and raise bindings by Mackenzie Clark · 6 years ago
- df277e2 Add MFD_HUGETLB const for linux by Tobias Klauser · 6 years ago
- 6d22f54 Add support for SysV semaphores on Apple platform by Craig M. Brandenburg · 6 years ago
- cc22997 Add AF_XDP, PF_XDP and SOL_XDP consts for linux by Tobias Klauser · 6 years ago
- 406877e Bump ctest from 0.2.7 to 0.2.8 by dependabot[bot] · 6 years ago
- 4113bf2 Auto merge of #1150 - rust-lang:dependabot/cargo/ctest-0.2.7, r=alexcrichton by bors · 6 years ago
- 50719a3 Auto merge of #1105 - gz:fix-timestamping, r=gnzlbg by bors · 6 years ago
- 157bb12 Bump ctest from 0.2.6 to 0.2.7 by dependabot[bot] · 6 years ago
- 75071fe Merge branch 'master' into strcase-various by Tom Parker-Shemilt · 6 years ago
- d75fc9c strcase*: add redox support by Tom Parker-Shemilt · 6 years ago
- b758037 strcase*: Add cloudabi support by Tom Parker-Shemilt · 6 years ago
- 2f83a7a Added missing net_tstamp.h header to tests. by Gerd Zellweger · 6 years ago
- d931cd2 Merge branch 'master' into strcase-various by Tom Parker-Shemilt · 6 years ago
- 91bd079 Prepare for being included via crates.io into std by Alex Crichton · 6 years ago
- 5c1a6b8 splice the common libc functions and ctypes throughout the library by gnzlbg · 6 years ago
- 9c6714e Define _WITH_GETLINE for FreeBSD so we can move getline into general Unix by Tom Parker-Shemilt · 6 years ago
- aca32d9 re-format by gnzlbg · 6 years ago
- 60ab304 Add support for SIGSYS in signalfd by Stephen Barber · 6 years ago
- 4f970bf Bump ctest from 0.2.4 to 0.2.6 by dependabot[bot] · 6 years ago
- cd35cda syntax fix by Alan Somers · 6 years ago
- a9c204c Include <sys/extattr.h> during CI by Alan Somers · 6 years ago
- 83f301d update ctest version by gnzlbg · 6 years ago
- 878e6ae Auto merge of #1075 - tbu-:pr_test_statics, r=alexcrichton by bors · 6 years ago
- eb6bdf3 Revert accidentally committed test ignores by Tobias Bucher · 6 years ago
- 45f191d Update to non-yanked version of ctest by Tobias Bucher · 6 years ago
- f80b024 Add SO_REUSEPORT_LB to whitelist for build tests by Johannes Lundberg · 6 years ago
- 0f46120 Add a couple more ELF types by Steven Fackler · 6 years ago
- 8b1d846 Theoretically test statics by Tobias Bucher · 6 years ago
- 063c721 Add some more elf types by Steven Fackler · 6 years ago
- e72f187 Update ctest to 0.2 by Alex Crichton · 6 years ago
- 83f78df Fix OSX builders on CI by Alex Crichton · 6 years ago
- 5f38367 Add testing with align feature by Linus Färnstrand · 6 years ago
- ebe0feb Add linux/module.h to test build by Pascal Bach · 6 years ago
- 5ac35c8 Auto merge of #1039 - alesharik:master, r=alexcrichton by bors · 6 years ago
- 5ec8699 Implement statfs for dragonfly, freebsd and openbsd by alesharik · 6 years ago
- fec9baf remove ignore for published OpenBSD versions by Sébastien Marie · 6 years ago
- 27043ec Add ENOATTR for Android by Mateusz Mikuła · 6 years ago
- 1cc2f1e add net/if_arp.h definitions by Andrew Cann · 6 years ago
- 651d6fe add rtentry by Andrew Cann · 6 years ago
- b02c6a3 Remove ioctl symbols for emscripten by Andrew Cann · 6 years ago
- 93f9167 Add linux socket ioctl defs by Andrew Cann · 6 years ago
- 6a6dc86 Fixes test for android `getifaddrs` by Bastian Köcher · 6 years ago
- 96ee7bf Add new sendfile flags for FreeBSD by Andrew Morrow · 6 years ago
- 0e3cf47 add pktinfo consts and structs for linux and apple by Jake McGinty · 7 years ago
- dfee17f fix this for stdbuild only by gnzlbg · 7 years ago
- dc1956e fix undefined behavior due to incorrect packing on macosx by gnzlbg · 7 years ago
- 1652763 Add MAP_STACK constant to OpenBSD by Sébastien Marie · 7 years ago
- be2f062 Fix test suite on FreeBSD 11 by Wesley Moore · 7 years ago
- 6d959f1 Fix BSD errors (hopefully) by Fredrick Brennan · 7 years ago
- 8bed48a Auto merge of #931 - bdrewery:posix_spawn_freebsd, r=alexcrichton by bors · 7 years ago
- f9c3968 perform ctest with and without std by gnzlbg · 7 years ago
- 92d50c9 Add posix_spawn bindings for FreeBSD by Bryan Drewery · 7 years ago
- 750fcf5 Add missing netfilter constants by Linus Färnstrand · 7 years ago
- 69ae346 Add genetlink.h constants by Linus Färnstrand · 7 years ago
- 0f4ae0b Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia system by luozijun · 7 years ago
- 53e4733 add macosx sysv ipc shared memory by gnzlbg · 7 years ago
- 7827949 Auto merge of #902 - gnzlbg:missing_linux_intrinsics, r=malbarbo by bors · 7 years ago
- 4d5ed47 Add netfilter constants to Linux and Android by Linus Färnstrand · 7 years ago
- 11cabde Auto merge of #909 - alexcrichton:posix-spawn, r=alexcrichton by bors · 7 years ago
- 4621a34 Add posix_spawn bindings by Alex Crichton · 7 years ago
- c13302d Add rtprio (realtime priority) API for FreeBSD and DragonFly by Greg V · 7 years ago
- 2aeb382 Ignore new FreeBSD constants in tests by Greg V · 7 years ago
- 6725fd6 Add FreeBSD process descriptors API by Greg V · 7 years ago
- c099bb9 add sys/auxv.h to build.rs by gnzlbg · 7 years ago
- 1f29ac3 Move some containers to ubuntu 18.04 by Alex Crichton · 7 years ago
- 46933f0 Add sockaddr_ctl on Mac by Bryant Mairs · 7 years ago
- 1e80d93 Auto merge of #896 - cneira:master, r=alexcrichton by bors · 7 years ago
- 3092748 adding epoll for illumos by neirac · 7 years ago
- 586867d feat(linux): add mntent struct and related functions by Kelsey Z · 7 years ago
- 536b5cf Add bpf constant on macOS by luozijun · 7 years ago
- 629908a Add struct `bpf_hdr` on macOS by luozijun · 7 years ago
- 5ea536a Add some constants for linux and macos by luozijun · 7 years ago
- 9f720f3 Add SECCOMP_MODE_* flags on Linux by Jörg Thalheim · 7 years ago
- a8c0a3b Auto merge of #871 - asomers:mq, r=alexcrichton by bors · 7 years ago
- 831ca99 POSIX mqueue bindings for the BSDs by Alan Somers · 7 years ago
- f26f092 Add `net/if_utun.h` constants for macos platform and `linux/if_tun.h` for linux platform by luozijun · 7 years ago
- 64246e0 remove include by luozijun · 7 years ago
- 789fd5e Add `sockaddr_dl` for all bsdlike by luozijun · 7 years ago
- 2199ac4 fix freebsd include path by luozijun · 7 years ago
- 7e0ccf2 fix include path by luozijun · 7 years ago
- e3b0b81 update libc-test/build.rs by luozijun · 7 years ago
- 85680dc Add some Solaris quirks by bgermann · 7 years ago
- b3870b4 Prerequisites for Solaris testing support by bgermann · 7 years ago
- 8f7839f Add dl_iterate_phdr and related types by Steven Fackler · 7 years ago
- fa81ab3 Expose MFD_ constants on all Linux targets. by Bryant Mairs · 7 years ago
- c0935ac Add MFD_ constants for memfd_create by Bryant Mairs · 7 years ago
- ae49626 Add constants used by getrandom linux syscall by Marco A L Barbosa · 7 years ago