1. b7902df Add ios flags to ios invocations by Alex Crichton · 7 years ago
  2. d424022 Update Android images/runners by Alex Crichton · 7 years ago
  3. bcbfa85 Leverage Cargo's target runner support to execute tests by Alex Crichton · 7 years ago
  4. ce27617 Remove warnings in libc-test by Alex Crichton · 7 years ago
  5. 476b982 Update lock file by Alex Crichton · 7 years ago
  6. 2f06a79 Run CI tests using cargo by Bryant Mairs · 7 years ago
  7. 362134d Simplify iOS builds by using Cargo's RUSTFLAGS support by Bryant Mairs · 7 years ago
  8. 2e11d9e Add more fcntl and seal constants for Android/Linux by Bryant Mairs · 7 years ago
  9. 13478d0 Auto merge of #729 - Susurrus:ptrace_request, r=alexcrichton by bors · 7 years ago
  10. 60e5745 Auto merge of #734 - humenda:l4re-improvements, r=alexcrichton by bors · 7 years ago
  11. fc28288 Auto merge of #735 - alexcrichton:remove-openbsd, r=alexcrichton by bors · 7 years ago
  12. 201d539 Remove OpenBSD CI by Alex Crichton · 7 years ago
  13. cc58834 Make more clear why no libraries are linked to L4Re by Sebastian Humenda · 7 years ago
  14. dc0a182 adjust value for minimal thread stack size by Sebastian Humenda · 7 years ago
  15. 3a1c83c Remove superflouos doc comments by Sebastian Humenda · 7 years ago
  16. 9b4edb0 Merge branch 'master' into test by Sebastian Humenda · 7 years ago
  17. 7fd1f9d Auto merge of #733 - Susurrus:fexecve, r=alexcrichton by bors · 7 years ago
  18. e41975a Remove fexecve() from Haiku and MacOS/iOS. by Bryant Mairs · 7 years ago
  19. ba6690b Merge ../libc by Sebastian Humenda · 7 years ago
  20. abfd80c Improve x86_64/uclibc stat/signal struct definitions by Sebastian Humenda · 7 years ago
  21. a6a2a5e Changed Redox 'mode_t' constants to Hexadecimal. by Jose Narvaez · 7 years ago
  22. 203f705 Add some permission and misc (mostly 'mode_t' related) constants to Redox. by Jose Narvaez · 7 years ago
  23. 800dbfd Fix spelling of ptrace's request argument by Bryant Mairs · 7 years ago
  24. 24155b1 Auto merge of #728 - semarie:openbsd-kqueue, r=alexcrichton by bors · 7 years ago
  25. 7e349c0 Add exception in testsuite: the constants are new by Sébastien Marie · 7 years ago
  26. c51e91b OpenBSD kqueue EV_RECEIPT and EV_DISPATCH by Jan S · 7 years ago
  27. d6317b6 Auto merge of #727 - semarie:openbsd-si_addr, r=alexcrichton by bors · 7 years ago
  28. 56701a7 skip siginfo_t.si_addr type check on OpenBSD by Sébastien Marie · 7 years ago
  29. aa2b54f Auto merge of #726 - JayH5:init-get-groups, r=alexcrichton by bors · 7 years ago
  30. d5326a1 Add getgrouplist() by Jamie Hewland · 7 years ago
  31. 2d22c18 Add initgroups to BSD targets by Jamie Hewland · 7 years ago
  32. 09d9209 Auto merge of #725 - Susurrus:mman_constants, r=alexcrichton by bors · 7 years ago
  33. 56700d5 Auto merge of #724 - JayH5:more-pgs, r=alexcrichton by bors · 7 years ago
  34. e1d88cb Add MAP_ANONYMOUS to DragonFlyBSD and FreeBSD by Bryant Mairs · 7 years ago
  35. 6846305 Auto merge of #722 - Susurrus:mman_constants, r=alexcrichton by bors · 7 years ago
  36. 70975a2 Add MAP_32BIT to 64-bit FreeBSD platforms by Bryant Mairs · 7 years ago
  37. 65dac15 Auto merge of #723 - ncaracci:master, r=alexcrichton by bors · 7 years ago
  38. bb504fd Add SEEK_DATA and SEEK_HOLE constants to FreeBSD and DragonFlyBSD by Nicolás Caracci · 7 years ago
  39. 558c288 Add WIFCONTINUED for NetBSD and OpenBSD by Bryant Mairs · 7 years ago
  40. 748e872 Add MADV_*DUMP on Android by Bryant Mairs · 7 years ago
  41. c9e6f55 Add MADV_FREE and MADV_SOFT_OFFLINE for Android/Linux by Bryant Mairs · 7 years ago
  42. 48311b0 Unix: add getgrnam_r and getgrgid_r by Jamie Hewland · 7 years ago
  43. b186b72 Move endpwent out of the base Unix module by Jamie Hewland · 7 years ago
  44. f1d2011 Try move getpwuid_r/getpwnam_r to base Unix module by Jamie Hewland · 7 years ago
  45. 916b82d Auto merge of #717 - Susurrus:sock_nonblock, r=alexcrichton by bors · 7 years ago
  46. 7591346 Add more socket flags for Android and the BSDs by Bryant Mairs · 7 years ago
  47. 85f181c Do not link libraries on l4re by default by Sebastian Humenda · 7 years ago
  48. e412497 Move L4Re-specific code into separate module. by Sebastian Humenda · 7 years ago
  49. 86cb2a2 add more uclibc constants by Sebastian Humenda · 7 years ago
  50. 10af28f Auto merge of #715 - goyox86:add-missing-constants-redox, r=alexcrichton by bors · 7 years ago
  51. dcb0f86 Changed Redox 'mode_t' constants to Hexadecimal. by Jose Narvaez · 7 years ago
  52. 246f4be Add some permission and misc (mostly 'mode_t' related) constants to Redox. by Jose Narvaez · 7 years ago
  53. bd50e59 Improve types for uclibc/x86_64 by Sebastian Humenda · 7 years ago
  54. 2a5b50b Auto merge of #714 - dhduvall:master, r=alexcrichton by bors · 7 years ago
  55. 1375070 struct addrinfo needs padding on Solaris/SPARC by Danek Duvall · 7 years ago
  56. 6c0ff9e Auto merge of #713 - marmistrz:fix-gettid, r=alexcrichton by bors · 7 years ago
  57. 81eb094 Bring back SYS_gettid on Android/ARM which was accidentally removed by #710. by Marcin Mielniczuk · 7 years ago
  58. 0dae0e7 Auto merge of #708 - wezm:remove-missing-openbsd-constants, r=alexcrichton by bors · 7 years ago
  59. db27ee2 Auto merge of #702 - berkowski:bsd_poll_flags, r=alexcrichton by bors · 7 years ago
  60. ecd468e Auto merge of #710 - marmistrz:android, r=alexcrichton by bors · 7 years ago
  61. 3c2bd77 Auto merge of #712 - marmistrz:ptrace, r=alexcrichton by bors · 7 years ago
  62. 21eb1c5 Comment out PTRACE_EVENT_STOP. by Marcin Mielniczuk · 7 years ago
  63. 76759d6 Remove the definitions from submodules by Marcin Mielniczuk · 7 years ago
  64. dba08fa Add ptrace constants. by Marcin Mielniczuk · 7 years ago
  65. 4702102 Comment out some of the syscalls for Android. by Marcin Mielniczuk · 7 years ago
  66. 58c772b Add KERN_ARND and KERN_USERMOUNT to don't check list on OpenBSD by Wesley Moore · 7 years ago
  67. 381a445 Remove duplicate SYS_gettid by Marcin Mielniczuk · 7 years ago
  68. c40b6af Auto merge of #709 - wezm:setresuid, r=alexcrichton by bors · 7 years ago
  69. 5e6853b Auto merge of #699 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  70. b9166f4 Include sys/reg.h on Android. by Marcin Mielniczuk · 7 years ago
  71. 20591a3 Port #672 and #686 to Android. by Marcin Mielniczuk · 7 years ago
  72. 81e4c5b Add setresgid & setresuid to FreeBSD and OpenBSD by Wesley Moore · 7 years ago
  73. 0ef465a Fix double blank line by Marcin Mielniczuk · 7 years ago
  74. 08fefb7 Fix links by Marcin Mielniczuk · 7 years ago
  75. a1f0de0 Remove the offending syscalls. by Marcin Mielniczuk · 7 years ago
  76. 1fbd197 Auto merge of #705 - wezm:release-0.2.29, r=alexcrichton by bors · 7 years ago
  77. 60064cb Auto merge of #706 - cactorium:master, r=alexcrichton by bors · 7 years ago
  78. db54ada Merge branch 'master' of https://github.com/rust-lang/libc by Kelvin Ly · 7 years ago
  79. 5b55e05 Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to uclibc by Kelvin Ly · 7 years ago
  80. beb582e Bump to version 0.2.29 by Wesley Moore · 7 years ago
  81. 560e73f Auto merge of #703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichton by bors · 7 years ago
  82. 31d55bc Add EVFILT_EXCEPT constant by Michael Neumann · 7 years ago
  83. 1935c1a Fixed style issues. by Zac Berkowitz · 7 years ago
  84. c73ef9c Fixed openbsd POLLNORM flag. by Zac Berkowitz · 7 years ago
  85. b452c06 Added POLLNORM constant to openbsd-like unix by Zac Berkowitz · 7 years ago
  86. f370109 Added POLLSTANDARD and POLLINIGNEOF constants for freebsd-like unix by Zac Berkowitz · 7 years ago
  87. 5b519f6 Auto merge of #701 - ndusart:rcvbufforce, r=alexcrichton by bors · 7 years ago
  88. 2560cda add SO_RCVBUFFORCE for s390x by Nicolas Dusart · 7 years ago
  89. bd9e6f4 Fix redefinitions by Marcin Mielniczuk · 7 years ago
  90. 8a676cb Port #672 and #686 to musl. by Marcin Mielniczuk · 7 years ago
  91. f9119d5 Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichton by bors · 7 years ago
  92. 27a319e Auto merge of #698 - ndusart:in_addr_t, r=alexcrichton by bors · 7 years ago
  93. ef1cb07 change type of INADDR constants to in_addr_t by Nicolas Dusart · 7 years ago
  94. a586a85 Add SO_TIMESTAMP for OpenBSD like OSes by Wesley Moore · 7 years ago
  95. 7442182 Auto merge of #696 - mgeisler:patch-1, r=alexcrichton by bors · 7 years ago
  96. 9f3d28d Add CI badges by Martin Geisler · 7 years ago
  97. 598469f Auto merge of #695 - ndusart:inaddrany, r=alexcrichton by bors · 7 years ago
  98. 46863a3 Auto merge of #694 - dhduvall:master, r=alexcrichton by bors · 7 years ago
  99. 76bf829 define INADDR_* constants in unix platforms by Nicolas Dusart · 7 years ago
  100. 0bc6e03 PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on Solaris by Danek Duvall · 7 years ago