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