1. 81ba7f0 Run CI on all branches by Alex Crichton · 8 years ago
  2. 8543d5f Auto merge of #221 - alexcrichton:bors, r=alexcrichton by bors · 8 years ago
  3. 2ff0e52 Add webhooks to travis by Alex Crichton · 8 years ago
  4. 8a4e72e Merge pull request #219 from kamalmarhubi/perf_event_open by Alex Crichton · 8 years ago
  5. a63cd45 linux: Add SYS_perf_event_open syscall numbers by Kamal Marhubi · 8 years ago
  6. f934724 musl: Add architecture specific modules for 64 bit by Kamal Marhubi · 8 years ago
  7. 04213bb Merge pull request #202 from kamalmarhubi/openpty by Alex Crichton · 8 years ago
  8. 89a7700 apple: Add openpty(3) and forkpty(3) by Kamal Marhubi · 8 years ago
  9. b47bc67 Merge pull request #218 from alexcrichton/bump by Alex Crichton · 8 years ago
  10. 95a5652 Update the libc-test lockfile by Alex Crichton · 8 years ago
  11. 7426d35 Bump to 0.2.8 by Alex Crichton · 8 years ago
  12. 2278a54 Merge pull request #217 from gabrielesvelto/master by Alex Crichton · 8 years ago
  13. 30dfc4b Add MAP_STACK and MAP_HUGETLB entries to MIPS so that the nix crate can be built by Gabriele Svelto · 8 years ago
  14. 08f816f Merge pull request #216 from alexcrichton/merge by Alex Crichton · 8 years ago
  15. c01ec7e Merge branch 'master' of https://github.com/fpgaminer/libc into merge by Alex Crichton · 8 years ago
  16. ba516ff Merge branch 'musl-arm' of https://github.com/joerg-krause/libc into merge by Alex Crichton · 8 years ago
  17. f5885ee Add utimensat by fpgaminer · 8 years ago
  18. 8ad2520 musl: opt for dynamic linking for arm arch by Jörg Krause · 8 years ago
  19. 0b0a17d Fix SYS_gettid type to match first argument of syscall. by Dave Hylands · 8 years ago
  20. e19309c Merge pull request #212 from alexcrichton/merge by Alex Crichton · 8 years ago
  21. dd3b423 Fix some more style by Alex Crichton · 8 years ago
  22. 518e09f Merge branch 'style' of https://github.com/alexcrichton/libc into merge by Alex Crichton · 8 years ago
  23. 8b98b81 Merge branch 'i686-musl-stat' of https://github.com/japaric/libc into merge by Alex Crichton · 8 years ago
  24. 735863a Merge branch 'fdatasync' of https://github.com/kamalmarhubi/libc into merge by Alex Crichton · 8 years ago
  25. 689fee5 same treatment for arm and asmjs by Jorge Aparicio · 8 years ago
  26. a3d4884 unix: Include fdatasync(2) on non-Apple systems by Kamal Marhubi · 8 years ago
  27. 88396ac Merge pull request #209 from dhylands/SYS_gettid by Alex Crichton · 8 years ago
  28. 37db5af i686-musl: split timespec fields into (time_t, c_long) pairs by Jorge Aparicio · 8 years ago
  29. 3e4c019 Add SYS_gettid by Dave Hylands · 8 years ago
  30. 5f527b0 Merge pull request #208 from alexcrichton/moar-nightlies by Alex Crichton · 8 years ago
  31. c02a5c2 Use nightlies for iOS and rumprun by Alex Crichton · 8 years ago
  32. 8a8bc66 Add a style checking script to CI by Alex Crichton · 8 years ago
  33. 91ef172 Merge pull request #207 from alexcrichton/android-select by Alex Crichton · 8 years ago
  34. 993ea7e Add select() to Android bindings by Alex Crichton · 8 years ago
  35. 07a9206 Merge pull request #205 from alexcrichton/merge by Alex Crichton · 8 years ago
  36. 87d0076 Unfortunately Android doesn't have futimes by Alex Crichton · 8 years ago
  37. a569520 Merge branch 'futimens' of https://github.com/pitdicker/libc into merge by Alex Crichton · 8 years ago
  38. c173d9c Merge branch 'ucontext' of https://github.com/fiveop/libc into merge by Alex Crichton · 8 years ago
  39. d8a037c Merge branch 'various-rumprun-fixes' of https://github.com/gandro/libc into merge by Alex Crichton · 8 years ago
  40. 9853b46 Move futimens to the right module and add futimes by Paul Dicker · 8 years ago
  41. 2a48d49 Merge pull request #201 from fiveop/sigwait by Alex Crichton · 8 years ago
  42. 7e3a151 Add ucontext struct for Linux/x86 by Philipp Matthias Schaefer · 9 years ago
  43. 35420e2 Re-enable some Rumprun tests by Sebastian Wicki · 8 years ago
  44. c007127 Move pthread_*_np functions to correct BSD modules by Sebastian Wicki · 8 years ago
  45. 37d4bb9 Don't link against lib{c,rt} on Rumprun for libstd by Sebastian Wicki · 8 years ago
  46. 5d514b6 Fix evaluation order of the cfg_if! macro by Sebastian Wicki · 8 years ago
  47. b0c679f Add futimens by Paul Dicker · 8 years ago
  48. c1982a4 Add sigwait/sigwaitinfo/sigtimedwait. by Philipp Matthias Schaefer · 8 years ago
  49. 7a7676a Merge pull request #197 from gandro/fix-netbsd-sigsymbols by Alex Crichton · 8 years ago
  50. b7c3e5c Fix deprecated NetBSD sigaction/sigaltstack symbols by Sebastian Wicki · 8 years ago
  51. b57e312 Merge pull request #194 from mneumann/dragonfly_fixes_2016_squashed by Alex Crichton · 9 years ago
  52. a09fe71 Fix a couple of issues spotted by alexcrichton. by Michael Neumann · 9 years ago
  53. a6a64d1 Squashed commit of the following: by Michael Neumann · 9 years ago
  54. 054147a Merge pull request #193 from alexcrichton/fix-ios by Alex Crichton · 9 years ago
  55. 28a493a Move iOS back to a known good date by Alex Crichton · 9 years ago
  56. 16f1c19 Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/libc by Alex Crichton · 9 years ago
  57. 2cc90c7 Use 32-bit mode_t on 64-bit Android devices by Mátyás Mustoha · 9 years ago
  58. 1b1eea2 Merge pull request #190 from cuviper/android-lfs by Alex Crichton · 9 years ago
  59. d2da7f7 Android: remove `readahead` by Josh Stone · 9 years ago
  60. ff45035 Android: add some of the same LFS functions as Linux by Josh Stone · 9 years ago
  61. 403bdc8 Merge pull request #188 from alexcrichton/merge by Alex Crichton · 9 years ago
  62. afb1f1a Merge branch 'sigaltstack-flags' of https://github.com/tmiasko/libc into merge by Alex Crichton · 9 years ago
  63. 0668b9c Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge by Alex Crichton · 9 years ago
  64. 43148b5 Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into merge by Alex Crichton · 9 years ago
  65. 1722806 Merge branch 'master' of https://github.com/JasonSmith/libc into merge by Alex Crichton · 9 years ago
  66. 511a780 unix: Add mkstemp(3) and related functions by Kamal Marhubi · 9 years ago
  67. b0b3370 [unix] Add pthread_kill. by Tomasz Miąsko · 9 years ago
  68. 26e1ec1 [unix] Add SS_ONSTACK and SS_DISABLE. by Tomasz Miąsko · 9 years ago
  69. 4c29409 Merge branch 'master' into master by Jason Smith · 9 years ago
  70. 213a0f9 Merge pull request #177 from cybergeek94/master by Alex Crichton · 9 years ago
  71. 10543d0 Add `posix_fadvise()` and related constants by Austin Bonander · 9 years ago
  72. 0113d68 Merge pull request #182 from alexcrichton/update-after-move by Alex Crichton · 9 years ago
  73. b7b90d4 Update links in README for transition to rust-lang by Alex Crichton · 9 years ago
  74. 27d4a94 Merge pull request #183 from antonblanchard/powerpc64_merge2 by Alex Crichton · 9 years ago
  75. 9e1a38e wchar_t is signed on powerpc64 by Anton Blanchard · 9 years ago
  76. 6e6ff6a target_arch is always powerpc64, remove powerpc64le check by Anton Blanchard · 9 years ago
  77. 1179ac7 Merge pull request #181 from dhuseby/fixing_netbsd_siginfo_t by Alex Crichton · 9 years ago
  78. 812c910 this fixes the siginfo_t, adds missing pthread externs. by Dave Huseby · 9 years ago
  79. 61eddaf Merge pull request #146 from alexcrichton/no-std by Alex Crichton · 9 years ago
  80. 6d46b6f Add a default-on "use_std" feature by Alex Crichton · 9 years ago
  81. d90f1f9 Merge branch 'master' of https://github.com/JasonSmith/libc by Jason Travis Smith · 9 years ago
  82. 270c7d4 Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  83. 379e92f Merge pull request #179 from alexcrichton/bump by Alex Crichton · 9 years ago
  84. 87e6c65 Bump to 0.2.7 by Alex Crichton · 9 years ago
  85. 9a3de2f Merge pull request #178 from dhuseby/fixing_netbsd_build by Alex Crichton · 9 years ago
  86. e92ec48 SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD by Dave Huseby · 9 years ago
  87. 5ffa4c1 Merge branch 'master' of https://github.com/JasonSmith/libc by Jason Travis Smith · 9 years ago
  88. bb0988c Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  89. 37c866a Merge pull request #170 from kamalmarhubi/sendfile by Alex Crichton · 9 years ago
  90. 143358b unix: Add sendfile to platforms that support it by Kamal Marhubi · 9 years ago
  91. cb688da Merge pull request #175 from alexcrichton/rollup by Alex Crichton · 9 years ago
  92. aafab85 Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  93. e295b8a Merge branch 'peterhj-cpuset-affinity' of https://github.com/peterhj/libc by Alex Crichton · 9 years ago
  94. 9122ebf Merge branch 'sysctl_consts_in_openbsd' of https://github.com/polezaivsani/libc by Alex Crichton · 9 years ago
  95. a64ee24 Merge pull request #173 from alexcrichton/rtld-names by Alex Crichton · 9 years ago
  96. 1a190c7 linux: Initial support for cpuset and gnu pthread_attr_affinity interface by Peter Jin · 9 years ago
  97. 86aae3c Add a pinch of KERN_PROC_* consts to OpenBSD family by Vasily Kolobkov · 9 years ago
  98. 29de598 Add more RTLD_* constants by Alex Crichton · 9 years ago
  99. e9db959 Merge pull request #172 from kamalmarhubi/splice-and-friends by Alex Crichton · 9 years ago
  100. 0cfc25f linux: Add splice, tee, vmsplice by Kamal Marhubi · 9 years ago