1. be7e45f Skip res_init test on macOS/iOS by Jon Gjengset · 7 years ago
  2. afebd98 Android doesn't expose res_init in header file by Jon Gjengset · 7 years ago
  3. ef20ddb Add binding for res_init. by Jon Gjengset · 7 years ago
  4. c34a802 Auto merge of #572 - malbarbo:android-x86_64, r=alexcrichton by bors · 7 years ago
  5. 3ca6ad9 Fix x86_64-linux-android failing tests by Marco A L Barbosa · 7 years ago
  6. 2122616 Add IPC,SHM,MSG for Freebsd by superriva · 7 years ago
  7. bfeb360 Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  8. dc1aa0e Auto merge of #530 - berkowski:baud_constants, r=alexcrichton by bors · 8 years ago
  9. 92ce518 Make libc-tests compile for aarch64-linux-android by Marco A L Barbosa · 8 years ago
  10. 0048148 Removed "rpcsvc/rex.h" from `build.rs` for OpenBSD by Zac Berkowitz · 8 years ago
  11. e8fc992 Removed "termios.h" from `build.rs` openbsd case. by Zac Berkowitz · 8 years ago
  12. 1683244 Auto merge of #532 - malbarbo:fs2-android, r=alexcrichton by bors · 8 years ago
  13. bad80ba Add definitions to Android to allow fs2 crate compile by Marco A L Barbosa · 8 years ago
  14. 7c03711 Add jail functions and constants for FreeBSD by Ryan Moeller · 8 years ago
  15. e393a2d Adding termios.h to openbsd headers. by Zac Berkowitz · 8 years ago
  16. 7fbff3a Fix for removed OS X constants. by Kevin Brothaler · 8 years ago
  17. 7134822 Skip signedness test for sem_t on DragonFly by Michael Neumann · 8 years ago
  18. 09bff05 Include aio.h on DragonFly as well by Michael Neumann · 8 years ago
  19. 8726270 Merge pull request #456 from alexcrichton/cache-things by Alex Crichton · 8 years ago
  20. c284246 Share the host's `target` directory for tests by Alex Crichton · 8 years ago
  21. 9860c29 Fix tests on FreeBSD 11 by Alan Somers · 8 years ago
  22. e0ff0d6 Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  23. 9245e07 Fix various CI errors in PR #449 by Alan Somers · 8 years ago
  24. 4ec884a Fix undefined symbol errors in CI by Alan Somers · 8 years ago
  25. 852db73 Merge pull request #441 from billiob/setfsuid by Alex Crichton · 8 years ago
  26. 28d0afa Add setfsgid()/setfsuid() on linux by Boris Faure · 8 years ago
  27. da445b9 Fix typo in comment by Boris Faure · 8 years ago
  28. 04d0b71 Add missing header shadow.h by Philipp Keller · 8 years ago
  29. 7590565 Add System V message queue bindings for Linux (glibc/musl) by Alexander Schlarb · 8 years ago
  30. 866c9e4 libc-test: ignore user-defined struct by Knight · 8 years ago
  31. 0e0fb68 libc-test: allow deprecated functions by Knight · 8 years ago
  32. a6b283b Add header file for utmp(x) by Knight · 8 years ago
  33. c4947bb Define _NETBSD_SOURCE when building on NetBSD. by Tomasz Miąsko · 8 years ago
  34. a98c983 Linux: add reboot() and constants by Sergey Bugaev · 8 years ago
  35. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  36. e6150ae Adding sysinfo() and sysinfo struct for Linux and Android. by Raphael Cohn · 8 years ago
  37. 7fc0969 Substantial changes to better support Solaris and BSD variants. by Raphael Cohn · 8 years ago
  38. 9569599 linux: Add prlimit(2) and prlimit64(2) by Kamal Marhubi · 8 years ago
  39. 60f90cf Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton by bors · 8 years ago
  40. 0b7ccdd Do not skip "signal" when building libc tests. by Nerijus Arlauskas · 8 years ago
  41. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  42. 4d1efd9 Exclude MS_RMT_MASK from libc-test by NODA, Kai · 8 years ago
  43. 9c4af10 unix: Add openpty(3) and forkpty(3) for non-Apple platforms by Kamal Marhubi · 9 years ago
  44. b788a5c Add locale.h in libc-test by A.J. Gardner · 8 years ago
  45. 89a7700 apple: Add openpty(3) and forkpty(3) by Kamal Marhubi · 9 years ago
  46. c173d9c Merge branch 'ucontext' of https://github.com/fiveop/libc into merge by Alex Crichton · 8 years ago
  47. 7e3a151 Add ucontext struct for Linux/x86 by Philipp Matthias Schaefer · 9 years ago
  48. 35420e2 Re-enable some Rumprun tests by Sebastian Wicki · 9 years ago
  49. a09fe71 Fix a couple of issues spotted by alexcrichton. by Michael Neumann · 9 years ago
  50. a6a64d1 Squashed commit of the following: by Michael Neumann · 9 years ago
  51. 143358b unix: Add sendfile to platforms that support it by Kamal Marhubi · 9 years ago
  52. 773aab8 Add musl definitions for x86, arm and asmjs by Brian Anderson · 9 years ago
  53. bb6f198 Fix all definitions on FreeBSD by Alex Crichton · 9 years ago
  54. d820c4a Add OpenBSD and FreeBSD CI to Travis by Alex Crichton · 9 years ago
  55. f8772f7 Skip C/Rust type checks for eventfd. by Jim Blandy · 9 years ago
  56. 9b53e54 Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>. by Jim Blandy · 9 years ago
  57. fc1b0ad Merge branch 'master' of https://github.com/diwic/libc into merge by Alex Crichton · 9 years ago
  58. 9d2493e Add poll API by David Henningsson · 9 years ago
  59. 6c8a63a keep openbsd name for dirent field member by Sébastien Marie · 9 years ago
  60. c618f36 add openbsd support to libc-test by Sébastien Marie · 9 years ago
  61. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  62. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  63. 5850156 SysV shared memory APIs by Alexander Polakov · 9 years ago
  64. 30baed0 Add getxattr()/setxattr()/listxattr()/removexattr() variations by Alexander Polakov · 9 years ago
  65. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago
  66. 0af5e23 Check in Cargo.lock for libc-test by Alex Crichton · 9 years ago
  67. 26974c7 Add SCHED_* constants for linux & freebsd by Alexander Polakov · 9 years ago
  68. 420f2e4 Disable sockaddr_nl on musl target by Alexander Polakov · 9 years ago
  69. 6b58ed3 Add netlink.h in attempt to fix test by Alexander Polakov · 9 years ago
  70. 85a76f8 statvfs(3) bindings by Dan Burkert · 9 years ago
  71. 568705e Add time bindings by Alex Crichton · 9 years ago
  72. 88d23e7 Add dladdr bindings by Alex Crichton · 9 years ago
  73. 7482522 Add bindings for -D_FILE_OFFSET_BITS=64 by Alex Crichton · 9 years ago
  74. 07d3a0d Add more bindings for signals and select/pselect by Alex Crichton · 9 years ago
  75. 3a572fd Be more selective about skipped pthread on musl tests by Alex Crichton · 9 years ago
  76. baef611 iOS support by Alex Crichton · 9 years ago
  77. a1b948e Fix FreeBSD by Alex Crichton · 9 years ago
  78. 15b83c2 Use musl-gcc, fix musl headers by Alex Crichton · 9 years ago
  79. de9736d Fix all tests on OSX by Alex Crichton · 9 years ago
  80. 1ff9610 Fix android by Alex Crichton · 9 years ago
  81. cd9b33e Import lots of the stdlib by Alex Crichton · 9 years ago
  82. b5da7c0 Fix unused variable warning by Alex Crichton · 9 years ago
  83. 094f44d Fix android by Alex Crichton · 9 years ago
  84. f3b9748 Start testing types of struct fields by Alex Crichton · 9 years ago
  85. e0f4d10 Skip the pointer check for functions on windows by Alex Crichton · 9 years ago
  86. d11e914 Switch to ctest crate by Alex Crichton · 9 years ago
  87. 1846918 Fix windows build by Alex Crichton · 9 years ago
  88. 7b28c27 Fix build on MSVC by Alex Crichton · 9 years ago
  89. 8293ced Get FreeBSD compiling by Alex Crichton · 9 years ago
  90. eef03da Don't test mach_timebase_info_t signedness by Alex Crichton · 9 years ago
  91. 6d3cfdb Test signedness of integer types by Alex Crichton · 9 years ago
  92. 8fc95d2 Get tests for mips passing by Alex Crichton · 9 years ago
  93. 5a28433 Run all tests manually by Alex Crichton · 9 years ago
  94. 1cf98ae Get MUSL working by Alex Crichton · 9 years ago
  95. d3d7792 Get android tests working by Alex Crichton · 9 years ago
  96. f81e3d3 Compat back to 1.0.0 by Alex Crichton · 9 years ago
  97. 2d3608e Correct ip6_mreq => ipv6_mreq by Alex Crichton · 9 years ago
  98. 3150484 Windows 32-bit fixes by Alex Crichton · 9 years ago
  99. 7da9b10 More windows compat by Alex Crichton · 9 years ago
  100. e860619 Get OSX tests compiling by Alex Crichton · 9 years ago