1. de75eb6 Add MINSIGSTKSZ constant to linux sources by Anatol Pomozov · 7 years ago
  2. d67c961 Expose EXTPROC on Linux/mips by Bryant Mairs · 7 years ago
  3. e71f051 Add IUTF8 to all Linux platforms by Bryant Mairs · 7 years ago
  4. be1cbaf Added O_PATH, O_EXEC, O_SEARCH to musl. by Amos Onn · 7 years ago
  5. d197e21 Auto merge of #543 - berkowski:socket_constants, r=alexcrichton by bors · 8 years ago
  6. 985ea40 Added #[doc(hidden)] to AF_MAX, PF_MAX, others. by Zac Berkowitz · 8 years ago
  7. 1479ea8 Added many socket-related constants to linux by Zac Berkowitz · 8 years ago
  8. 9a20f93 Fix style by Marco A L Barbosa · 8 years ago
  9. a3759d7 Fix missing prefix :: by Marco A L Barbosa · 8 years ago
  10. bfeb360 Merge branch 'master' into ci-android by Marco A L Barbosa · 8 years ago
  11. fab2d30 Remove cfg_if from src/unix/mod.rs by Marco A L Barbosa · 8 years ago
  12. 62ec26a Changed CBAUDEX to 0b000020 on ppc and ppc64 by Zac Berkowitz · 8 years ago
  13. bd6e72d Changed CBAUDEX to 0o010000 for ppc and ppc64 by Zac Berkowitz · 8 years ago
  14. fb11c7a Removed `BOTHER` const from powerpc and powerpc64 by Zac Berkowitz · 8 years ago
  15. 43e8557 Added baud constants for powerpc by Zac Berkowitz · 8 years ago
  16. 1a9112d Moved linux baud constants into individual archs. by Zac Berkowitz · 8 years ago
  17. d6fbc0d Add EPOLLEXCLUSIVE that is added in Linux 4.5. by Simon Liu · 8 years ago
  18. 984fb54 Changes requested by reviewers by Zack Weinberg · 8 years ago
  19. 3e89579 Auto merge of #483 - japaric:sparc64, r=alexcrichton by bors · 8 years ago
  20. 67615b4 tidy and last minute fixes by Jorge Aparicio · 8 years ago
  21. 540d140 less cfg, way more code by Jorge Aparicio · 8 years ago
  22. 9858987 [WIP] sparc64-linux support by Jorge Aparicio · 8 years ago
  23. 1887630 Moved PR constants to linux by zethra · 8 years ago
  24. 545f67d Add binding for mremap. by sankaku · 8 years ago
  25. d37d42a Moved consts to /linux/mod.rs by Stefan Luecke · 8 years ago
  26. 7d2aea9 Add needed structs for fd passing by Guillaume Gomez · 8 years ago
  27. 6b72990 MIPS: Layout refactor by Wang Xuerui · 8 years ago
  28. 454b325 Merge pull request #449 from asomers/aio by Alex Crichton · 8 years ago
  29. a46123c Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  30. 804763c Fix errors, mostly style, in PR #449 by Alan Somers · 8 years ago
  31. e0ff0d6 Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  32. 8c3e6ba Add ENOTSUP constant to more platforms. by Steven Allen · 8 years ago
  33. 0caba71 Remove mipsel target_arches by Wang Xuerui · 8 years ago
  34. 28d0afa Add setfsgid()/setfsuid() on linux by Boris Faure · 8 years ago
  35. d6c3de8 Enable musl with aarch64 by Raph Levien · 8 years ago
  36. a8e4698 Merge pull request #434 from dgreid/setresuid by Alex Crichton · 8 years ago
  37. 519ffa0 Add setresuid/setresgid for linux by Dylan Reid · 8 years ago
  38. 517e86d Add support for Fuchsia by Raph Levien · 8 years ago
  39. b6dd427 [squash] Move glibc-isms around by Robbie Harwood · 8 years ago
  40. dcf47d2 Add a number of constants to mips64 by Alex Crichton · 8 years ago
  41. 8a9d8c2 Fix the build on s390x by Alex Crichton · 8 years ago
  42. c52458c Make the AF_NETLINK constant available for Android by Mátyás Mustoha · 8 years ago
  43. a6ada00 Auto merge of #413 - zenhack:CLONE_NEWCGROUP, r=alexcrichton by bors · 8 years ago
  44. 0ecafc3 Consolidate and fix musl-specific definitions. by Ian Denhardt · 8 years ago
  45. 2faafb3 Define CLONE_NEWCGROUP by Ian Denhardt · 8 years ago
  46. 12e1cd1 Forgot the x86 changes by William Laeder · 8 years ago
  47. a114e91 Removed SYSEMU flags until I get the stuff sorted out with sys mainters. by William Laeder · 8 years ago
  48. acaea91 Added all additional ptrace options. by William Laeder · 8 years ago
  49. 858092c Auto merge of #410 - kallisti5:master, r=alexcrichton by bors · 8 years ago
  50. 0e0ab04 Auto merge of #391 - japaric:mips-musl, r=alexcrichton by bors · 8 years ago
  51. a3ff955 Add support for Haiku x86 and x86_64 by Niels Sascha Reedijk · 9 years ago
  52. 7e0274b Merge remote-tracking branch 'upstream/master' into shadowpw by Philipp Keller · 8 years ago
  53. 26f3eb9 Add shadow password bindings: setspent, endspent, getspent, getspnam plus spwd, the corresponding struct by Philipp Keller · 8 years ago
  54. f514d46 Add EAI_SYSTEM getaddrinfo error code. by Tomasz Miąsko · 8 years ago
  55. 4548dc6 Auto merge of #401 - alexander255:master, r=alexcrichton by bors · 8 years ago
  56. 7590565 Add System V message queue bindings for Linux (glibc/musl) by Alexander Schlarb · 8 years ago
  57. 85be843 Add netlink constants by Jana Radhakrishnan · 8 years ago
  58. 41101f2 linux: make statvfs.__f_unused private by Jorge Aparicio · 8 years ago
  59. 3df0057 add CI for mips-musl by Jorge Aparicio · 8 years ago
  60. be5969b aarch64: test against Ubuntu 16.04 by Jorge Aparicio · 8 years ago
  61. d4f6a19 Auto merge of #383 - uweigand:master, r=alexcrichton by bors · 8 years ago
  62. 0b5bdba Fixed lint error (double blank line). by Ulrich Weigand · 8 years ago
  63. 574b293 Auto merge of #382 - c-t-k:sync-file-range-support, r=alexcrichton by bors · 8 years ago
  64. ae6cbcd SYNC_* constants should be unsigned (to reflect usage). by Chris Kaminski · 8 years ago
  65. 38569c7 Add more s390x definitions by Ulrich Weigand · 8 years ago
  66. 37552b7 Android doesn't have support for sync_file_range yet. by Chris Kaminski · 8 years ago
  67. ab0499f Add prelimenary wasm32 support by Brian Anderson · 8 years ago
  68. 0ddf172 mips: add SO_REUSEPORT by Jorge Aparicio · 8 years ago
  69. 756d7ee duplicate POSIX_FADV_* by Jorge Aparicio · 8 years ago
  70. e16b11d fix POSIX_FADV_* by Jorge Aparicio · 8 years ago
  71. e7480ed support for s390x by Jorge Aparicio · 8 years ago
  72. 49d64ca Auto merge of #370 - japaric:mips64, r=alexcrichton by bors · 8 years ago
  73. 3490cfe mips64: define SIGSTKSZ by Jorge Aparicio · 8 years ago
  74. ed32e3f Add CI for mipsel-unknown-linux-musl by Alex Crichton · 8 years ago
  75. a94097d Auto merge of #366 - japaric:mips64, r=alexcrichton by bors · 8 years ago
  76. 53372b8 Auto merge of #367 - knight42:lutimes, r=alexcrichton by bors · 8 years ago
  77. af23c1e Auto merge of #365 - alexcrichton:more-arch, r=alexcrichton by bors · 8 years ago
  78. c289365 Add lutimes on some platforms by knight42 · 8 years ago
  79. 196b0e8 add initial support for mips64 by Jorge Aparicio · 8 years ago
  80. a6b1c2d Fix and add testing for powerpc64 by Alex Crichton · 8 years ago
  81. 8018a50 Get powerpc-unknown-linux-gnu working and tested by Alex Crichton · 8 years ago
  82. 71304b6 Corrects signedness of c_char for Linux musl Aarch64 & ppc64. by Guillaume Lestringant · 8 years ago
  83. 2def04a Add some macros from sched.h for android and linux. by Philipp Matthias Schaefer · 8 years ago
  84. e668ec7 Move a few scheduling related functions from linux to notbsd. by Philipp Matthias Schaefer · 8 years ago
  85. 965df8e Add missing constants for poll() flags by Philipp Matthias Schaefer · 8 years ago
  86. 5f8f092 Move struct utmpx to Linux level by Knight · 8 years ago
  87. 670f0b3 Merge pull request #343 from valarauca/master by Alex Crichton · 8 years ago
  88. 9f977e1 Copy Paste Error by valarauca · 8 years ago
  89. 932f22b Merge pull request #342 from knight42/getpw by Alex Crichton · 8 years ago
  90. bb0064b Added Ptrace option parameters by valarauca · 8 years ago
  91. 19fb32a Add passwd related functions by Knight · 8 years ago
  92. 3b4f15d Merge pull request #340 from knight42/utmp by Alex Crichton · 8 years ago
  93. b47e554 Add struct utmp for i686-linux by Knight · 8 years ago
  94. 23a5092 arm-musl targets now use cfg(target_env = "musl") by Jorge Aparicio · 8 years ago
  95. cb64485 Add support for pthread_condattr_t on Unix platforms. by Tomasz Miąsko · 8 years ago
  96. 5a68b6a Cast unsigned literals to signed integers. by Philipp Matthias Schaefer · 8 years ago
  97. 16f3a8e Merge pull request #333 from bugaevc/reboot by Alex Crichton · 8 years ago
  98. 8b76797 Revert "Share reboot code between Linux & Android" by Sergey Bugaev · 8 years ago
  99. 5d65c3f Revert "Fix accidental two blank lines" by Sergey Bugaev · 8 years ago
  100. 43ab51c Fix accidental two blank lines by Sergey Bugaev · 8 years ago