Commit Graph

  • a10dd39c5a Auto merge of #2867 - JohnTitor:0.2.129, r=JohnTitor bors 2022-08-09 22:02:34 +00:00
  • e9145c5a42 Auto merge of #2867 - JohnTitor:0.2.129, r=JohnTitor bors 2022-08-09 22:02:34 +00:00
  • f3462e7d42 Bump up to v0.2.129 Yuki Okushi 2022-08-10 07:01:22 +09:00
  • a328e2bf8b Bump up to v0.2.129 Yuki Okushi 2022-08-10 07:01:22 +09:00
  • fcd9290115 Auto merge of #2865 - Amanieu:v0.2.128, r=Amanieu bors 2022-08-09 18:25:20 +00:00
  • dad43ed816 Auto merge of #2865 - Amanieu:v0.2.128, r=Amanieu bors 2022-08-09 18:25:20 +00:00
  • f7b8ccbb27 libc v0.2.128 Amanieu d'Antras 2022-08-09 19:18:27 +01:00
  • a4518d95c8 libc v0.2.128 Amanieu d'Antras 2022-08-09 19:18:27 +01:00
  • f43c5eefc0 Auto merge of #2864 - ivmarkov:master, r=Amanieu bors 2022-08-09 11:21:30 +00:00
  • 1f28e05a85 Auto merge of #2864 - ivmarkov:master, r=Amanieu bors 2022-08-09 11:21:30 +00:00
  • ad3fa1dc85 Auto merge of #2848 - Bryanskiy:android-crt-static, r=Amanieu bors 2022-08-09 10:25:53 +00:00
  • 4b7908f0b1 Auto merge of #2848 - Bryanskiy:android-crt-static, r=Amanieu bors 2022-08-09 10:25:53 +00:00
  • 6d11ac267d Auto merge of #2857 - MaoHan001:master, r=Amanieu bors 2022-08-09 09:28:20 +00:00
  • 424e7e38ed Auto merge of #2857 - MaoHan001:master, r=Amanieu bors 2022-08-09 09:28:20 +00:00
  • b8415947f3 Auto merge of #2861 - Tastaturtaste:master, r=Amanieu bors 2022-08-08 11:26:21 +00:00
  • af34f07aa7 Auto merge of #2861 - Tastaturtaste:master, r=Amanieu bors 2022-08-08 11:26:21 +00:00
  • c2d3cee2e8 Auto merge of #2855 - i509VCB:siginfo, r=Amanieu bors 2022-08-07 14:40:01 +00:00
  • 9d4e780211 Auto merge of #2855 - i509VCB:siginfo, r=Amanieu bors 2022-08-07 14:40:01 +00:00
  • af7b31288d Auto merge of #2863 - joshtriplett:libc-test-version, r=JohnTitor bors 2022-08-04 11:50:40 +00:00
  • 4c0cb814db Auto merge of #2863 - joshtriplett:libc-test-version, r=JohnTitor bors 2022-08-04 11:50:40 +00:00
  • d467263b45 Socket constants necessary for ESP-IDF support in socket2 Ivan Markov 2022-08-04 08:50:49 +00:00
  • 919e823d2e Socket constants necessary for ESP-IDF support in socket2 Ivan Markov 2022-08-04 08:50:49 +00:00
  • e60fa398e0 Bump libc-test to match libc Josh Triplett 2022-08-03 22:00:10 -07:00
  • d86971206e Bump libc-test to match libc Josh Triplett 2022-08-03 22:00:10 -07:00
  • e0d2aa01e6 Add definitions in libc headers in Android for riscv64 Chen Guoyin 2022-08-02 13:53:34 +08:00
  • 18cfed6734 Add definitions in libc headers in Android for riscv64 Chen Guoyin 2022-08-02 13:53:34 +08:00
  • 9308e05a4a Auto merge of #2858 - poliorcetics:master, r=Amanieu bors 2022-08-04 04:03:07 +00:00
  • 431591aa35 Auto merge of #2858 - poliorcetics:master, r=Amanieu bors 2022-08-04 04:03:07 +00:00
  • b2726eb9fc Add gnu_get_[version|release] for glibc Christian Legnitto 2022-08-03 22:22:31 -04:00
  • f415078046 Add gnu_get_[version|release] for glibc Christian Legnitto 2022-08-03 22:22:31 -04:00
  • 989590e65c Fix for https://github.com/rust-lang/libc/issues/2860 Tastaturtaste 2022-08-04 01:10:32 +02:00
  • 2ec8995d01 Fix for https://github.com/rust-lang/libc/issues/2860 Tastaturtaste 2022-08-04 01:10:32 +02:00
  • 2baa8a5517 Auto merge of #2859 - joshtriplett:master, r=Amanieu bors 2022-08-03 20:59:18 +00:00
  • 7d55e3846d Auto merge of #2859 - joshtriplett:master, r=Amanieu bors 2022-08-03 20:59:18 +00:00
  • a8cd83f87f libc 0.2.127 Josh Triplett 2022-08-03 12:10:53 -07:00
  • 24bab07e07 libc 0.2.127 Josh Triplett 2022-08-03 12:10:53 -07:00
  • 863a0bf7ba feat: Add f_flags_ext member to Apple's statfs structure Alexis (Poliorcetics) Bourget 2022-08-02 15:52:26 +02:00
  • 21f40becdf feat: Add f_flags_ext member to Apple's statfs structure Alexis (Poliorcetics) Bourget 2022-08-02 15:52:26 +02:00
  • d10db69c2d add BUS_ si_code constants i509VCB 2022-07-31 18:24:36 -05:00
  • bdd3baa875 add BUS_ si_code constants i509VCB 2022-07-31 18:24:36 -05:00
  • d634fcf58a getting back android traget in case without rustc-dep-of-std Bryanskiy 2022-07-31 19:53:55 +03:00
  • d6d7bfdb05 getting back android traget in case without rustc-dep-of-std Bryanskiy 2022-07-31 19:53:55 +03:00
  • b9f1383ca6 Auto merge of #2854 - pabigot:pabigot/20220729a, r=JohnTitor bors 2022-07-29 23:59:13 +00:00
  • 4bfd852c8f Auto merge of #2854 - pabigot:pabigot/20220729a, r=JohnTitor bors 2022-07-29 23:59:13 +00:00
  • 7b6cf2e7f5 linux: add TFD_TIMER_CANCEL_ON_SET constant Peter A. Bigot 2022-07-29 16:26:14 -07:00
  • f4f0cdbc39 linux: add TFD_TIMER_CANCEL_ON_SET constant Peter A. Bigot 2022-07-29 16:26:14 -07:00
  • ab77946172 Auto merge of #2853 - youknowone:ios-memmem, r=JohnTitor bors 2022-07-29 22:47:28 +00:00
  • d90fcbff34 Auto merge of #2853 - youknowone:ios-memmem, r=JohnTitor bors 2022-07-29 22:47:28 +00:00
  • 39ac4b9665 memmem and task_set_info is available on iOS Jeong YunWon 2022-07-28 08:35:52 +09:00
  • c396a30350 memmem and task_set_info is available on iOS Jeong YunWon 2022-07-28 08:35:52 +09:00
  • a99c12c30e Auto merge of #2852 - joshtriplett:version-note, r=JohnTitor bors 2022-07-26 21:53:22 +00:00
  • f143f2b9ac Auto merge of #2852 - joshtriplett:version-note, r=JohnTitor bors 2022-07-26 21:53:22 +00:00
  • 12725772cb README.md: Clarify (lack of) MSRV policy Josh Triplett 2022-07-26 11:38:58 -07:00
  • 39f779c1df README.md: Clarify (lack of) MSRV policy Josh Triplett 2022-07-26 11:38:58 -07:00
  • 914dd0c3ec Auto merge of #2849 - devnexen:socket_linux_update, r=JohnTitor bors 2022-07-22 11:59:53 +00:00
  • 5e001f5dd1 Auto merge of #2849 - devnexen:socket_linux_update, r=JohnTitor bors 2022-07-22 11:59:53 +00:00
  • 3e2d003c42 Few socket updates related for Linux. David Carlier 2022-07-21 21:23:11 +01:00
  • 2b05c864d1 Few socket updates related for Linux. David Carlier 2022-07-21 21:23:11 +01:00
  • 6f61559c2b Auto merge of #2838 - devnexen:linux_followup_prctl, r=JohnTitor bors 2022-07-20 22:01:38 +00:00
  • 4238054fb9 Auto merge of #2838 - devnexen:linux_followup_prctl, r=JohnTitor bors 2022-07-20 22:01:38 +00:00
  • 6b5873ff76 linux prctl add speculation control flags David Carlier 2022-07-01 20:46:33 +01:00
  • 6bc25bc6d3 linux prctl add speculation control flags David Carlier 2022-07-01 20:46:33 +01:00
  • e59868a35c Auto merge of #2847 - obrown06:add-ethpip, r=JohnTitor bors 2022-07-17 10:55:53 +00:00
  • 29217b9147 Auto merge of #2847 - obrown06:add-ethpip, r=JohnTitor bors 2022-07-17 10:55:53 +00:00
  • cff2e30ed7 add crt-static for android Bryanskiy 2022-07-16 19:26:43 +03:00
  • 64d47e8c4b add crt-static for android Bryanskiy 2022-07-16 19:26:43 +03:00
  • 431e48e77d Add ETH_P_IP to Fuchsia public constants Nick Brown 2022-07-15 20:16:17 +00:00
  • f274d90762 Add ETH_P_IP to Fuchsia public constants Nick Brown 2022-07-15 20:16:17 +00:00
  • 4e34a28498 Auto merge of #2841 - asomers:openbsd-chflags, r=Amanieu bors 2022-07-12 12:42:14 +00:00
  • 8dbd2c9653 Auto merge of #2841 - asomers:openbsd-chflags, r=Amanieu bors 2022-07-12 12:42:14 +00:00
  • 2002ae7764 Auto merge of #2846 - joshtriplett:style-quickfix, r=Amanieu bors 2022-07-12 10:48:07 +00:00
  • 8fdcb90c6b Auto merge of #2846 - joshtriplett:style-quickfix, r=Amanieu bors 2022-07-12 10:48:07 +00:00
  • 8c22f9e916 Auto merge of #2842 - rtzoeller:freebsd-cpu-macros, r=Amanieu bors 2022-07-12 09:34:09 +00:00
  • fb8d512a6a Auto merge of #2842 - rtzoeller:freebsd-cpu-macros, r=Amanieu bors 2022-07-12 09:34:09 +00:00
  • b0e664adb6 style: Format errors so that editors can jump to file/line Josh Triplett 2022-07-11 23:37:09 -07:00
  • 18813fbdd1 style: Format errors so that editors can jump to file/line Josh Triplett 2022-07-11 23:37:09 -07:00
  • add4e0a38f Fix FreeBSD CPU_ macros Ryan Zoeller 2022-07-11 18:33:09 -05:00
  • 57dff108b9 Fix FreeBSD CPU_ macros Ryan Zoeller 2022-07-11 18:33:09 -05:00
  • dc1ce5087d Fix the type of file flags on OpenBSD Alan Somers 2022-07-10 09:32:33 -06:00
  • 27264ed09d Fix the type of file flags on OpenBSD Alan Somers 2022-07-10 09:32:33 -06:00
  • 06e129d0d5 Auto merge of #2840 - devnexen:linux_prctl_update3, r=JohnTitor bors 2022-07-07 23:36:01 +00:00
  • b01a39a237 Auto merge of #2840 - devnexen:linux_prctl_update3, r=JohnTitor bors 2022-07-07 23:36:01 +00:00
  • 3ffa83f9c1 Auto merge of #2839 - nielx:haiku-posix_spawn, r=JohnTitor bors 2022-07-07 22:35:31 +00:00
  • 888c473266 Auto merge of #2839 - nielx:haiku-posix_spawn, r=JohnTitor bors 2022-07-07 22:35:31 +00:00
  • 454e937677 prctl process timing control options for android. David Carlier 2022-07-07 22:24:16 +01:00
  • 3c93c40d68 prctl process timing control options for android. David Carlier 2022-07-07 22:24:16 +01:00
  • c21b499da5 Auto merge of #2837 - devnexen:linux_ptr_auth_followup, r=JohnTitor bors 2022-07-02 15:09:04 +00:00
  • a2f7dac029 Auto merge of #2837 - devnexen:linux_ptr_auth_followup, r=JohnTitor bors 2022-07-02 15:09:04 +00:00
  • dcae4d1d1f Haiku: add the posix_spawn functions and constants Niels Sascha Reedijk 2022-07-02 08:16:03 +00:00
  • 8b55add963 Haiku: add the posix_spawn functions and constants Niels Sascha Reedijk 2022-07-02 08:16:03 +00:00
  • 2b8cad8d44 linux arm64 pointer, prctl auth control follow-up. David Carlier 2022-06-28 20:42:05 +01:00
  • fbe15c6125 linux arm64 pointer, prctl auth control follow-up. David Carlier 2022-06-28 20:42:05 +01:00
  • fbf5973ca8 Auto merge of #2833 - devnexen:linux_prctl_update, r=JohnTitor bors 2022-06-26 09:35:46 +00:00
  • ce3d1a2b86 Auto merge of #2833 - devnexen:linux_prctl_update, r=JohnTitor bors 2022-06-26 09:35:46 +00:00
  • f13623b2e2 linux/glibc tagged ptr supports for arm64 control addition. David Carlier 2022-06-23 21:15:01 +01:00
  • a7df4defb3 linux/glibc tagged ptr supports for arm64 control addition. David Carlier 2022-06-23 21:15:01 +01:00
  • 2d9afe583f Auto merge of #2834 - devnexen:task_set_info, r=JohnTitor bors 2022-06-25 22:20:05 +00:00
  • cdfc35c553 Auto merge of #2834 - devnexen:task_set_info, r=JohnTitor bors 2022-06-25 22:20:05 +00:00
  • 76cfc695a9 task_set_info addition, on macOs only. David CARLIER 2022-06-24 19:08:41 +01:00
  • 2962ad63ee task_set_info addition, on macOs only. David CARLIER 2022-06-24 19:08:41 +01:00