1. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  2. 2c7e08c Merge pull request #108 from mmcco/sc by Alex Crichton · 9 years ago
  3. 3d372e6 Fix build by adding type prefix colons by Michael McConville · 9 years ago
  4. 405e557 Add getentropy(2)'s syscall number as a const by Michael McConville · 9 years ago
  5. 31423a3 Merge pull request #106 from alexcrichton/bump by Alex Crichton · 9 years ago
  6. ff38c3a Bump to 0.2.4 by Alex Crichton · 9 years ago
  7. 9863d56 Merge pull request #105 from alexcrichton/fix-bsd by Alex Crichton · 9 years ago
  8. 37b7142 Fix compiles on various BSDs by Alex Crichton · 9 years ago
  9. 3e1791c Merge pull request #102 from fhahn/add-memrchr by Alex Crichton · 9 years ago
  10. 6bb23a1 Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSD by Florian Hahn · 9 years ago
  11. ab53d5e Merge pull request #103 from alexcrichton/bump by Alex Crichton · 9 years ago
  12. 79d9899 Bump to 0.2.3 by Alex Crichton · 9 years ago
  13. 0ac0bc0 Merge pull request #93 from alexcrichton/nix-additions by Alex Crichton · 9 years ago
  14. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  15. 4920c7e Merge pull request #101 from maghoff/master by Alex Crichton · 9 years ago
  16. 4b32065 Expose functionality to get peer credentials for a Unix socket on Linux by Magnus Hoff · 9 years ago
  17. 64da6d2 Merge pull request #98 from j16r/master by Alex Crichton · 9 years ago
  18. 761f7bd Hoist PATH_MAX into src/bsd it's common to all the BSDs by John Barker · 9 years ago
  19. 93d6e98 Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.h by John Barker · 9 years ago
  20. a02fdc2 Merge pull request #96 from polachok/shm by Alex Crichton · 9 years ago
  21. 5ad78b8 Merge branch 'master' into shm by Alexander Polakov · 9 years ago
  22. 5850156 SysV shared memory APIs by Alexander Polakov · 9 years ago
  23. e432357 Merge pull request #95 from dimbleby/path-max by Alex Crichton · 9 years ago
  24. 8b296bd Add PATH_MAX by David Hotham · 9 years ago
  25. 087b5a4 Merge pull request #91 from alexcrichton/more-constants by Alex Crichton · 9 years ago
  26. e0f3fe3 Add KERN_PROC_* constants for OpenBSD by Alex Crichton · 9 years ago
  27. 47f1439 Merge pull request #90 from alexcrichton/more-constants by Alex Crichton · 9 years ago
  28. cd24bbd Add some constants for learning about cpus by Alex Crichton · 9 years ago
  29. 6736e10 Merge pull request #89 from alexcrichton/dirent-defns by Alex Crichton · 9 years ago
  30. f811901 Add dirent DT_* definitions by Alex Crichton · 9 years ago
  31. 9042478 Merge pull request #87 from polachok/xattr by Alex Crichton · 9 years ago
  32. 30baed0 Add getxattr()/setxattr()/listxattr()/removexattr() variations by Alexander Polakov · 9 years ago
  33. 6a13db9 Merge pull request #86 from alexcrichton/rumprun by Alex Crichton · 9 years ago
  34. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago
  35. f25765f Merge pull request #85 from alexcrichton/lock by Alex Crichton · 9 years ago
  36. 0af5e23 Check in Cargo.lock for libc-test by Alex Crichton · 9 years ago
  37. aad297a Merge pull request #79 from polachok/sched by Alex Crichton · 9 years ago
  38. 557c670 Add sched_get_priority_* by Alexander Polakov · 9 years ago
  39. 26974c7 Add SCHED_* constants for linux & freebsd by Alexander Polakov · 9 years ago
  40. e09951c sched_getscheduler() / sched_setscheduler() by Alexander Polakov · 9 years ago
  41. 94e9b3c Merge pull request #84 from dongz9/master by Alex Crichton · 9 years ago
  42. 188bef6 Fix build by Dong Zhou · 9 years ago
  43. 51ed574 Add RTLD_NEXT and RTLD_DEFAULT by Dong Zhou · 9 years ago
  44. c7a7f4e Merge pull request #83 from bossmc/add-umask by Alex Crichton · 9 years ago
  45. dd54f29 Only applicable on unix systems by Andy Caldwell · 9 years ago
  46. 15d9207 Add umask (POSIX.1-2001) by Andy Caldwell · 9 years ago
  47. 2a5f445 Merge pull request #82 from dignati/fix-bsd-stage2 by Alex Crichton · 9 years ago
  48. 6d6567c Fix freebsd-likes stage2 build by Ole Krüger · 9 years ago
  49. 867c6ff Merge pull request #80 from semarie/librt by Alex Crichton · 9 years ago
  50. b83e43b unbreak openbsd and bitrig after linking to rt by Sébastien Marie · 9 years ago
  51. 0bf374f Merge pull request #78 from skade/fix-netbsd by Alex Crichton · 9 years ago
  52. b9865f8 Add netbsds pthread_setname_np by Florian Gilcher · 9 years ago
  53. e6714f3 Merge pull request #73 from petrochenkov/staged by Alex Crichton · 9 years ago
  54. 5ede62f Remove `#[staged_api]` by Vadim Petrochenkov · 9 years ago
  55. c27f416 Merge pull request #72 from alexcrichton/no-rt-on-android by Alex Crichton · 9 years ago
  56. 0c8e61a Don't link librt on android by Alex Crichton · 9 years ago
  57. 90e0cea Merge pull request #67 from polachok/netlink by Alex Crichton · 9 years ago
  58. 5d86064 Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  59. 69ca9e9 Netlink constants by Alexander Polakov · 9 years ago
  60. 453add4 Merge pull request #66 from alexcrichton/librt by Alex Crichton · 9 years ago
  61. 68a5c44 Link to librt on non-apple platforms by Alex Crichton · 9 years ago
  62. 8531cc1 Merge pull request #65 from devonhollowood/master by Alex Crichton · 9 years ago
  63. 772f891 Remove reference to raw_pointer_derive lint by Devon Hollowood · 9 years ago
  64. 904ffb2 Merge pull request #64 from dignati/freebsd-sigstksz by Alex Crichton · 9 years ago
  65. 8e35e26 Fix SIGSTKSZ for FreeBSD by Ole Krüger · 9 years ago
  66. 761f04a Merge pull request #63 from alexcrichton/fix-dox by Alex Crichton · 9 years ago
  67. ba0aea0 Fix links to docs by Alex Crichton · 9 years ago
  68. b375fae Merge pull request #62 from dimbleby/hostent by Alex Crichton · 9 years ago
  69. ccacbe8 Add hostent structure by David Hotham · 9 years ago
  70. 76587b1 Merge pull request #60 from mneumann/dragonfly_sigstksz2 by Alex Crichton · 9 years ago
  71. dab9b8b Fix SIGSTKSZ for DragonFly by Michael Neumann · 9 years ago
  72. 83ac25a Merge pull request #50 from polachok/netlink by Alex Crichton · 9 years ago
  73. e0cde4e Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  74. a3d5695 Merge pull request #57 from mneumann/dragonfly_ss_sp by Alex Crichton · 9 years ago
  75. 88bd2d7 DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementations by Michael Neumann · 9 years ago
  76. 420f2e4 Disable sockaddr_nl on musl target by Alexander Polakov · 9 years ago
  77. 6b58ed3 Add netlink.h in attempt to fix test by Alexander Polakov · 9 years ago
  78. 440bd53 sockaddr_nl for netlink sockets by Alexander Polakov · 9 years ago
  79. e7ff66b Merge pull request #53 from romanb/bugfix/android-aarch64 by Alex Crichton · 9 years ago
  80. 5a8485b Fix undeclared type name errors when targeting android aarch64. by Roman S. Borschel · 9 years ago
  81. 62ce956 Merge pull request #54 from alexcrichton/bump by Alex Crichton · 9 years ago
  82. f70787b Bump to 0.2.2 by Alex Crichton · 9 years ago
  83. a224b17 Merge pull request #52 from alexcrichton/bytes-bits by Alex Crichton · 9 years ago
  84. ef66d12 There are 8 bits in a byte by Alex Crichton · 9 years ago
  85. b1a043f Merge pull request #51 from alexcrichton/musl-organize by Alex Crichton · 9 years ago
  86. 62a6c82 Reorganize mips/musl/other slightly by Alex Crichton · 9 years ago
  87. 67567df Revert "Fix links to docs" by Alex Crichton · 9 years ago
  88. 5f98113 Fix type of FIOCLEX/FIONBIO on musl by Alex Crichton · 9 years ago
  89. 767ba14 Fix links to docs by Alex Crichton · 9 years ago
  90. c821847 Merge pull request #46 from alexcrichton/ni-maxhost by Alex Crichton · 9 years ago
  91. 9f52b89 Add NI_MAXHOST by Alex Crichton · 9 years ago
  92. d7d4fed Fix type of android constant by Alex Crichton · 9 years ago
  93. 5977f5b Merge pull request #44 from alexcrichton/more-android by Alex Crichton · 9 years ago
  94. 3603c79 Add a whole mess more android constants by Alex Crichton · 9 years ago
  95. e4bb63a Merge pull request #38 from danburkert/fs by Alex Crichton · 9 years ago
  96. fe3968f Linux readahead(2) binding by Dan Burkert · 9 years ago
  97. 85a76f8 statvfs(3) bindings by Dan Burkert · 9 years ago
  98. 2ce4377 OS X fcntl(2) flags and argument types by Dan Burkert · 9 years ago
  99. 44bba4c posix_fallocate(3) bindings by Dan Burkert · 9 years ago
  100. 0b46775 Linux fallocate(2) bindings by Dan Burkert · 9 years ago