1. a763fc5 Link libc crate against pthread by Anatol Pomozov · 7 years ago
  2. e6864db add fchown by Jörg Thalheim · 7 years ago
  3. 64f8933 move *at family to unix by Jörg Thalheim · 7 years ago
  4. b2791db Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  5. bfeb360 Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  6. fab2d30 Remove cfg_if from src/unix/mod.rs by Marco A L Barbosa · 7 years ago
  7. 39e554f Add cfmakeraw and cfsetspeed by Bryant Mairs · 7 years ago
  8. 92ce518 Make libc-tests compile for aarch64-linux-android by Marco A L Barbosa · 8 years ago
  9. cbdf43b Remove duplicate readdir definition by Philipp Keller · 8 years ago
  10. 780cd28 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  11. 437c54c Remove again as coersion was only introduced late last year by Philipp Keller · 8 years ago
  12. 1683244 Auto merge of #532 - malbarbo:fs2-android, r=alexcrichton by bors · 8 years ago
  13. 64d954c Auto merge of #533 - raphlinus:master, r=alexcrichton by bors · 8 years ago
  14. 02990f2 Change return type of readdir to *mut ::dirent by Raph Levien · 8 years ago
  15. e010078 Make readdir available on all unix targets by Raph Levien · 8 years ago
  16. bad80ba Add definitions to Android to allow fs2 crate compile by Marco A L Barbosa · 8 years ago
  17. 828c64c fix c_void by Philipp Keller · 8 years ago
  18. 010a827 Add pthread_exit by Philipp Keller · 8 years ago
  19. cf3e067 pthread_create expects an unsafe function by Philipp Keller · 8 years ago
  20. 67f1c5c Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  21. 6740a8a posix definitions should be used on Solaris by Shawn Walker-Salas · 8 years ago
  22. 1fbe952 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  23. 7a26079 unix: add fchdir(2) by Luca Bruno · 8 years ago
  24. 0d16c4a Add tmpnam (defined in ISO C) by Philipp Keller · 8 years ago
  25. 91bdf57 Fix argument types so it resembles readdir more by Philipp Keller · 8 years ago
  26. 93ff3c6 Move readdir to unix level, handle different link names for mac and netbsd by Philipp Keller · 8 years ago
  27. 9d562b9 Remove trailing whitespace by Philipp Keller · 8 years ago
  28. da3774f Add execl, execle, execlp for all unix systems by Philipp Keller · 8 years ago
  29. 9245e07 Fix various CI errors in PR #449 by Alan Somers · 8 years ago
  30. f9323d1 Use `#[link(cfg(..))]` in preparation for libstd by Alex Crichton · 8 years ago
  31. c21a30c Added tcsetpgrp by zethra · 8 years ago
  32. 6d24c4b Remove unwind from link libs by Raph Levien · 8 years ago
  33. 517e86d Add support for Fuchsia by Raph Levien · 8 years ago
  34. b6dd427 [squash] Move glibc-isms around by Robbie Harwood · 8 years ago
  35. b9f5c46 Add UNIX 98 pty functions by Robbie Harwood · 8 years ago
  36. a3ff955 Add support for Haiku x86 and x86_64 by Niels Sascha Reedijk · 9 years ago
  37. 5ec7715 Add getchar_unlocked and putchar_unlocked by Martin Muñoz · 8 years ago
  38. 377ee73 couldn't get strftime to work, even with help from IRC. Removing it now as it's not worth the hassle by Philipp Keller · 8 years ago
  39. 771377f fixing 'bad strftime function pointer' for i686-apple-darwin by Philipp Keller · 8 years ago
  40. 3be2c0f fix double blank line by Philipp Keller · 8 years ago
  41. a77ea86 added time, localtime, strftime by Philipp Keller · 8 years ago
  42. 68dba7a Add `getpgid`. by Corey Farwell · 8 years ago
  43. 19fb32a Add passwd related functions by Knight · 8 years ago
  44. 263970d Add struct group and related functions by Knight · 8 years ago
  45. 23a5092 arm-musl targets now use cfg(target_env = "musl") by Jorge Aparicio · 8 years ago
  46. cb64485 Add support for pthread_condattr_t on Unix platforms. by Tomasz Miąsko · 8 years ago
  47. 69e89a1 Refactored linger struct dry by sateffen · 8 years ago
  48. e383ee7 unix: Add lchown by Knight · 8 years ago
  49. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  50. fabef1d Added nice, setpriority and getpriority along with constants and type definitions by Raphael Cohn · 8 years ago
  51. 7fc0969 Substantial changes to better support Solaris and BSD variants. by Raphael Cohn · 8 years ago
  52. 7e0dbc3 Adding syslog functions, constants and structs by Raphael Cohn · 8 years ago
  53. ad72859 Add support for arm-unknown-linux-musleabi{,hf} targets. by Timon Van Overveldt · 9 years ago
  54. 1ebfe63 printf: Fix too long line by bluss · 8 years ago
  55. 9111f24 Move printf, scanf family of functions into the unix category by bluss · 8 years ago
  56. 74f8f4a Auto merge of #260 - alexcrichton:correctly-gate-travis, r=alexcrichton by bors · 8 years ago
  57. dfd196e Use '&&' on travis, not ';' by Alex Crichton · 8 years ago
  58. 60f90cf Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton by bors · 8 years ago
  59. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  60. a28ec43 Link to libraries when disabling `use_std` by Alex Crichton · 8 years ago
  61. 75a69bf On non-musl Linux, strerror_r should be linked to __xpg_strerror_r by NODA, Kai · 8 years ago
  62. 5399c89 Change netbsd link_name for setlocale by A.J. Gardner · 8 years ago
  63. 874852c Pull lconv def down into notbsd by A.J. Gardner · 8 years ago
  64. 2bd6f12 Fix long line by A.J. Gardner · 8 years ago
  65. 110152c Add lconv type, and locale support for UNIX by A.J. Gardner · 8 years ago
  66. b2eec24 Use now available link name "signal" instead of "bsd_signal". by Nerijus Arlauskas · 8 years ago
  67. 66c3375 Make cfg_if uses more explicit and consistent by Kamal Marhubi · 8 years ago
  68. 89a7700 apple: Add openpty(3) and forkpty(3) by Kamal Marhubi · 8 years ago
  69. 8ad2520 musl: opt for dynamic linking for arm arch by Jörg Krause · 8 years ago
  70. 8a8bc66 Add a style checking script to CI by Alex Crichton · 8 years ago
  71. 993ea7e Add select() to Android bindings by Alex Crichton · 8 years ago
  72. 87d0076 Unfortunately Android doesn't have futimes by Alex Crichton · 8 years ago
  73. a569520 Merge branch 'futimens' of https://github.com/pitdicker/libc into merge by Alex Crichton · 8 years ago
  74. d8a037c Merge branch 'various-rumprun-fixes' of https://github.com/gandro/libc into merge by Alex Crichton · 8 years ago
  75. 9853b46 Move futimens to the right module and add futimes by Paul Dicker · 8 years ago
  76. 37d4bb9 Don't link against lib{c,rt} on Rumprun for libstd by Sebastian Wicki · 8 years ago
  77. b0c679f Add futimens by Paul Dicker · 8 years ago
  78. c1982a4 Add sigwait/sigwaitinfo/sigtimedwait. by Philipp Matthias Schaefer · 8 years ago
  79. b7c3e5c Fix deprecated NetBSD sigaction/sigaltstack symbols by Sebastian Wicki · 9 years ago
  80. 0668b9c Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge by Alex Crichton · 9 years ago
  81. 43148b5 Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into merge by Alex Crichton · 9 years ago
  82. 511a780 unix: Add mkstemp(3) and related functions by Kamal Marhubi · 9 years ago
  83. b0b3370 [unix] Add pthread_kill. by Tomasz Miąsko · 9 years ago
  84. 270c7d4 Fixed a typo in the #[cfg()] of gettimeofday. by Jason Travis Smith · 9 years ago
  85. 29de598 Add more RTLD_* constants by Alex Crichton · 9 years ago
  86. 7376d09 musl: fix linkage of libc by Jorge Aparicio · 9 years ago
  87. 751bea3 musl: add support for mips by Jorge Aparicio · 9 years ago
  88. 527b63e stdbuild conditional change by arcnmx · 9 years ago
  89. 702814f Rename sunos -> solaris by Nikita Baksalyar · 9 years ago
  90. 0a5dcf0 unix: Add if_indextoname and IF_NAMESIZE by Kamal Marhubi · 9 years ago
  91. bff3892 Move getpwuid_r definition to platform-specific modules by Nikita Baksalyar · 9 years ago
  92. 25726a6 Add Illumos support by Nikita Baksalyar · 9 years ago
  93. 2d05930 Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into merge by Alex Crichton · 9 years ago
  94. 0b102fd android has `posix_memalign` for API 16+ since NDK r10d by Tamir Duberstein · 9 years ago
  95. 9d2493e Add poll API by David Henningsson · 9 years ago
  96. 7d1d575 Add emscripten support by Brian Anderson · 9 years ago
  97. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  98. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  99. f811901 Add dirent DT_* definitions by Alex Crichton · 9 years ago
  100. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago