1. 41f9e7c remove struct fields because build failure by Andrew Salmon · 7 years ago
  2. 8239c0a fix overflow lines overflow lines caused style build failure by Andrew Salmon · 7 years ago
  3. 0f93f37 typo in sem_flg somehow i didn't catch this on my machine...oversight by Andrew Salmon · 7 years ago
  4. bc48202 remove getitimer and setitimer by Andrew Salmon · 7 years ago
  5. 548e4cf fill out sys/sem.h by Andrew Salmon · 7 years ago
  6. 98889cf Add ENOATTR for Linux by Lee Bousfield · 7 years ago
  7. 1a06678 Add XATTR flags by Lee Bousfield · 7 years ago
  8. 61c23fb Add Linux-specific recvmmsg(2) and sendmmsg(2) by NODA, Kai · 8 years ago
  9. 44805ff Auto merge of #587 - sfackler:makedev, r=alexcrichton by bors · 7 years ago
  10. dbdce80 Add major, minor, makedev functions by Steven Fackler · 7 years ago
  11. d197e21 Auto merge of #543 - berkowski:socket_constants, r=alexcrichton by bors · 7 years ago
  12. 985ea40 Added #[doc(hidden)] to AF_MAX, PF_MAX, others. by Zac Berkowitz · 7 years ago
  13. 1479ea8 Added many socket-related constants to linux by Zac Berkowitz · 7 years ago
  14. 9a20f93 Fix style by Marco A L Barbosa · 7 years ago
  15. a3759d7 Fix missing prefix :: by Marco A L Barbosa · 7 years ago
  16. fab2d30 Remove cfg_if from src/unix/mod.rs by Marco A L Barbosa · 7 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. 540d140 less cfg, way more code by Jorge Aparicio · 8 years ago
  21. 9858987 [WIP] sparc64-linux support by Jorge Aparicio · 8 years ago
  22. 1887630 Moved PR constants to linux by zethra · 8 years ago
  23. 545f67d Add binding for mremap. by sankaku · 8 years ago
  24. d37d42a Moved consts to /linux/mod.rs by Stefan Luecke · 8 years ago
  25. 6b72990 MIPS: Layout refactor by Wang Xuerui · 8 years ago
  26. a46123c Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  27. 804763c Fix errors, mostly style, in PR #449 by Alan Somers · 8 years ago
  28. e0ff0d6 Fix more CI errors in PR #449 by Alan Somers · 8 years ago
  29. 0caba71 Remove mipsel target_arches by Wang Xuerui · 8 years ago
  30. 28d0afa Add setfsgid()/setfsuid() on linux by Boris Faure · 8 years ago
  31. a8e4698 Merge pull request #434 from dgreid/setresuid by Alex Crichton · 8 years ago
  32. 519ffa0 Add setresuid/setresgid for linux by Dylan Reid · 8 years ago
  33. 517e86d Add support for Fuchsia by Raph Levien · 8 years ago
  34. c52458c Make the AF_NETLINK constant available for Android by Mátyás Mustoha · 8 years ago
  35. 0ecafc3 Consolidate and fix musl-specific definitions. by Ian Denhardt · 8 years ago
  36. 2faafb3 Define CLONE_NEWCGROUP by Ian Denhardt · 8 years ago
  37. 858092c Auto merge of #410 - kallisti5:master, r=alexcrichton by bors · 8 years ago
  38. 0e0ab04 Auto merge of #391 - japaric:mips-musl, r=alexcrichton by bors · 8 years ago
  39. a3ff955 Add support for Haiku x86 and x86_64 by Niels Sascha Reedijk · 9 years ago
  40. 7e0274b Merge remote-tracking branch 'upstream/master' into shadowpw by Philipp Keller · 8 years ago
  41. 26f3eb9 Add shadow password bindings: setspent, endspent, getspent, getspnam plus spwd, the corresponding struct by Philipp Keller · 8 years ago
  42. f514d46 Add EAI_SYSTEM getaddrinfo error code. by Tomasz Miąsko · 8 years ago
  43. 7590565 Add System V message queue bindings for Linux (glibc/musl) by Alexander Schlarb · 8 years ago
  44. 41101f2 linux: make statvfs.__f_unused private by Jorge Aparicio · 8 years ago
  45. 3df0057 add CI for mips-musl by Jorge Aparicio · 8 years ago
  46. ae6cbcd SYNC_* constants should be unsigned (to reflect usage). by Chris Kaminski · 8 years ago
  47. 37552b7 Android doesn't have support for sync_file_range yet. by Chris Kaminski · 8 years ago
  48. e7480ed support for s390x by Jorge Aparicio · 8 years ago
  49. a94097d Auto merge of #366 - japaric:mips64, r=alexcrichton by bors · 8 years ago
  50. 53372b8 Auto merge of #367 - knight42:lutimes, r=alexcrichton by bors · 8 years ago
  51. af23c1e Auto merge of #365 - alexcrichton:more-arch, r=alexcrichton by bors · 8 years ago
  52. c289365 Add lutimes on some platforms by knight42 · 8 years ago
  53. 196b0e8 add initial support for mips64 by Jorge Aparicio · 8 years ago
  54. 8018a50 Get powerpc-unknown-linux-gnu working and tested by Alex Crichton · 8 years ago
  55. 2def04a Add some macros from sched.h for android and linux. by Philipp Matthias Schaefer · 8 years ago
  56. e668ec7 Move a few scheduling related functions from linux to notbsd. by Philipp Matthias Schaefer · 8 years ago
  57. 19fb32a Add passwd related functions by Knight · 8 years ago
  58. 23a5092 arm-musl targets now use cfg(target_env = "musl") by Jorge Aparicio · 8 years ago
  59. cb64485 Add support for pthread_condattr_t on Unix platforms. by Tomasz Miąsko · 8 years ago
  60. 5a68b6a Cast unsigned literals to signed integers. by Philipp Matthias Schaefer · 8 years ago
  61. 16f3a8e Merge pull request #333 from bugaevc/reboot by Alex Crichton · 8 years ago
  62. 8b76797 Revert "Share reboot code between Linux & Android" by Sergey Bugaev · 8 years ago
  63. 5d65c3f Revert "Fix accidental two blank lines" by Sergey Bugaev · 8 years ago
  64. 43ab51c Fix accidental two blank lines by Sergey Bugaev · 8 years ago
  65. ea0a870 Share reboot code between Linux & Android by Sergey Bugaev · 8 years ago
  66. f4c3fc5 Move LINUX_REBOOT_* constants out of common Linux code by Sergey Bugaev · 8 years ago
  67. a98c983 Linux: add reboot() and constants by Sergey Bugaev · 8 years ago
  68. 332bd86 Manually exclude Android instead of compiler cfg by Charles J. Schneider · 8 years ago
  69. 2cad6ca enhanced the pathconf constants to cover the most common. Values taken from: by Philipp Keller · 8 years ago
  70. 3eb4a48 Use docker for all CI tests and images by Alex Crichton · 8 years ago
  71. fd30cfd Auto merge of #307 - darnuria:relative-directory-posix2008-api, r=alexcrichton by bors · 8 years ago
  72. 26ee782 Add Directory file descriptor relative syscall. by Axel Viala · 8 years ago
  73. 41699f7 Add semaphore APIs by Steven Fackler · 8 years ago
  74. b2b9f29 Add pthread mutex type constants by Amanieu d'Antras · 8 years ago
  75. 4a397ab Auto merge of #287 - alexcrichton:no-util-on-musl, r=alexcrichton by bors · 8 years ago
  76. 33fef10 Don't link util on musl, consolidate #[link] by Alex Crichton · 8 years ago
  77. c9496fe Add process_vm_readv and process_vm_writev system calls by Julia Evans · 8 years ago
  78. 72f1fb6 Added getloadavg for Linux, the BSDs and Solaris. by Raphael Cohn · 8 years ago
  79. 893d4d8 Adding getprogname and setprogname for all BSDs and Solaris. by Raphael Cohn · 8 years ago
  80. f5b64dd Merge branch 'syslog' of https://github.com/lemonrock/libc into syslog by Raphael Cohn · 8 years ago
  81. 1c6c0ca Moved `LOG_NFEATURES` from notbsd to Linux by Raphael Cohn · 8 years ago
  82. f365111 Added _SC_HOST_NAME_MAX for FreeBSD, BitRig and Linux (glibc and musl) by Raphael Cohn · 8 years ago
  83. 9569599 linux: Add prlimit(2) and prlimit64(2) by Kamal Marhubi · 8 years ago
  84. b9750b6 notbsd: Deduplicate definitions by Kamal Marhubi · 8 years ago
  85. ad72859 Add support for arm-unknown-linux-musleabi{,hf} targets. by Timon Van Overveldt · 9 years ago
  86. afa77df Fix CPU_SET and CPU_ISSET by NODA, Kai · 8 years ago
  87. 24c84f1 Define xlocale and langinfo interfaces by A.J. Gardner · 8 years ago
  88. 9c4af10 unix: Add openpty(3) and forkpty(3) for non-Apple platforms by Kamal Marhubi · 8 years ago
  89. b43118c linux: Add missing Linux-specific fcntls by Kamal Marhubi · 8 years ago
  90. 10bfe07 linux: Move some MS_ flags for mount(2) up by Kamal Marhubi · 8 years ago
  91. ae69a16 linux: Move namespace clone flags up one level by Kamal Marhubi · 8 years ago
  92. 9e94d5b Pull sockaddr_nl up a layer as it is present for Android by Paul Osborne · 8 years ago
  93. 8a8bc66 Add a style checking script to CI by Alex Crichton · 8 years ago
  94. c1982a4 Add sigwait/sigwaitinfo/sigtimedwait. by Philipp Matthias Schaefer · 8 years ago
  95. 511a780 unix: Add mkstemp(3) and related functions by Kamal Marhubi · 9 years ago
  96. 6e6ff6a target_arch is always powerpc64, remove powerpc64le check by Anton Blanchard · 9 years ago
  97. e295b8a Merge branch 'peterhj-cpuset-affinity' of https://github.com/peterhj/libc by Alex Crichton · 9 years ago
  98. 1a190c7 linux: Initial support for cpuset and gnu pthread_attr_affinity interface by Peter Jin · 9 years ago
  99. 29de598 Add more RTLD_* constants by Alex Crichton · 9 years ago
  100. 11f29f5 Define _SC_PAGE_SIZE constants by Brian Campbell · 9 years ago