1. 2a9b647 Remove extra comment by Kelvin Ly · 7 years ago
  2. 26670c7 Fix build errors for mips-unknown-linux-uclibc by Kelvin Ly · 7 years ago
  3. 2d6c7da Fix more stuff after updating libc by Kelvin Ly · 7 years ago
  4. 9a83558 Add changes to allow uclibc to build by Kelvin Ly · 7 years ago
  5. 2122616 Add IPC,SHM,MSG for Freebsd by superriva · 7 years ago
  6. bfeb360 Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  7. dc1aa0e Auto merge of #530 - berkowski:baud_constants, r=alexcrichton by bors · 8 years ago
  8. 92ce518 Make libc-tests compile for aarch64-linux-android by Marco A L Barbosa · 8 years ago
  9. 0048148 Removed "rpcsvc/rex.h" from `build.rs` for OpenBSD by Zac Berkowitz · 8 years ago
  10. e8fc992 Removed "termios.h" from `build.rs` openbsd case. by Zac Berkowitz · 8 years ago
  11. 1683244 Auto merge of #532 - malbarbo:fs2-android, r=alexcrichton by bors · 8 years ago
  12. bad80ba Add definitions to Android to allow fs2 crate compile by Marco A L Barbosa · 8 years ago
  13. 7c03711 Add jail functions and constants for FreeBSD by Ryan Moeller · 8 years ago
  14. e393a2d Adding termios.h to openbsd headers. by Zac Berkowitz · 8 years ago
  15. 7fbff3a Fix for removed OS X constants. by Kevin Brothaler · 8 years ago
  16. 7134822 Skip signedness test for sem_t on DragonFly by Michael Neumann · 8 years ago
  17. 09bff05 Include aio.h on DragonFly as well by Michael Neumann · 8 years ago
  18. 8726270 Merge pull request #456 from alexcrichton/cache-things by Alex Crichton · 8 years ago
  19. c284246 Share the host's `target` directory for tests by Alex Crichton · 8 years ago
  20. 9860c29 Fix tests on FreeBSD 11 by Alan Somers · 8 years ago
  21. e0ff0d6 Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  22. 9245e07 Fix various CI errors in PR #449 by Alan Somers · 8 years ago
  23. 4ec884a Fix undefined symbol errors in CI by Alan Somers · 8 years ago
  24. 852db73 Merge pull request #441 from billiob/setfsuid by Alex Crichton · 8 years ago
  25. 28d0afa Add setfsgid()/setfsuid() on linux by Boris Faure · 8 years ago
  26. da445b9 Fix typo in comment by Boris Faure · 8 years ago
  27. 78070bd Try to fix powerpc64 and update to crates.io ctest by Alex Crichton · 8 years ago
  28. 739edbc Use workspaces in this repo by Alex Crichton · 8 years ago
  29. 10142aa Add checksums to cargo lock files by Alex Crichton · 8 years ago
  30. 04d0b71 Add missing header shadow.h by Philipp Keller · 8 years ago
  31. 7590565 Add System V message queue bindings for Linux (glibc/musl) by Alexander Schlarb · 8 years ago
  32. bcc44df libc-test: cargo update by Jorge Aparicio · 8 years ago
  33. 351df2d Bump to 0.2.16 by Alex Crichton · 8 years ago
  34. af23c1e Auto merge of #365 - alexcrichton:more-arch, r=alexcrichton by bors · 8 years ago
  35. a097ff6 Add ci for i686-unknown-linux-musl by Alex Crichton · 8 years ago
  36. 866c9e4 libc-test: ignore user-defined struct by Knight · 8 years ago
  37. 0e0fb68 libc-test: allow deprecated functions by Knight · 8 years ago
  38. 6c18f30 Bump to 0.2.15 by Alex Crichton · 8 years ago
  39. a6b283b Add header file for utmp(x) by Knight · 8 years ago
  40. c4947bb Define _NETBSD_SOURCE when building on NetBSD. by Tomasz Miąsko · 8 years ago
  41. a98c983 Linux: add reboot() and constants by Sergey Bugaev · 8 years ago
  42. 1f946a0 Bump to 0.2.14 by Alex Crichton · 8 years ago
  43. 760dd0b Bump to 0.2.13 by Alex Crichton · 8 years ago
  44. 91c5dbf Bump to 0.2.12 by Alex Crichton · 8 years ago
  45. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  46. e6150ae Adding sysinfo() and sysinfo struct for Linux and Android. by Raphael Cohn · 8 years ago
  47. 7fc0969 Substantial changes to better support Solaris and BSD variants. by Raphael Cohn · 8 years ago
  48. 959c6ab Bump to 0.2.11 by Alex Crichton · 8 years ago
  49. 9569599 linux: Add prlimit(2) and prlimit64(2) by Kamal Marhubi · 8 years ago
  50. cba130b Explain about the automated tests on Travis by Kai Noda · 8 years ago
  51. b302bed Bump to 0.2.10 by Alex Crichton · 8 years ago
  52. 60f90cf Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton by bors · 8 years ago
  53. 0b7ccdd Do not skip "signal" when building libc tests. by Nerijus Arlauskas · 8 years ago
  54. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  55. 4d1efd9 Exclude MS_RMT_MASK from libc-test by NODA, Kai · 8 years ago
  56. 9c4af10 unix: Add openpty(3) and forkpty(3) for non-Apple platforms by Kamal Marhubi · 8 years ago
  57. dfc1ab5 Auto merge of #244 - mrhota:basic_locale, r=alexcrichton by bors · 8 years ago
  58. 3de1107 Bump to 0.2.9 by Alex Crichton · 8 years ago
  59. b788a5c Add locale.h in libc-test by A.J. Gardner · 8 years ago
  60. 609693d Update winapi by Alex Crichton · 8 years ago
  61. 89a7700 apple: Add openpty(3) and forkpty(3) by Kamal Marhubi · 8 years ago
  62. 95a5652 Update the libc-test lockfile by Alex Crichton · 8 years ago
  63. c173d9c Merge branch 'ucontext' of https://github.com/fiveop/libc into merge by Alex Crichton · 8 years ago
  64. 7e3a151 Add ucontext struct for Linux/x86 by Philipp Matthias Schaefer · 9 years ago
  65. 35420e2 Re-enable some Rumprun tests by Sebastian Wicki · 8 years ago
  66. a09fe71 Fix a couple of issues spotted by alexcrichton. by Michael Neumann · 9 years ago
  67. a6a64d1 Squashed commit of the following: by Michael Neumann · 9 years ago
  68. 87e6c65 Bump to 0.2.7 by Alex Crichton · 9 years ago
  69. 143358b unix: Add sendfile to platforms that support it by Kamal Marhubi · 9 years ago
  70. 773aab8 Add musl definitions for x86, arm and asmjs by Brian Anderson · 9 years ago
  71. 381be4b Bump to 0.2.6 by Alex Crichton · 9 years ago
  72. 2abaf33 Bump to 0.2.5 by Alex Crichton · 9 years ago
  73. bb6f198 Fix all definitions on FreeBSD by Alex Crichton · 9 years ago
  74. d820c4a Add OpenBSD and FreeBSD CI to Travis by Alex Crichton · 9 years ago
  75. f8772f7 Skip C/Rust type checks for eventfd. by Jim Blandy · 9 years ago
  76. 9b53e54 Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>. by Jim Blandy · 9 years ago
  77. fc1b0ad Merge branch 'master' of https://github.com/diwic/libc into merge by Alex Crichton · 9 years ago
  78. 9d2493e Add poll API by David Henningsson · 9 years ago
  79. 6c8a63a keep openbsd name for dirent field member by Sébastien Marie · 9 years ago
  80. c618f36 add openbsd support to libc-test by Sébastien Marie · 9 years ago
  81. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  82. ff38c3a Bump to 0.2.4 by Alex Crichton · 9 years ago
  83. 79d9899 Bump to 0.2.3 by Alex Crichton · 9 years ago
  84. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  85. 5850156 SysV shared memory APIs by Alexander Polakov · 9 years ago
  86. 30baed0 Add getxattr()/setxattr()/listxattr()/removexattr() variations by Alexander Polakov · 9 years ago
  87. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago
  88. 0af5e23 Check in Cargo.lock for libc-test by Alex Crichton · 9 years ago
  89. 26974c7 Add SCHED_* constants for linux & freebsd by Alexander Polakov · 9 years ago
  90. 420f2e4 Disable sockaddr_nl on musl target by Alexander Polakov · 9 years ago
  91. 6b58ed3 Add netlink.h in attempt to fix test by Alexander Polakov · 9 years ago
  92. 85a76f8 statvfs(3) bindings by Dan Burkert · 9 years ago
  93. 568705e Add time bindings by Alex Crichton · 9 years ago
  94. 88d23e7 Add dladdr bindings by Alex Crichton · 9 years ago
  95. 7482522 Add bindings for -D_FILE_OFFSET_BITS=64 by Alex Crichton · 9 years ago
  96. 07d3a0d Add more bindings for signals and select/pselect by Alex Crichton · 9 years ago
  97. 3a572fd Be more selective about skipped pthread on musl tests by Alex Crichton · 9 years ago
  98. baef611 iOS support by Alex Crichton · 9 years ago
  99. a1b948e Fix FreeBSD by Alex Crichton · 9 years ago
  100. 15b83c2 Use musl-gcc, fix musl headers by Alex Crichton · 9 years ago