1. 28a493a Move iOS back to a known good date by Alex Crichton · 9 years ago
  2. 16f1c19 Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/libc by Alex Crichton · 9 years ago
  3. 2cc90c7 Use 32-bit mode_t on 64-bit Android devices by Mátyás Mustoha · 9 years ago
  4. 1b1eea2 Merge pull request #190 from cuviper/android-lfs by Alex Crichton · 9 years ago
  5. d2da7f7 Android: remove `readahead` by Josh Stone · 9 years ago
  6. ff45035 Android: add some of the same LFS functions as Linux by Josh Stone · 9 years ago
  7. 403bdc8 Merge pull request #188 from alexcrichton/merge by Alex Crichton · 9 years ago
  8. afb1f1a Merge branch 'sigaltstack-flags' of https://github.com/tmiasko/libc into merge by Alex Crichton · 9 years ago
  9. 0668b9c Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge by Alex Crichton · 9 years ago
  10. 43148b5 Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into merge by Alex Crichton · 9 years ago
  11. 1722806 Merge branch 'master' of https://github.com/JasonSmith/libc into merge by Alex Crichton · 9 years ago
  12. 511a780 unix: Add mkstemp(3) and related functions by Kamal Marhubi · 9 years ago
  13. b0b3370 [unix] Add pthread_kill. by Tomasz Miąsko · 9 years ago
  14. 26e1ec1 [unix] Add SS_ONSTACK and SS_DISABLE. by Tomasz Miąsko · 9 years ago
  15. 4c29409 Merge branch 'master' into master by Jason Smith · 9 years ago
  16. 213a0f9 Merge pull request #177 from cybergeek94/master by Alex Crichton · 9 years ago
  17. 10543d0 Add `posix_fadvise()` and related constants by Austin Bonander · 9 years ago
  18. 0113d68 Merge pull request #182 from alexcrichton/update-after-move by Alex Crichton · 9 years ago
  19. b7b90d4 Update links in README for transition to rust-lang by Alex Crichton · 9 years ago
  20. 27d4a94 Merge pull request #183 from antonblanchard/powerpc64_merge2 by Alex Crichton · 9 years ago
  21. 9e1a38e wchar_t is signed on powerpc64 by Anton Blanchard · 9 years ago
  22. 6e6ff6a target_arch is always powerpc64, remove powerpc64le check by Anton Blanchard · 9 years ago
  23. 1179ac7 Merge pull request #181 from dhuseby/fixing_netbsd_siginfo_t by Alex Crichton · 9 years ago
  24. 812c910 this fixes the siginfo_t, adds missing pthread externs. by Dave Huseby · 9 years ago
  25. 61eddaf Merge pull request #146 from alexcrichton/no-std by Alex Crichton · 9 years ago
  26. 6d46b6f Add a default-on "use_std" feature by Alex Crichton · 9 years ago
  27. d90f1f9 Merge branch 'master' of https://github.com/JasonSmith/libc by Jason Travis Smith · 9 years ago
  28. 270c7d4 Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  29. 379e92f Merge pull request #179 from alexcrichton/bump by Alex Crichton · 9 years ago
  30. 87e6c65 Bump to 0.2.7 by Alex Crichton · 9 years ago
  31. 9a3de2f Merge pull request #178 from dhuseby/fixing_netbsd_build by Alex Crichton · 9 years ago
  32. e92ec48 SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD by Dave Huseby · 9 years ago
  33. 5ffa4c1 Merge branch 'master' of https://github.com/JasonSmith/libc by Jason Travis Smith · 9 years ago
  34. bb0988c Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  35. 37c866a Merge pull request #170 from kamalmarhubi/sendfile by Alex Crichton · 9 years ago
  36. 143358b unix: Add sendfile to platforms that support it by Kamal Marhubi · 9 years ago
  37. cb688da Merge pull request #175 from alexcrichton/rollup by Alex Crichton · 9 years ago
  38. aafab85 Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  39. e295b8a Merge branch 'peterhj-cpuset-affinity' of https://github.com/peterhj/libc by Alex Crichton · 9 years ago
  40. 9122ebf Merge branch 'sysctl_consts_in_openbsd' of https://github.com/polezaivsani/libc by Alex Crichton · 9 years ago
  41. a64ee24 Merge pull request #173 from alexcrichton/rtld-names by Alex Crichton · 9 years ago
  42. 1a190c7 linux: Initial support for cpuset and gnu pthread_attr_affinity interface by Peter Jin · 9 years ago
  43. 86aae3c Add a pinch of KERN_PROC_* consts to OpenBSD family by Vasily Kolobkov · 9 years ago
  44. 29de598 Add more RTLD_* constants by Alex Crichton · 9 years ago
  45. e9db959 Merge pull request #172 from kamalmarhubi/splice-and-friends by Alex Crichton · 9 years ago
  46. 0cfc25f linux: Add splice, tee, vmsplice by Kamal Marhubi · 9 years ago
  47. 748c92a Merge pull request #168 from alexcrichton/ios-nightlies by Alex Crichton · 9 years ago
  48. 36ae235 Use iOS nightlies instead of a pinned version by Alex Crichton · 9 years ago
  49. 579f2c9 Merge pull request #169 from dhuseby/fixing_bitrig_d_namlen by Alex Crichton · 9 years ago
  50. c97d217 fixes the bitrig d_namlen compile error by Dave Huseby · 9 years ago
  51. 026f4b3 Merge pull request #166 from lambda/sc-pagesize by Alex Crichton · 9 years ago
  52. 11f29f5 Define _SC_PAGE_SIZE constants by Brian Campbell · 9 years ago
  53. cb12fdf Remove trailing whitespace by Brian Campbell · 9 years ago
  54. 28b526a Merge pull request #167 from lambda/add-abort by Alex Crichton · 9 years ago
  55. d81e4a0 Add abort by Brian Campbell · 9 years ago
  56. 30f70ba Merge pull request #165 from japaric/musl-nlink_t by Alex Crichton · 9 years ago
  57. ec9db4d musl: define nlink_t as u32/u64 by Jorge Aparicio · 9 years ago
  58. 53d11fc Merge pull request #164 from japaric/fix-linkage by Alex Crichton · 9 years ago
  59. 7376d09 musl: fix linkage of libc by Jorge Aparicio · 9 years ago
  60. 5863d86 Merge pull request #163 from japaric/mips-musl by Alex Crichton · 9 years ago
  61. 751bea3 musl: add support for mips by Jorge Aparicio · 9 years ago
  62. 86cd81d Merge pull request #122 from brson/musl by Alex Crichton · 9 years ago
  63. 773aab8 Add musl definitions for x86, arm and asmjs by Brian Anderson · 9 years ago
  64. 8266465 Add ~ to .gitignore by Brian Anderson · 9 years ago
  65. f9b9e1d Merge pull request #162 from arcnmx/patch-1 by Alex Crichton · 9 years ago
  66. 527b63e stdbuild conditional change by arcnmx · 9 years ago
  67. 400a7df Merge pull request #161 from nbaksalyar/illumos by Alex Crichton · 9 years ago
  68. 702814f Rename sunos -> solaris by Nikita Baksalyar · 9 years ago
  69. 91ff43c Merge pull request #160 from alexcrichton/netbsd-pthread by Alex Crichton · 9 years ago
  70. 9c8643f Add pthread_setname_np for NetBSD by Alex Crichton · 9 years ago
  71. f9073f4 Merge pull request #157 from dhuseby/fixing_bsd_ncpu by Alex Crichton · 9 years ago
  72. e95c53d Fixes #156 by Dave Huseby · 9 years ago
  73. 5f545a8 Merge pull request #155 from alexcrichton/bump by Alex Crichton · 9 years ago
  74. 381be4b Bump to 0.2.6 by Alex Crichton · 9 years ago
  75. 5941675 Merge pull request #154 from polezaivsani/openbsd_sockgrpopt by Alex Crichton · 9 years ago
  76. 233941e Add IP v6 group membership options to OpenBSD build by Vasily Kolobkov · 9 years ago
  77. 9f99d74 Merge pull request #153 from kamalmarhubi/if_indextoname by Alex Crichton · 9 years ago
  78. 0a5dcf0 unix: Add if_indextoname and IF_NAMESIZE by Kamal Marhubi · 9 years ago
  79. aa4e1b5 Merge pull request #150 from jamperry/master by Alex Crichton · 9 years ago
  80. 842ff2f adding SOCK_NONBLOCK & SOCK_CLOEXEC for linux MIPS by James Perry · 9 years ago
  81. b979fe0 adding SOCK_NONBLOCK and SOCK_CLOEXEC by James Perry · 9 years ago
  82. 33bfefe Merge pull request #149 from alexcrichton/more-tested by Alex Crichton · 9 years ago
  83. 4ff646b Merge branch 'clone_common_type' of https://github.com/fiveop/libc by Alex Crichton · 9 years ago
  84. 42cacf4 Merge branch 'eventfd-initval-unsigned' of https://github.com/jimblandy/libc by Alex Crichton · 9 years ago
  85. 9522711 Linkify more docs, add more tested triples by Alex Crichton · 9 years ago
  86. f54b9c9 Merge pull request #142 from alexcrichton/bump by Brian Anderson · 9 years ago
  87. a7ce06c Use same type for all CLONE_ flags. by Philipp Matthias Schaefer · 9 years ago
  88. 2abaf33 Bump to 0.2.5 by Alex Crichton · 9 years ago
  89. af77843 Merge pull request #145 from dhuseby/fixing_O_ACCMODE by Alex Crichton · 9 years ago
  90. 8c32faa Fixes #144 by defining O_ACCMODE for BSD's by Dave Huseby · 9 years ago
  91. f8da228 Merge pull request #143 from Mokosha/AddPowerPCSupport by Alex Crichton · 9 years ago
  92. 2cf9e82 Preliminary PowerPC Support by Pavel Krajcevski · 9 years ago
  93. aea17ed Merge pull request #140 from jaksi/patch-1 by Alex Crichton · 9 years ago
  94. d614a3f Add IP_TRANSPARENT socket option by Jakab Kristóf · 9 years ago
  95. 7ce8eba Merge pull request #139 from alexcrichton/freebsd by Alex Crichton · 9 years ago
  96. bb6f198 Fix all definitions on FreeBSD by Alex Crichton · 9 years ago
  97. d820c4a Add OpenBSD and FreeBSD CI to Travis by Alex Crichton · 9 years ago
  98. 2575794 Merge pull request #138 from nbaksalyar/illumos by Alex Crichton · 9 years ago
  99. bff3892 Move getpwuid_r definition to platform-specific modules by Nikita Baksalyar · 9 years ago
  100. 7fa6dea Reorganize Illumos module by Nikita Baksalyar · 9 years ago