summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2789 - s1341:bump_version_to_0_2_126, r=Amanieu0.2.126bors2022-05-162-3/+3
|\
| * Bump version to 0.2.126s13412022-05-152-3/+3
* | Auto merge of #2790 - Amanieu:fix-macro-rules-lint, r=Amanieubors2022-05-161-1/+1
|\ \ | |/ |/|
| * Allow unused macro rulesAmanieu d'Antras2022-05-161-1/+1
|/
* Auto merge of #2768 - colincross:pthread_setname_np, r=Amanieubors2022-05-115-4/+8
|\
| * Promote pthread_getname_np and pthread_setname_np from glibc to linuxColin Cross2022-05-105-4/+8
* | Auto merge of #2748 - s1341:add_android_x86_64_user_struct, r=Amanieubors2022-05-113-2/+125
|\ \
| * | Move user struct into x86_64s13412022-05-092-123/+123
| * | More long fixess13412022-05-011-12/+12
| * | Use c_ulong instead of c_ulonglong in user_regs_structs13412022-04-251-27/+27
| * | Remove existing shadowed PTRACE_GETREGS/PTRACE_SETREGSs13412022-04-141-2/+0
| * | Add GETREGS/SETREGS for androids13412022-04-111-0/+2
| * | Add extra traits for user_fpregs_structs13412022-04-111-0/+54
| * | Add android x86_64 user structs13412022-04-111-0/+69
* | | Auto merge of #2786 - Freaky:openbsd_kinfo_proc, r=Amanieubors2022-05-112-0/+104
|\ \ \
| * | | Add OpenBSD kinfo_proc structThomas Hurst2022-05-102-0/+104
|/ / /
* | | Auto merge of #2783 - Freaky:dfbsd_kinfo_proc, r=Amanieubors2022-05-092-0/+105
|\ \ \
| * | | Add DragonFlyBSD kinfo_proc and kinfo_lwp structsThomas Hurst2022-05-072-0/+105
* | | | Auto merge of #2782 - asomers:kevent-data, r=Amanieubors2022-05-093-3/+3
|\ \ \ \
| * | | | Fix definition of kevent.data on FreeBSD 12+Alan Somers2022-05-073-3/+3
| |/ / /
* | | | Auto merge of #2780 - asomers:LIO_READV, r=Amanieubors2022-05-092-0/+8
|\ \ \ \
| * | | | Add LIO_READV and LIO_WRITEV on FreeBSDAlan Somers2022-05-072-0/+8
| |/ / /
* | | | Auto merge of #2784 - nmeum:riscv64-enotsup, r=Amanieubors2022-05-081-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add ENOTSUP constant for riscv64 muslSören Tempel2022-05-081-0/+1
|/ / /
* | | Auto merge of #2777 - jjl:musl-malloc_usable_size, r=Amanieubors2022-05-051-0/+1
|\ \ \
| * | | add malloc_usable_size for musljjl2022-05-021-0/+1
* | | | Auto merge of #2776 - cww0614:socks_txtime_mips_musl, r=Amanieubors2022-05-052-16/+11
|\ \ \ \
| * | | | Enable sock_txtime on mips musl targetyifei2022-05-052-16/+11
* | | | | Auto merge of #2775 - asomers:aio_writev2, r=Amanieubors2022-05-054-4/+4
|\ \ \ \ \
| * | | | | Enable aio_{read,write}v on FreeBSDAlan Somers2022-05-054-4/+4
| |/ / / /
* | | | | Auto merge of #2773 - semarie:openbsd-const, r=Amanieubors2022-05-053-13/+28
|\ \ \ \ \
| * | | | | openbsd: constantify some arguments of openpty() and forkpty()Sébastien Marie2022-04-303-13/+28
* | | | | | Auto merge of #2772 - devnexen:haiku_build_fix2, r=Amanieubors2022-05-051-2/+3
|\ \ \ \ \ \
| * | | | | | haiku build fixDavid Carlier2022-04-301-2/+3
| |/ / / / /
* | | | | | Auto merge of #2743 - zx2c4-forks:grnd_insecure, r=Amanieubors2022-05-055-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | linux: add GRND_INSECURE constantJason A. Donenfeld2022-04-305-0/+10
* | | | | | Auto merge of #2779 - Amanieu:remove_freebsd11, r=Amanieubors2022-05-051-15/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove FreeBSD 11 from CIAmanieu d'Antras2022-05-051-15/+0
|/ / / / /
* | | | | Auto merge of #2774 - dtolnay-contrib:checkoutv3, r=Amanieubors2022-04-303-18/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update GitHub Actions actions/checkout@v2 to v3David Tolnay2022-04-303-18/+18
|/ / / /
* | | | Auto merge of #2771 - Amanieu:release-0.2.125, r=Amanieu0.2.125bors2022-04-292-3/+3
|\ \ \ \
| * | | | Bump version to 0.2.125Amanieu d'Antras2022-04-292-3/+3
|/ / / /
* | | | Auto merge of #2540 - kraj:rv32-musl, r=Amanieubors2022-04-294-0/+818
|\ \ \ \
| * | | | Add riscv32 support for musl C library based linux platformsKhem Raj2022-04-284-0/+818
* | | | | Auto merge of #2769 - jessicah:haiku, r=Amanieubors2022-04-293-57/+232
|\ \ \ \ \
| * | | | | haiku: improve platform compatibilityJessica Hamilton2022-04-293-57/+232
* | | | | | Auto merge of #2770 - m-ou-se:freebsd-futex, r=Amanieubors2022-04-283-0/+66
|\ \ \ \ \ \
| * | | | | | Add FreeBSD's umtx timeout struct and flag.Mara Bos2022-04-283-0/+10
| * | | | | | Add umtx_op to FreeBSD.Mara Bos2022-04-282-0/+56
| | |_|_|_|/ | |/| | | |
* | | | | | Auto merge of #2767 - carbotaniuman:patch-1, r=Amanieubors2022-04-281-0/+3
|\ \ \ \ \ \