1. ba6690b Merge ../libc by Sebastian Humenda · 7 years ago
  2. abfd80c Improve x86_64/uclibc stat/signal struct definitions by Sebastian Humenda · 7 years ago
  3. a6a2a5e Changed Redox 'mode_t' constants to Hexadecimal. by Jose Narvaez · 7 years ago
  4. 203f705 Add some permission and misc (mostly 'mode_t' related) constants to Redox. by Jose Narvaez · 7 years ago
  5. 85f181c Do not link libraries on l4re by default by Sebastian Humenda · 7 years ago
  6. e412497 Move L4Re-specific code into separate module. by Sebastian Humenda · 7 years ago
  7. 86cb2a2 add more uclibc constants by Sebastian Humenda · 7 years ago
  8. 10af28f Auto merge of #715 - goyox86:add-missing-constants-redox, r=alexcrichton by bors · 7 years ago
  9. dcb0f86 Changed Redox 'mode_t' constants to Hexadecimal. by Jose Narvaez · 7 years ago
  10. 246f4be Add some permission and misc (mostly 'mode_t' related) constants to Redox. by Jose Narvaez · 7 years ago
  11. bd50e59 Improve types for uclibc/x86_64 by Sebastian Humenda · 7 years ago
  12. 2a5b50b Auto merge of #714 - dhduvall:master, r=alexcrichton by bors · 7 years ago
  13. 1375070 struct addrinfo needs padding on Solaris/SPARC by Danek Duvall · 7 years ago
  14. 6c0ff9e Auto merge of #713 - marmistrz:fix-gettid, r=alexcrichton by bors · 7 years ago
  15. 81eb094 Bring back SYS_gettid on Android/ARM which was accidentally removed by #710. by Marcin Mielniczuk · 7 years ago
  16. 0dae0e7 Auto merge of #708 - wezm:remove-missing-openbsd-constants, r=alexcrichton by bors · 7 years ago
  17. db27ee2 Auto merge of #702 - berkowski:bsd_poll_flags, r=alexcrichton by bors · 7 years ago
  18. ecd468e Auto merge of #710 - marmistrz:android, r=alexcrichton by bors · 7 years ago
  19. 3c2bd77 Auto merge of #712 - marmistrz:ptrace, r=alexcrichton by bors · 7 years ago
  20. 21eb1c5 Comment out PTRACE_EVENT_STOP. by Marcin Mielniczuk · 7 years ago
  21. 76759d6 Remove the definitions from submodules by Marcin Mielniczuk · 7 years ago
  22. dba08fa Add ptrace constants. by Marcin Mielniczuk · 7 years ago
  23. 4702102 Comment out some of the syscalls for Android. by Marcin Mielniczuk · 7 years ago
  24. 58c772b Add KERN_ARND and KERN_USERMOUNT to don't check list on OpenBSD by Wesley Moore · 7 years ago
  25. 381a445 Remove duplicate SYS_gettid by Marcin Mielniczuk · 7 years ago
  26. c40b6af Auto merge of #709 - wezm:setresuid, r=alexcrichton by bors · 7 years ago
  27. 5e6853b Auto merge of #699 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  28. b9166f4 Include sys/reg.h on Android. by Marcin Mielniczuk · 7 years ago
  29. 20591a3 Port #672 and #686 to Android. by Marcin Mielniczuk · 7 years ago
  30. 81e4c5b Add setresgid & setresuid to FreeBSD and OpenBSD by Wesley Moore · 7 years ago
  31. 0ef465a Fix double blank line by Marcin Mielniczuk · 7 years ago
  32. 08fefb7 Fix links by Marcin Mielniczuk · 7 years ago
  33. a1f0de0 Remove the offending syscalls. by Marcin Mielniczuk · 7 years ago
  34. 1fbd197 Auto merge of #705 - wezm:release-0.2.29, r=alexcrichton by bors · 7 years ago
  35. 60064cb Auto merge of #706 - cactorium:master, r=alexcrichton by bors · 7 years ago
  36. db54ada Merge branch 'master' of https://github.com/rust-lang/libc by Kelvin Ly · 7 years ago
  37. 5b55e05 Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to uclibc by Kelvin Ly · 7 years ago
  38. beb582e Bump to version 0.2.29 by Wesley Moore · 7 years ago
  39. 560e73f Auto merge of #703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichton by bors · 7 years ago
  40. 31d55bc Add EVFILT_EXCEPT constant by Michael Neumann · 7 years ago
  41. 1935c1a Fixed style issues. by Zac Berkowitz · 7 years ago
  42. c73ef9c Fixed openbsd POLLNORM flag. by Zac Berkowitz · 7 years ago
  43. b452c06 Added POLLNORM constant to openbsd-like unix by Zac Berkowitz · 7 years ago
  44. f370109 Added POLLSTANDARD and POLLINIGNEOF constants for freebsd-like unix by Zac Berkowitz · 7 years ago
  45. 5b519f6 Auto merge of #701 - ndusart:rcvbufforce, r=alexcrichton by bors · 7 years ago
  46. 2560cda add SO_RCVBUFFORCE for s390x by Nicolas Dusart · 7 years ago
  47. bd9e6f4 Fix redefinitions by Marcin Mielniczuk · 7 years ago
  48. 8a676cb Port #672 and #686 to musl. by Marcin Mielniczuk · 7 years ago
  49. f9119d5 Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichton by bors · 7 years ago
  50. 27a319e Auto merge of #698 - ndusart:in_addr_t, r=alexcrichton by bors · 7 years ago
  51. ef1cb07 change type of INADDR constants to in_addr_t by Nicolas Dusart · 7 years ago
  52. a586a85 Add SO_TIMESTAMP for OpenBSD like OSes by Wesley Moore · 7 years ago
  53. 7442182 Auto merge of #696 - mgeisler:patch-1, r=alexcrichton by bors · 7 years ago
  54. 9f3d28d Add CI badges by Martin Geisler · 7 years ago
  55. 598469f Auto merge of #695 - ndusart:inaddrany, r=alexcrichton by bors · 7 years ago
  56. 46863a3 Auto merge of #694 - dhduvall:master, r=alexcrichton by bors · 7 years ago
  57. 76bf829 define INADDR_* constants in unix platforms by Nicolas Dusart · 7 years ago
  58. 0bc6e03 PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on Solaris by Danek Duvall · 7 years ago
  59. 6c660c9 Auto merge of #693 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  60. 4afbf4e Bump version to 0.2.28 by Marcin Mielniczuk · 7 years ago
  61. 0b7abd9 Auto merge of #689 - lucab:ups/fexecve, r=alexcrichton by bors · 7 years ago
  62. 9bbfe4b Auto merge of #686 - marmistrz:regs, r=alexcrichton by bors · 7 years ago
  63. 858d47c unix: add fexecve() by Luca Bruno · 7 years ago
  64. 2a59767 Define i686 when TARGET=i686* by Marcin Mielniczuk · 7 years ago
  65. 365b429 Auto merge of #687 - GuillaumeGomez:up-version, r=alexcrichton by bors · 7 years ago
  66. ef79298 Auto merge of #688 - alexcrichton:revoke, r=alexcrichton by bors · 7 years ago
  67. 37b4e73 include sys/regs.h only on x86 and x86_64 by Marcin Mielniczuk · 7 years ago
  68. b36211b Disable revocation checking temporarily by Alex Crichton · 7 years ago
  69. 1535ee8 Include sys/user.h in the automatic test by Marcin Mielniczuk · 7 years ago
  70. 312e5cb Update crate version by Guillaume Gomez · 7 years ago
  71. db4273e Add offsets in user_regs_struct from sys/reg.h by Marcin Mielniczuk · 7 years ago
  72. 516df7f Auto merge of #671 - Susurrus:signalfd_android, r=alexcrichton by bors · 7 years ago
  73. 83ab9a3 Add signalfd and related to android by Bryant Mairs · 7 years ago
  74. 572dc6d Auto merge of #683 - ndusart:af_const, r=alexcrichton by bors · 7 years ago
  75. a7ba0e8 add missing O_* flags by Nicolas Dusart · 7 years ago
  76. 57413b8 Auto merge of #673 - g2p:fallocate-flags, r=alexcrichton by bors · 7 years ago
  77. e22c95d Add SO_RCVBUFFORCE in Android by Nicolas Dusart · 7 years ago
  78. f60ff2d Ignore newer kernel constants if building with musl by Gabriel · 7 years ago
  79. 575c65a Auto merge of #679 - GuillaumeGomez:other-mac-structs, r=alexcrichton by bors · 7 years ago
  80. 100f3f2 Add mac structs by Guillaume Gomez · 7 years ago
  81. 1049cf0 Auto merge of #680 - alexcrichton:c_long, r=alexcrichton by bors · 7 years ago
  82. f94b7ff Switch to rustup hyper backend temporarily by Alex Crichton · 7 years ago
  83. f68d9a5 Restore SYS_* constants to the c_long type by Alex Crichton · 7 years ago
  84. 75e3696 Include linux/falloc.h directly by Gabriel · 7 years ago
  85. 071a69b Add all current fallocate flags by Gabriel · 7 years ago
  86. 39a75af Use Ubuntu 17.10 as the base image by Gabriel · 7 years ago
  87. ec1e5ab Auto merge of #672 - marmistrz:master, r=alexcrichton by bors · 7 years ago
  88. c0aaf42 Remove existing SYS_* entires by Marcin Mielniczuk · 7 years ago
  89. 1445dbd Auto merge of #675 - asomers:preadv, r=alexcrichton by bors · 7 years ago
  90. a4a1687 Rename __NR_ to SYS_, move before extern fn by Marcin Mielniczuk · 7 years ago
  91. 3e5b074 Enable preadv and pwritev on the BSDs by Alan Somers · 7 years ago
  92. 7387331 Merge pull request #674 from ids1024/off_t by Alex Crichton · 7 years ago
  93. 12e22cf Auto merge of #669 - GuillaumeGomez:mac-consts, r=alexcrichton by bors · 7 years ago
  94. 9a4bd72 Redox: Use c_long instead of usize for off_t by Ian Douglas Scott · 7 years ago
  95. c00686f Auto merge of #670 - Susurrus:execvpe, r=alexcrichton by bors · 7 years ago
  96. 1f81fa0 Add syscall table for x86 and x86_64 by Marcin Mielniczuk · 7 years ago
  97. fef784e Add execvpe for support *nix platforms by Bryant Mairs · 7 years ago
  98. e7df808 Add header for mac targets by Guillaume Gomez · 7 years ago
  99. 3a2d347 Add missing constants for mac by Guillaume Gomez · 7 years ago
  100. 8e5152a Auto merge of #667 - GuillaumeGomez:if_msghdr, r=alexcrichton by bors · 7 years ago