1. 86b0cab * make tidy happy by Shawn Walker-Salas · 8 years ago
  2. 8304e06 Correct solaris libc definitions: by Shawn Walker-Salas · 8 years ago
  3. 6813109 Auto merge of #514 - DoumanAsh:missing_af_unspec, r=alexcrichton by bors · 8 years ago
  4. 45ba8c1 Add AF_UNSPEC from Apple socket.h by Douman · 8 years ago
  5. 1fbe952 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  6. 8d8264b Auto merge of #512 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton by bors · 8 years ago
  7. b491fb3 Auto merge of #510 - Antti:add-wcstombs, r=alexcrichton by bors · 8 years ago
  8. 5e16e98 Auto merge of #513 - alexcrichton:fix, r=alexcrichton by bors · 8 years ago
  9. d862a36 Fix the i686-unknown-linux-musl target by Alex Crichton · 8 years ago
  10. 1363fe4 Add types for `aarch64-unknown-freebsd` by Jean-Sébastien Pédron · 8 years ago
  11. c01fd6f Add wcstombs by Andrii Dmytrenko · 8 years ago
  12. 04d2c7a Auto merge of #508 - APTy:ipproto-icmp, r=alexcrichton by bors · 8 years ago
  13. fdb213e Add IPPROTO_ICMP and IPPROTO_ICMPV6 system constants by Tyler Julian · 8 years ago
  14. f0898c3 Auto merge of #507 - radupopescu:freebsd_wifcontinued, r=alexcrichton by bors · 8 years ago
  15. 1b06018 Adding missing WIFCONTINUED function on FreeBSD systems by Radu Popescu · 8 years ago
  16. 43f1d3f Auto merge of #504 - Idolf:tmpfile, r=alexcrichton by bors · 8 years ago
  17. 6207166 Add O_TMPFILE constant by Mathias Svensson · 8 years ago
  18. bce927b Auto merge of #502 - oconnor663:pipe2_bsd, r=alexcrichton by bors · 8 years ago
  19. 7c06730 add pipe2 to non-OSX BSD's by Jack O'Connor · 8 years ago
  20. 4eb6bf9 Auto merge of #498 - learnopengles:run-ios-tests, r=alexcrichton by bors · 8 years ago
  21. d4a5fce Touch up the iOS deploy script by Alex Crichton · 8 years ago
  22. 3800c73 Fixup target triple name by Kevin Brothaler · 8 years ago
  23. a40c92a Removed non-mandatory UIRequiredDeviceCapabilities by Kevin Brothaler · 8 years ago
  24. f8e1276 Replace Python script with Rust script. by Kevin Brothaler · 8 years ago
  25. 938955c Fix i386-apple-ios by Kevin Brothaler · 8 years ago
  26. 4bcad05 osx_image was in the wrong place? by Kevin Brothaler · 8 years ago
  27. fdee442 Pass the tests only if we find an expected positive output (rather than checking for negative output to fail the tests). by Kevin Brothaler · 8 years ago
  28. a6f50bb Update output check based on all.rs test output by Kevin Brothaler · 8 years ago
  29. c8a4d21 Run the unit tests on the iOS simulator for x86_64-apple-ios by Kevin Brothaler · 8 years ago
  30. 6ec4f81 Auto merge of #499 - alexcrichton:bump, r=alexcrichton by bors · 8 years ago
  31. d30b4c6 Bump to 0.2.20 by Alex Crichton · 8 years ago
  32. efeb501 Auto merge of #494 - johalun:dragonfly-ttycom, r=alexcrichton by bors · 8 years ago
  33. d1a7591 Auto merge of #496 - lucab:to-upstream/fchdir, r=alexcrichton by bors · 8 years ago
  34. 18a1de5 Auto merge of #497 - learnopengles:master, r=alexcrichton by bors · 8 years ago
  35. 7fbff3a Fix for removed OS X constants. by Kevin Brothaler · 8 years ago
  36. 7a26079 unix: add fchdir(2) by Luca Bruno · 8 years ago
  37. a3634a5 Update mod.rs by Johannes Lundberg · 8 years ago
  38. 2c23fd0 Added some DragonFly-only constants. by johalun · 8 years ago
  39. 4fe2cc2 Auto merge of #493 - johalun:freebsd-ttycom, r=alexcrichton by bors · 8 years ago
  40. 2d108fe Added defines from ttycom.h for dragonfly and freebsd. by johalun · 8 years ago
  41. cb7f667 Auto merge of #489 - zackw:add-waitid, r=alexcrichton by bors · 8 years ago
  42. 84bce94 Remove remaining copy of the comment about idtype_t being an enum. by Zack Weinberg · 8 years ago
  43. 984fb54 Changes requested by reviewers by Zack Weinberg · 8 years ago
  44. 33ff832 Auto merge of #492 - APTy:add-socket-peek-flag, r=alexcrichton by bors · 8 years ago
  45. b619df8 Add MSG_PEEK socket flag by Tyler Julian · 8 years ago
  46. f05e48c Patch in id_t missing in a few places by Zack Weinberg · 8 years ago
  47. 31d9779 Reorganize again; more portability fixes. by Zack Weinberg · 8 years ago
  48. 95d5534 Auto merge of #490 - redox-os:master, r=alexcrichton by bors · 8 years ago
  49. f1a91da Another round of portability fixes: by Zack Weinberg · 8 years ago
  50. 89c6c6c Auto merge of #491 - Roguelazer:add_getpeereid_function, r=alexcrichton by bors · 8 years ago
  51. 4e6dd24 Add getpeereid function by James Brown · 8 years ago
  52. 644929a Corrections based on CI failures. by Zack Weinberg · 8 years ago
  53. 52369bc Remove kind='static' by Jeremy Soller · 8 years ago
  54. 9d1e484 Add waitid and related constants and types. by Zack Weinberg · 8 years ago
  55. c900083 Auto merge of #488 - redox-os:redox, r=alexcrichton by bors · 8 years ago
  56. 7459003 Link libc and libm by Jeremy Soller · 8 years ago
  57. 3ae8c85 Merge pull request #487 from alexcrichton/bump by Alex Crichton · 8 years ago
  58. a2dd65a Bump to 0.2.19 by Alex Crichton · 8 years ago
  59. 4f3ec99 Auto merge of #485 - dhduvall:solaris-flock, r=alexcrichton by bors · 8 years ago
  60. 14eaaf8 Fix a brown-paper-bag bug: botched constant types. by Danek Duvall · 8 years ago
  61. 8c0595d Add Solaris constants for fcntl-style advisory locking by Danek Duvall · 8 years ago
  62. 7d57bdc Auto merge of #484 - eddyb:dox-unops, r=alexcrichton by bors · 8 years ago
  63. 974f7ba Support Neg and Not in no_core mode. by Eduard-Mihai Burtescu · 8 years ago
  64. 3e89579 Auto merge of #483 - japaric:sparc64, r=alexcrichton by bors · 8 years ago
  65. 67615b4 tidy and last minute fixes by Jorge Aparicio · 8 years ago
  66. 540d140 less cfg, way more code by Jorge Aparicio · 8 years ago
  67. 9858987 [WIP] sparc64-linux support by Jorge Aparicio · 8 years ago
  68. 0d16c4a Add tmpnam (defined in ISO C) by Philipp Keller · 8 years ago
  69. 91bdf57 Fix argument types so it resembles readdir more by Philipp Keller · 8 years ago
  70. 93ff3c6 Move readdir to unix level, handle different link names for mac and netbsd by Philipp Keller · 8 years ago
  71. 21bf054 Auto merge of #482 - MrFloya:initgroups, r=alexcrichton by bors · 8 years ago
  72. 6a4601f Auto merge of #481 - philippkeller:master, r=alexcrichton by bors · 8 years ago
  73. 2355bc5 Added initgroups by Florian Wilkens · 8 years ago
  74. 9d562b9 Remove trailing whitespace by Philipp Keller · 8 years ago
  75. 23e45ab Auto merge of #477 - zethra:master, r=alexcrichton by bors · 8 years ago
  76. 1887630 Moved PR constants to linux by zethra · 8 years ago
  77. 564a841 Merge branch 'master' of https://github.com/rust-lang/libc by zethra · 8 years ago
  78. da3774f Add execl, execle, execlp for all unix systems by Philipp Keller · 8 years ago
  79. fab8db3 Fixed style by zethra · 8 years ago
  80. f43a943 Removed PR_SET_PTRACER_ANY by zethra · 8 years ago
  81. b42798d Auto merge of #479 - nanosankaku:master, r=alexcrichton by bors · 8 years ago
  82. 545f67d Add binding for mremap. by sankaku · 8 years ago
  83. e49e9bb Auto merge of #478 - jackpot51:patch-1, r=alexcrichton by bors · 8 years ago
  84. 6ff14a9 Add memalign to Redox (for use in allocator) by Jeremy Soller · 8 years ago
  85. 8471a4c Removed comments and fixed PR_SET_PTRACER_ANY by zethra · 8 years ago
  86. d072da5 Added constants from prctl.h by zethra · 8 years ago
  87. b21b709 Auto merge of #476 - glaxx:master, r=alexcrichton by bors · 8 years ago
  88. d37d42a Moved consts to /linux/mod.rs by Stefan Luecke · 8 years ago
  89. 49f6472 Removed double blank line by Stefan Luecke · 8 years ago
  90. af0317c Removed duplicate EAI_SYSTEM by Stefan Luecke · 8 years ago
  91. cff7c36 Added several consts from netdb.h by Stefan Luecke · 8 years ago
  92. 345d505 Added AF_UNSPEC const to unix/notbsd by Stefan Luecke · 8 years ago
  93. 335cff9 Auto merge of #474 - LegNeato:fix-docs, r=alexcrichton by bors · 8 years ago
  94. a41c074 Fix doc generation on travis. by Christian Legnitto · 8 years ago
  95. 17ad72e Auto merge of #473 - LegNeato:master, r=alexcrichton by bors · 8 years ago
  96. d563089 Add clock_settime() by Christian Legnitto · 8 years ago
  97. fb8587d Auto merge of #472 - BrandonSchaefer:wifsignaled-fix, r=alexcrichton by bors · 8 years ago
  98. 9f6f374 x86_64-linux-gnu waitstatus.h casts the results to a signed char by Brandon Schaefer · 8 years ago
  99. 2d86489 Auto merge of #466 - shahn:clearenv, r=alexcrichton by bors · 8 years ago
  100. a73910c Auto merge of #465 - GuillaumeGomez:fd-passing, r=alexcrichton by bors · 8 years ago