summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Auto merge of #2830 - tiann:master, r=JohnTitorbors2022-06-223-0/+391
|\ \
| * | Add rtnetlink.h, if_addr.h, if_link.h header to Androidtiann2022-06-223-21/+40
| * | Add rtnetlink.h, if_link.h header to Androidtiann2022-06-222-0/+372
| |/
* | Auto merge of #2823 - brunowonka:fuchsia, r=JohnTitorbors2022-06-212-0/+12
|\ \ | |/ |/|
| * Automatically derive traits for in6_pktinfoBruno Dal Bo2022-06-211-5/+5
| * in6_pktinfo.ipi6_ifindex is unsignedBruno Dal Bo2022-06-131-1/+1
| * Add IPv6 CMSG options to FuchsiaBruno Dal Bo2022-06-102-0/+12
* | Auto merge of #2829 - devnexen:fbsd_mfd_upd, r=Amanieubors2022-06-203-0/+42
|\ \
| * | memfd_create additional flags for FreeBSD.David CARLIER2022-06-193-0/+42
|/ /
* | Auto merge of #2828 - JohnTitor:remove-rumprun-support, r=Amanieubors2022-06-195-40/+5
|\ \
| * | Remove rumprun-related codeYuki Okushi2022-06-194-40/+1
| * | Document "Supported target policy"Yuki Okushi2022-06-191-0/+4
|/ /
* | Auto merge of #2827 - devnexen:task_api_macos_upd, r=Amanieubors2022-06-182-0/+10
|\ \
| * | task_threads addition for macOsDavid CARLIER2022-06-172-0/+10
|/ /
* | Auto merge of #2826 - devnexen:apple_task_api, r=JohnTitorbors2022-06-142-0/+15
|\ \
| * | apple add task_create/task_terminateDavid CARLIER2022-06-142-0/+15
|/ /
* | Auto merge of #2824 - JohnTitor:style-check-fix, r=Amanieubors2022-06-131-43/+32
|\ \
| * | Format style checkerYuki Okushi2022-06-121-17/+24
| * | Don't check typedefs in impls in style checkerYuki Okushi2022-06-121-26/+8
| |/
* | Auto merge of #2825 - devnexen:haiku_sigaltstack, r=JohnTitorbors2022-06-131-0/+4
|\ \
| * | haiku sigaltstack api completion.David Carlier2022-06-121-0/+4
| |/
* | Auto merge of #2822 - GuillaumeGomez:__error-alias, r=JohnTitorbors2022-06-122-0/+4
|\ \ | |/ |/|
| * Add doc aliases on __error() functionGuillaume Gomez2022-06-122-0/+4
|/
* Auto merge of #2820 - JohnTitor:1-62-const-extern-fn, r=Amanieubors2022-06-094-10/+25
|\
| * Correctly handle some consts declaration on macOSYuki Okushi2022-06-091-4/+10
| * Enable `libc_const_extern_fn` implicitly from Rust 1.62Yuki Okushi2022-06-083-6/+15
* | Auto merge of #2821 - JohnTitor:update-semverver-0.1.50, r=Amanieubors2022-06-082-3/+3
|\ \ | |/ |/|
| * Update semverver to 0.1.50Yuki Okushi2022-06-082-3/+3
|/
* Auto merge of #2817 - devnexen:macos_arm64_context_upd, r=JohnTitorbors2022-06-071-0/+1
|\
| * ucontext usage update on macos 64 bits.David CARLIER2022-06-071-0/+1
* | Auto merge of #2814 - lattice0:feature-android-sys-prctl.h, r=JohnTitorbors2022-06-052-0/+8
|\ \ | |/ |/|
| * adds some android symbolsLattice 02022-06-022-0/+8
|/
* Auto merge of #2811 - devnexen:linux_clone_args, r=JohnTitorbors2022-05-315-0/+67
|\
| * linux 64 bits gnu/musl add clone_args for clone3 syscall.David Carlier2022-05-315-0/+67
|/
* Auto merge of #2810 - devnexen:haiku_somaxconn, r=JohnTitorbors2022-05-311-0/+2
|\
| * haiku SOMAXCONN constantDavid Carlier2022-05-301-0/+2
* | Auto merge of #2808 - devnexen:linux_somaxconn_rework, r=Amanieubors2022-05-316-2/+10
|\ \
| * | linux SOMAXCONN rework proposal.David Carlier2022-05-286-2/+10
* | | Auto merge of #2806 - JohnTitor:windows-2022, r=Amanieubors2022-05-312-3/+3
|\ \ \
| * | | Upgrade Windows runners to windows-2022Yuki Okushi2022-05-282-3/+3
* | | | Auto merge of #2805 - JohnTitor:fix-ordering-setreuid, r=Amanieubors2022-05-311-2/+2
|\ \ \ \
| * | | | Order `setre{g,u}id` alphabeticallyYuki Okushi2022-05-281-2/+2
| |/ / /
* | | | Auto merge of #2804 - JohnTitor:cleanup-freebsd-test, r=Amanieubors2022-05-311-159/+4
|\ \ \ \
| * | | | Remove workarounds for old FreeBSDs on libc-testYuki Okushi2022-05-281-159/+4
* | | | | Auto merge of #2807 - devnexen:solaris_somaxconn, r=JohnTitorbors2022-05-301-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | solarish systems SOMAXCONN constantDavid Carlier2022-05-281-0/+2
| | |_|/ | |/| |
* | | | Auto merge of #2809 - AlekseiNikiforovIBM:musl-s390x-support, r=JohnTitorbors2022-05-301-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Musl s390x: add ENOTSUP alias for EOPNOTSUPPAleksei Nikiforov2022-05-301-0/+1
|/ / /
* | | Auto merge of #2607 - devnexen:user_fpsimd_struct_arm64, r=Amanieubors2022-05-282-1/+11
|\ \ \ | |_|/ |/| |
| * | linux glibc add user_fpsimd_struct structDavid Carlier2022-01-042-1/+11