1. fab7930 Add more if_tun.h constants by Frederick Mayle · 2 years, 2 months ago
  2. b38fde0 Update libc to 0.2.119 by David LeGare · 2 years, 4 months ago
  3. 3672b8e Android: Add F_SEAL_FUTURE_WRITE constant. by Andrew Walbran · 2 years, 4 months ago
  4. c5de8fd Add PR_SET|GET_PDEATHSIG constants by Jiyong Park · 2 years, 8 months ago
  5. 99a0042 Upgrade rust/crates/libc to 0.2.102 by Joel Galenson · 2 years, 9 months ago
  6. 5f4ea96 Upgrade rust/crates/libc to 0.2.98 by Joel Galenson · 2 years, 10 months ago
  7. 97e7606 Upgrade rust/crates/libc to 0.2.97 by Joel Galenson · 3 years ago
  8. 8af7958 Upgrade rust/crates/libc to 0.2.96 by Thiébaud Weksteen · 3 years ago
  9. 933854c Upgrade rust/crates/libc to 0.2.94 by Joel Galenson · 3 years, 1 month ago
  10. 4c17471 Add functions and constants crosvm depends on to the android targets by Jorge E. Moreira · 3 years, 2 months ago
  11. 5068367 Upgrade rust/crates/libc to 0.2.93 by Joel Galenson · 3 years, 2 months ago
  12. dbe9201 android: add android_set_abort_message by Thiébaud Weksteen · 3 years, 5 months ago
  13. 4e6868a Upgrade rust/crates/libc to 0.2.81 by Haibo Huang · 3 years, 6 months ago
  14. f094f1b UPSTREAM: Android: correct statfs64.f_fsid type & visibility by Victor Hsieh · 3 years, 7 months ago
  15. 1164d3a Upgrade rust/crates/libc to 0.2.80 by Chih-Hung Hsieh · 3 years, 8 months ago
  16. 010e67e Upgrade rust/crates/libc to 0.2.78. by Andrew Walbran · 3 years, 9 months ago
  17. bd74494 Upgrade rust/crates/libc to 0.2.77 by Haibo Huang · 3 years, 9 months ago
  18. f49534a Upgrade rust/crates/libc to 0.2.76 by Haibo Huang · 3 years, 10 months ago
  19. b309246 Upgrade rust/crates/libc to 0.2.74 by Haibo Huang · 3 years, 11 months ago
  20. 8af8f15 Upgrade rust/crates/libc to 0.2.73 by Haibo Huang · 4 years ago
  21. 50e8d1d Upgrade rust/crates/libc to 0.2.72. by Andrew Walbran · 4 years ago
  22. a8dfa12 Support building all variants. by Matthew Maurer · 4 years ago
  23. 3a29882 Upgrade rust/crates/libc to 0.2.71 by Haibo Huang · 4 years, 1 month ago
  24. e1b5c3c Upgrade rust/crates/libc to 0.2.70 by Haibo Huang · 4 years, 1 month ago
  25. aec3a8a Upgrade rust/crates/libc to 0.2.69 by Haibo Huang · 4 years, 2 months ago
  26. 0df69f4 Update to latest libc-0.2.68 by Chih-Hung Hsieh · 4 years, 3 months ago
  27. e9a2a71 Roll forwards to 0.2.66 for rustc-1.40.0 by Matthew Maurer · 4 years, 6 months ago
  28. e5870cf Use released libc-0.2.58 at crates.io by Chih-Hung Hsieh · 4 years, 8 months ago
  29. 60254f1 haiku: add missing ioctl identifiers to control the TTY by Nikolay Korotkiy · 5 years ago
  30. 5bbba03 Auto merge of #1399 - josephlr:getrandom, r=gnzlbg by bors · 5 years ago
  31. 14b22c1 Fix style lints by Joe Richey · 5 years ago
  32. 457c02d Add getrandom() on non-mips musl by Joe Richey · 5 years ago
  33. 3a7da47 Older musl doesn't have getrandom() by Joe Richey · 5 years ago
  34. 45083af Android doesn't have getrandom() by Joe Richey · 5 years ago
  35. 851e9a1 Use *mut c_void for buffer pointer. by Joe Richey · 5 years ago
  36. 8bc8981 Add getrandom() bindings on linux and android by Joe Richey · 5 years ago
  37. 3b27cb3 Remove Linux constants from Fushia by Joe Richey · 5 years ago
  38. e0ff1e6 Auto merge of #1387 - tormol:fionclex, r=gnzlbg by bors · 5 years ago
  39. 7c26591 Switch to manual trait impls for sigevent by Bryant Mairs · 5 years ago
  40. 6985986 Auto merge of #1386 - red75prime:arm-linux-uclibcgnueabi, r=gnzlbg by bors · 5 years ago
  41. 2026c86 Auto merge of #1392 - stefano-garzarella:vsock, r=gnzlbg by bors · 5 years ago
  42. 2c10c4c Add FIONCLEX for Linux by Torbjørn Birch Moltu · 5 years ago
  43. 2293748 Add FIODTYPE, FIGETLBA and FIODGNAME for DragonFly by Torbjørn Birch Moltu · 5 years ago
  44. a319b62 Generalize some FIO* constants to all BSDs by Torbjørn Birch Moltu · 5 years ago
  45. d5a599e Auto merge of #1393 - Susurrus:ptrace_detach, r=gnzlbg by bors · 5 years ago
  46. 1f27f5d Re-add PTRACE_DETACH for mips64 GNU targets by Bryant Mairs · 5 years ago
  47. 635ced1 Auto merge of #1388 - tormol:mq_time, r=gnzlbg by bors · 5 years ago
  48. fbe38dd Fix builds by gnzlbg · 5 years ago
  49. 46dbf2d Fix siginfo_t in s390x by gnzlbg · 5 years ago
  50. 090f873 Fix utmpx on s390x by gnzlbg · 5 years ago
  51. 5e37553 Fix statfs by gnzlbg · 5 years ago
  52. f21d91f Fix value of RLIM_INFINITY on mips32 by gnzlbg · 5 years ago
  53. fc7c408 Fix formatting by gnzlbg · 5 years ago
  54. 1c97b77 Correct bugs in mips, mips64 and s390x by gnzlbg · 5 years ago
  55. 4f78d5d Fix style by gnzlbg · 5 years ago
  56. b988e27 Refactor linux x86_64 module by gnzlbg · 5 years ago
  57. 60571f9 Remove duplicated constants from x86_64 by gnzlbg · 5 years ago
  58. d36963a Remove duplicated constants from s390x by gnzlbg · 5 years ago
  59. 35ff8c2 Remove duplicated constnats from mips32 by gnzlbg · 5 years ago
  60. 0546d42 linux: add VSOCK struct and constants by Stefano Garzarella · 5 years ago
  61. 4c3bc0d Fix duplicated constants in x32 and not_x32 modules by gnzlbg · 5 years ago
  62. bbcfd3c Add posix message queue types and functions for solarish by Torbjørn Birch Moltu · 5 years ago
  63. 25846bc Add mq_timedsend() and mq_timedreceive() for Linux by Torbjørn Birch Moltu · 5 years ago
  64. bf92b76 Remove duplicated flock type in s390x by gnzlbg · 5 years ago
  65. 4bd419e Move the mips module into the gnu module by gnzlbg · 5 years ago
  66. 65f23e6 Move s390x into the gnu module by gnzlbg · 5 years ago
  67. 8f098a3 Rename the notbsd module to linux_like by gnzlbg · 5 years ago
  68. a85e001 Fix libstd compilation for arm-uclibc target by red75prime · 5 years ago
  69. d4cdc7c Upgrade target-dependent RLIMIT_ consts by gnzlbg · 5 years ago
  70. e07cd94 Bump patch version to 0.2.57 by gnzlbg · 5 years ago
  71. f75483a Fix type of RLIMIT constants or gnu linux targets by gnzlbg · 5 years ago
  72. 0e39a54 Auto merge of #1380 - gnzlbg:missing_tiors485, r=gnzlbg by bors · 5 years ago
  73. 0e702c1 Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbg by bors · 5 years ago
  74. e66b2a8 Auto merge of #1378 - gnzlbg:statx, r=gnzlbg by bors · 5 years ago
  75. 3c903c8 Merge pull request #1375 from gnzlbg/deprecate_af_max by gnzlbg · 5 years ago
  76. 706b101 Add missing TIOCGRS485, TIOCSRS485 constants to Linux by gnzlbg · 5 years ago
  77. c5b72e3 Use Rust types instead of fixed-width integer type aliases by gnzlbg · 5 years ago
  78. afa3edf Deprecates fixed-width integer type aliases by gnzlbg · 5 years ago
  79. a086526 Replace uses of fixed-width integer aliases with Rust types by gnzlbg · 5 years ago
  80. 08a4519 Refactor fixed-width integer types into its own module by gnzlbg · 5 years ago
  81. ed8b4cb Add statx on Linux by gnzlbg · 5 years ago
  82. a74b588 Deprecate AF_MAX and PF_MAX by gnzlbg · 5 years ago
  83. 08d4488 Auto merge of #629 - Susurrus:tcflag_t, r=gnzlbg by bors · 5 years ago
  84. c9fbd00 Auto merge of #1372 - tklauser:f-seal-future-write, r=gnzlbg by bors · 5 years ago
  85. 7364369 Add F_SEAL_FUTURE_WRITE on Linux/Android by Tobias Klauser · 5 years ago
  86. cf0bd36 Update values of some emscripten constants by gnzlbg · 5 years ago
  87. fdd6631 [breaking change] remove constants that are unavailable in emscripten by gnzlbg · 5 years ago
  88. 0bc18a5 [breaking change] sendmmsg/recvmmsg have incorrect signature c_int vs c_uint on emscripten by gnzlbg · 5 years ago
  89. 05caeab [breaking change] sockaddr_nl is not available on emscripten by gnzlbg · 5 years ago
  90. 5ede8aa Enable disabled tests by gnzlbg · 5 years ago
  91. 48193e8 Auto merge of #1365 - gnzlbg:cleanup_linux, r=gnzlbg by bors · 5 years ago
  92. 1a3d152 [breaking change] sendmmsg/recvmmsg flag argument is an unsigned integer on MUSL by gnzlbg · 5 years ago
  93. 8e2e498 Auto merge of #1371 - Susurrus:mq_attr, r=gnzlbg by bors · 5 years ago
  94. 2543b7c bump kernel headers to 4.4.2-2 by gnzlbg · 5 years ago
  95. 1cbc523 [breaking change] MADV_SOFT_OFFLINE is undefined on MIPS by gnzlbg · 5 years ago
  96. 8f403e5 Update MUSL Linux kernel headers and re-enable Linux tests by gnzlbg · 5 years ago
  97. 0b34501 Ignore padding for `sockaddr_nl` struct by Bryant Mairs · 5 years ago
  98. 7d235af Ignore padding for mq_attr by Bryant Mairs · 5 years ago
  99. 45c84a0 Fix SA_* constants for `sigaction` in Android by alesharikReserv@yandex.ru · 5 years ago
  100. 1059e0b Merge pull request #1346 from gnzlbg/simplify_freebsd by gnzlbg · 5 years ago