1. dfd196e Use '&&' on travis, not ';' by Alex Crichton · 8 years ago
  2. f4411ad Auto merge of #250 - mrhota:readme_update, r=alexcrichton by bors · 8 years ago
  3. c2d1c71 Auto merge of #248 - mrhota:langinfo, r=alexcrichton by bors · 8 years ago
  4. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  5. 7265c17 Auto merge of #254 - alexcrichton:rtld-default, r=alexcrichton by bors · 8 years ago
  6. 031a450 Add RTLD_DEFAULT to more platforms by Alex Crichton · 8 years ago
  7. 2ded9ae Auto merge of #249 - alexcrichton:fix-link, r=alexcrichton by bors · 8 years ago
  8. a28ec43 Link to libraries when disabling `use_std` by Alex Crichton · 8 years ago
  9. fb2f0bb Auto merge of #253 - nodakai:strerror_r, r=alexcrichton by bors · 8 years ago
  10. 46cca7a Auto merge of #252 - mneumann:freebsd_dragonfly_pthread, r=alexcrichton by bors · 8 years ago
  11. 331d705 Auto merge of #247 - nodakai:clock_getres, r=alexcrichton by bors · 8 years ago
  12. 4d1efd9 Exclude MS_RMT_MASK from libc-test by NODA, Kai · 8 years ago
  13. 75a69bf On non-musl Linux, strerror_r should be linked to __xpg_strerror_r by NODA, Kai · 8 years ago
  14. 9940be6 Add several pthread functions for DragonFly/FreeBSD by Michael Neumann · 8 years ago
  15. 7e752a3 Add clock_getres(3) and more clockid_t constants. by NODA, Kai · 8 years ago
  16. e335c50 Remove iOS doc links from README by A.J. Gardner · 8 years ago
  17. f288e18 Auto merge of #246 - kamalmarhubi:openpty, r=alexcrichton by bors · 8 years ago
  18. 9c4af10 unix: Add openpty(3) and forkpty(3) for non-Apple platforms by Kamal Marhubi · 8 years ago
  19. dfc1ab5 Auto merge of #244 - mrhota:basic_locale, r=alexcrichton by bors · 8 years ago
  20. 5399c89 Change netbsd link_name for setlocale by A.J. Gardner · 8 years ago
  21. 5a0c067 Define struct and consts for notbsds by A.J. Gardner · 8 years ago
  22. 0dc7176 Define struct and consts for bsds by A.J. Gardner · 8 years ago
  23. 874852c Pull lconv def down into notbsd by A.J. Gardner · 8 years ago
  24. 912a7a0 Fix lconv field offsets for apple-likes by A.J. Gardner · 8 years ago
  25. 62fb1d5 Auto merge of #245 - alexcrichton:bump, r=alexcrichton by bors · 8 years ago
  26. 3de1107 Bump to 0.2.9 by Alex Crichton · 8 years ago
  27. 334b106 Auto merge of #241 - alexcrichton:fix-header-footer, r=alexcrichton by bors · 8 years ago
  28. b788a5c Add locale.h in libc-test by A.J. Gardner · 8 years ago
  29. 2bd6f12 Fix long line by A.J. Gardner · 8 years ago
  30. 110152c Add lconv type, and locale support for UNIX by A.J. Gardner · 8 years ago
  31. 19e64f3 Swap header/footer... dunno how they got that way? by Alex Crichton · 8 years ago
  32. cd925e0 Auto merge of #233 - kamalmarhubi:linux-fcntl, r=alexcrichton by bors · 8 years ago
  33. b43118c linux: Add missing Linux-specific fcntls by Kamal Marhubi · 8 years ago
  34. fa161ae Auto merge of #229 - kamalmarhubi:mount-flags, r=alexcrichton by bors · 8 years ago
  35. aabff31 Auto merge of #226 - m4rw3r:master, r=alexcrichton by bors · 8 years ago
  36. 0521187 Auto merge of #230 - alexcrichton:winapi-update, r=alexcrichton by bors · 8 years ago
  37. 609693d Update winapi by Alex Crichton · 8 years ago
  38. 10bfe07 linux: Move some MS_ flags for mount(2) up by Kamal Marhubi · 8 years ago
  39. 4ff4ace linux: Comment distinction between msync and mount MS_ flags by Kamal Marhubi · 8 years ago
  40. 722fedd Auto merge of #227 - kamalmarhubi:clone-flags, r=alexcrichton by bors · 8 years ago
  41. ae69a16 linux: Move namespace clone flags up one level by Kamal Marhubi · 8 years ago
  42. f500051 apple: TIOCTIMESTAMP and TIOCDCDTIMESTAMP differ on 32 bit by Martin Wernstål · 8 years ago
  43. 8e85797 apple: Add TIOC* constants by Martin Wernstål · 8 years ago
  44. d9f256e Auto merge of #225 - posborne:netlink-android, r=alexcrichton by bors · 8 years ago
  45. 9e94d5b Pull sockaddr_nl up a layer as it is present for Android by Paul Osborne · 8 years ago
  46. 493d79b Auto merge of #224 - kamalmarhubi:safer-cfg, r=alexcrichton by bors · 8 years ago
  47. 66c3375 Make cfg_if uses more explicit and consistent by Kamal Marhubi · 8 years ago
  48. ef979ef Auto merge of #222 - mneumann:dragonfly_clock_gettime, r=alexcrichton by bors · 8 years ago
  49. 61ae486 Auto merge of #223 - alexcrichton:run-all, r=alexcrichton by bors · 8 years ago
  50. 81ba7f0 Run CI on all branches by Alex Crichton · 8 years ago
  51. 8543d5f Auto merge of #221 - alexcrichton:bors, r=alexcrichton by bors · 8 years ago
  52. 378bb73 Fix DragonFly: clock_gettime() expects CLOCK_* constants as ulong. by Michael Neumann · 8 years ago
  53. 2ff0e52 Add webhooks to travis by Alex Crichton · 8 years ago
  54. 8a4e72e Merge pull request #219 from kamalmarhubi/perf_event_open by Alex Crichton · 8 years ago
  55. a63cd45 linux: Add SYS_perf_event_open syscall numbers by Kamal Marhubi · 8 years ago
  56. f934724 musl: Add architecture specific modules for 64 bit by Kamal Marhubi · 8 years ago
  57. 04213bb Merge pull request #202 from kamalmarhubi/openpty by Alex Crichton · 8 years ago
  58. 89a7700 apple: Add openpty(3) and forkpty(3) by Kamal Marhubi · 8 years ago
  59. b47bc67 Merge pull request #218 from alexcrichton/bump by Alex Crichton · 8 years ago
  60. 95a5652 Update the libc-test lockfile by Alex Crichton · 8 years ago
  61. 7426d35 Bump to 0.2.8 by Alex Crichton · 8 years ago
  62. 2278a54 Merge pull request #217 from gabrielesvelto/master by Alex Crichton · 8 years ago
  63. 30dfc4b Add MAP_STACK and MAP_HUGETLB entries to MIPS so that the nix crate can be built by Gabriele Svelto · 8 years ago
  64. 08f816f Merge pull request #216 from alexcrichton/merge by Alex Crichton · 8 years ago
  65. c01ec7e Merge branch 'master' of https://github.com/fpgaminer/libc into merge by Alex Crichton · 8 years ago
  66. ba516ff Merge branch 'musl-arm' of https://github.com/joerg-krause/libc into merge by Alex Crichton · 8 years ago
  67. f5885ee Add utimensat by fpgaminer · 8 years ago
  68. 8ad2520 musl: opt for dynamic linking for arm arch by Jörg Krause · 8 years ago
  69. 0b0a17d Fix SYS_gettid type to match first argument of syscall. by Dave Hylands · 8 years ago
  70. e19309c Merge pull request #212 from alexcrichton/merge by Alex Crichton · 8 years ago
  71. dd3b423 Fix some more style by Alex Crichton · 8 years ago
  72. 518e09f Merge branch 'style' of https://github.com/alexcrichton/libc into merge by Alex Crichton · 8 years ago
  73. 8b98b81 Merge branch 'i686-musl-stat' of https://github.com/japaric/libc into merge by Alex Crichton · 8 years ago
  74. 735863a Merge branch 'fdatasync' of https://github.com/kamalmarhubi/libc into merge by Alex Crichton · 8 years ago
  75. 689fee5 same treatment for arm and asmjs by Jorge Aparicio · 8 years ago
  76. a3d4884 unix: Include fdatasync(2) on non-Apple systems by Kamal Marhubi · 8 years ago
  77. 88396ac Merge pull request #209 from dhylands/SYS_gettid by Alex Crichton · 8 years ago
  78. 37db5af i686-musl: split timespec fields into (time_t, c_long) pairs by Jorge Aparicio · 8 years ago
  79. 3e4c019 Add SYS_gettid by Dave Hylands · 8 years ago
  80. 5f527b0 Merge pull request #208 from alexcrichton/moar-nightlies by Alex Crichton · 8 years ago
  81. c02a5c2 Use nightlies for iOS and rumprun by Alex Crichton · 8 years ago
  82. 8a8bc66 Add a style checking script to CI by Alex Crichton · 8 years ago
  83. 91ef172 Merge pull request #207 from alexcrichton/android-select by Alex Crichton · 8 years ago
  84. 993ea7e Add select() to Android bindings by Alex Crichton · 8 years ago
  85. 07a9206 Merge pull request #205 from alexcrichton/merge by Alex Crichton · 8 years ago
  86. 87d0076 Unfortunately Android doesn't have futimes by Alex Crichton · 8 years ago
  87. a569520 Merge branch 'futimens' of https://github.com/pitdicker/libc into merge by Alex Crichton · 8 years ago
  88. c173d9c Merge branch 'ucontext' of https://github.com/fiveop/libc into merge by Alex Crichton · 8 years ago
  89. d8a037c Merge branch 'various-rumprun-fixes' of https://github.com/gandro/libc into merge by Alex Crichton · 8 years ago
  90. 9853b46 Move futimens to the right module and add futimes by Paul Dicker · 8 years ago
  91. 2a48d49 Merge pull request #201 from fiveop/sigwait by Alex Crichton · 8 years ago
  92. 7e3a151 Add ucontext struct for Linux/x86 by Philipp Matthias Schaefer · 9 years ago
  93. 35420e2 Re-enable some Rumprun tests by Sebastian Wicki · 8 years ago
  94. c007127 Move pthread_*_np functions to correct BSD modules by Sebastian Wicki · 8 years ago
  95. 37d4bb9 Don't link against lib{c,rt} on Rumprun for libstd by Sebastian Wicki · 8 years ago
  96. 5d514b6 Fix evaluation order of the cfg_if! macro by Sebastian Wicki · 8 years ago
  97. b0c679f Add futimens by Paul Dicker · 8 years ago
  98. c1982a4 Add sigwait/sigwaitinfo/sigtimedwait. by Philipp Matthias Schaefer · 8 years ago
  99. 7a7676a Merge pull request #197 from gandro/fix-netbsd-sigsymbols by Alex Crichton · 8 years ago
  100. b7c3e5c Fix deprecated NetBSD sigaction/sigaltstack symbols by Sebastian Wicki · 8 years ago