1. 81e4c5b Add setresgid & setresuid to FreeBSD and OpenBSD by Wesley Moore · 7 years ago
  2. 1fbd197 Auto merge of #705 - wezm:release-0.2.29, r=alexcrichton by bors · 7 years ago
  3. 60064cb Auto merge of #706 - cactorium:master, r=alexcrichton by bors · 7 years ago
  4. db54ada Merge branch 'master' of https://github.com/rust-lang/libc by Kelvin Ly · 7 years ago
  5. 5b55e05 Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to uclibc by Kelvin Ly · 7 years ago
  6. beb582e Bump to version 0.2.29 by Wesley Moore · 7 years ago
  7. 560e73f Auto merge of #703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichton by bors · 7 years ago
  8. 31d55bc Add EVFILT_EXCEPT constant by Michael Neumann · 7 years ago
  9. 5b519f6 Auto merge of #701 - ndusart:rcvbufforce, r=alexcrichton by bors · 7 years ago
  10. 2560cda add SO_RCVBUFFORCE for s390x by Nicolas Dusart · 7 years ago
  11. f9119d5 Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichton by bors · 7 years ago
  12. 27a319e Auto merge of #698 - ndusart:in_addr_t, r=alexcrichton by bors · 7 years ago
  13. ef1cb07 change type of INADDR constants to in_addr_t by Nicolas Dusart · 7 years ago
  14. a586a85 Add SO_TIMESTAMP for OpenBSD like OSes by Wesley Moore · 7 years ago
  15. 7442182 Auto merge of #696 - mgeisler:patch-1, r=alexcrichton by bors · 7 years ago
  16. 9f3d28d Add CI badges by Martin Geisler · 7 years ago
  17. 598469f Auto merge of #695 - ndusart:inaddrany, r=alexcrichton by bors · 7 years ago
  18. 46863a3 Auto merge of #694 - dhduvall:master, r=alexcrichton by bors · 7 years ago
  19. 76bf829 define INADDR_* constants in unix platforms by Nicolas Dusart · 7 years ago
  20. 0bc6e03 PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on Solaris by Danek Duvall · 7 years ago
  21. 6c660c9 Auto merge of #693 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  22. 4afbf4e Bump version to 0.2.28 by Marcin Mielniczuk · 7 years ago
  23. 0b7abd9 Auto merge of #689 - lucab:ups/fexecve, r=alexcrichton by bors · 7 years ago
  24. 9bbfe4b Auto merge of #686 - marmistrz:regs, r=alexcrichton by bors · 7 years ago
  25. 858d47c unix: add fexecve() by Luca Bruno · 7 years ago
  26. 2a59767 Define i686 when TARGET=i686* by Marcin Mielniczuk · 7 years ago
  27. 365b429 Auto merge of #687 - GuillaumeGomez:up-version, r=alexcrichton by bors · 7 years ago
  28. ef79298 Auto merge of #688 - alexcrichton:revoke, r=alexcrichton by bors · 7 years ago
  29. 37b4e73 include sys/regs.h only on x86 and x86_64 by Marcin Mielniczuk · 7 years ago
  30. b36211b Disable revocation checking temporarily by Alex Crichton · 7 years ago
  31. 1535ee8 Include sys/user.h in the automatic test by Marcin Mielniczuk · 7 years ago
  32. 312e5cb Update crate version by Guillaume Gomez · 7 years ago
  33. db4273e Add offsets in user_regs_struct from sys/reg.h by Marcin Mielniczuk · 7 years ago
  34. 516df7f Auto merge of #671 - Susurrus:signalfd_android, r=alexcrichton by bors · 7 years ago
  35. 83ab9a3 Add signalfd and related to android by Bryant Mairs · 7 years ago
  36. 572dc6d Auto merge of #683 - ndusart:af_const, r=alexcrichton by bors · 7 years ago
  37. a7ba0e8 add missing O_* flags by Nicolas Dusart · 7 years ago
  38. 57413b8 Auto merge of #673 - g2p:fallocate-flags, r=alexcrichton by bors · 7 years ago
  39. e22c95d Add SO_RCVBUFFORCE in Android by Nicolas Dusart · 7 years ago
  40. f60ff2d Ignore newer kernel constants if building with musl by Gabriel · 7 years ago
  41. 575c65a Auto merge of #679 - GuillaumeGomez:other-mac-structs, r=alexcrichton by bors · 7 years ago
  42. 100f3f2 Add mac structs by Guillaume Gomez · 7 years ago
  43. 1049cf0 Auto merge of #680 - alexcrichton:c_long, r=alexcrichton by bors · 7 years ago
  44. f94b7ff Switch to rustup hyper backend temporarily by Alex Crichton · 7 years ago
  45. f68d9a5 Restore SYS_* constants to the c_long type by Alex Crichton · 7 years ago
  46. 75e3696 Include linux/falloc.h directly by Gabriel · 7 years ago
  47. 071a69b Add all current fallocate flags by Gabriel · 7 years ago
  48. 39a75af Use Ubuntu 17.10 as the base image by Gabriel · 7 years ago
  49. ec1e5ab Auto merge of #672 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  50. c0aaf42 Remove existing SYS_* entires by Marcin Mielniczuk · 7 years ago
  51. 1445dbd Auto merge of #675 - asomers:preadv, r=alexcrichton by bors · 7 years ago
  52. a4a1687 Rename __NR_ to SYS_, move before extern fn by Marcin Mielniczuk · 7 years ago
  53. 3e5b074 Enable preadv and pwritev on the BSDs by Alan Somers · 7 years ago
  54. 7387331 Merge pull request #674 from ids1024/off_t by Alex Crichton · 7 years ago
  55. 12e22cf Auto merge of #669 - GuillaumeGomez:mac-consts, r=alexcrichton by bors · 7 years ago
  56. 9a4bd72 Redox: Use c_long instead of usize for off_t by Ian Douglas Scott · 7 years ago
  57. c00686f Auto merge of #670 - Susurrus:execvpe, r=alexcrichton by bors · 7 years ago
  58. 1f81fa0 Add syscall table for x86 and x86_64 by Marcin Mielniczuk · 7 years ago
  59. fef784e Add execvpe for support *nix platforms by Bryant Mairs · 7 years ago
  60. e7df808 Add header for mac targets by Guillaume Gomez · 7 years ago
  61. 3a2d347 Add missing constants for mac by Guillaume Gomez · 7 years ago
  62. 8e5152a Auto merge of #667 - GuillaumeGomez:if_msghdr, r=alexcrichton by bors · 7 years ago
  63. 396bad8 Add missing if_data and if_msghdr structs by Guillaume Gomez · 7 years ago
  64. c43c077 Auto merge of #668 - Susurrus:s390x_termios, r=alexcrichton by bors · 7 years ago
  65. 79cae41 Add more termios s390x constants by Bryant Mairs · 7 years ago
  66. e7bf0a3 Auto merge of #661 - Susurrus:mips_cmspar, r=alexcrichton by bors · 7 years ago
  67. f04b442 Add CMSPAR to linux/mips by Bryant Mairs · 7 years ago
  68. 4f44ccf Auto merge of #666 - ndusart:master, r=alexcrichton by bors · 7 years ago
  69. 463e23e merge poll constants in BSD platforms by Nicolas Dusart · 7 years ago
  70. 9daed6e Auto merge of #664 - ndusart:master, r=alexcrichton by bors · 7 years ago
  71. 67e1c1b add poll constants to FreeBSD and DragonFly by Nicolas Dusart · 7 years ago
  72. 1b22d01 Auto merge of #663 - ndusart:master, r=alexcrichton by bors · 7 years ago
  73. bc79f4f add poll constants to Android by Nicolas Dusart · 7 years ago
  74. 3f903a1 Auto merge of #658 - FenrirWolf:newlib-memalign, r=alexcrichton by bors · 7 years ago
  75. 472ffbb Auto merge of #656 - ndusart:socket-consts, r=alexcrichton by bors · 7 years ago
  76. 9f5766f add missing socket constants by Nicolas Dusart · 7 years ago
  77. 5c38f42 Add memalign for newlib by Fenrir · 7 years ago
  78. e5fd61e Auto merge of #653 - redox-os:redox, r=alexcrichton by bors · 7 years ago
  79. 7d57f03 Update redox.rs by Jeremy Soller · 7 years ago
  80. 21101f9 Auto merge of #654 - Susurrus:moarmoar, r=alexcrichton by bors · 7 years ago
  81. f260fa0 Various constants for mips/mips64 and s390x by Bryant Mairs · 7 years ago
  82. 800d799 Add read/write to Redox by Jeremy Soller · 7 years ago
  83. 288942e Auto merge of #652 - alexcrichton:s390xci, r=alexcrichton by bors · 7 years ago
  84. 7d74c09 Clean up CI configuration and add s390x by Alex Crichton · 7 years ago
  85. e8140b8 Auto merge of #649 - FenrirWolf:bump-version, r=alexcrichton by bors · 7 years ago
  86. fa23a9b Bump to 0.2.25 by Fenrir · 7 years ago
  87. cc4d659 Auto merge of #648 - aidanhs:aphs-no-docker-privileged, r=alexcrichton by bors · 7 years ago
  88. f305647 Remove --privileged from docker by Aidan Hobson Sayers · 7 years ago
  89. 375d773 Auto merge of #646 - FenrirWolf:newlib, r=alexcrichton by bors · 7 years ago
  90. 91f6673 Add experimental newlib bindings by Fenrir · 7 years ago
  91. 3056418 Auto merge of #645 - Susurrus:android_extproc, r=alexcrichton by bors · 7 years ago
  92. 2008668 Add EXTPROC for android by Bryant Mairs · 7 years ago
  93. 50bc03d Auto merge of #643 - mneumann:fix-dragonfly-pthread-stack-min, r=alexcrichton by bors · 7 years ago
  94. 44034f0 Auto merge of #644 - roblabla:feature-missing-SO_PASSCRED-arm, r=alexcrichton by bors · 7 years ago
  95. 0ea2040 Add missing constant MAP_32BIT on x86_64-linux-android and i686-linux-android by roblabla · 7 years ago
  96. ba8ffc8 Add missing flags in glibc arm by roblabla · 7 years ago
  97. 9fe906c DragonFly - Change PTHREAD_STACK_MIN from 1 to 16k by Michael Neumann · 7 years ago
  98. ce93306 Auto merge of #642 - roblabla:feature-missingConstantsAndroid, r=alexcrichton by bors · 7 years ago
  99. 4fcd45a Add missing SO_ constants for android by roblabla · 7 years ago
  100. 3acddc7 Auto merge of #640 - Susurrus:apple_termios_constants, r=alexcrichton by bors · 7 years ago