summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Add `stpcpy`, `stpncpy`, and `strtok_r` to unixcarbotaniuman2022-04-261-0/+3
| |/ / /
* | | | Auto merge of #2765 - zhaixiaojuan:master, r=Amanieubors2022-04-286-3/+901
|\ \ \ \
| * | | | Add loongarch64 supportzhaixiaojuan2022-04-286-3/+901
* | | | | Auto merge of #2751 - guyru:master, r=Amanieubors2022-04-282-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove adjtime for AndroidGuy Rutenberg2022-04-231-1/+2
| * | | | Remove adjtime for emscriptenGuy Rutenberg2022-04-131-1/+7
| * | | | Remove the freebsd specific adjtime.Guy Rutenberg2022-04-121-1/+0
| * | | | Add adjtime support.Guy Rutenberg2022-04-111-0/+2
* | | | | Auto merge of #2731 - rtzoeller:pthread_prio_inherit, r=Amanieubors2022-04-242-0/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add pthread_mutexattr_setprotocol and pthread_mutexattr_getprotocol on LinuxRyan Zoeller2022-04-242-0/+16
* | | | | Auto merge of #2762 - m-ou-se:netbsd-futex-consts, r=Amanieubors2022-04-202-0/+45
|\ \ \ \ \
| * | | | | Add FUTEX_* to semver/netbsd.txt.Mara Bos2022-04-191-0/+22
| * | | | | Add NetBSD's FUTEX_* constants.Mara Bos2022-04-191-0/+23
* | | | | | Auto merge of #2763 - m-ou-se:dragonflybsd-futex, r=Amanieubors2022-04-202-0/+5
|\ \ \ \ \ \
| * | | | | | Add DragonFly umtx_{sleep, wakeup}.Mara Bos2022-04-192-0/+5
| |/ / / / /
* | | | | | Auto merge of #2761 - m-ou-se:openbsd-futex, r=Amanieubors2022-04-203-0/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Typo.Mara Bos2022-04-191-1/+1
| * | | | | Ignore futex() in libc-test/build.rs on OpenBSD.Mara Bos2022-04-191-0/+3
| * | | | | Add OpenBSD's futex.h.Mara Bos2022-04-193-0/+21
|/ / / / /
* | | | | Auto merge of #2759 - asomers:fbsd12.3, r=Amanieu0.2.124bors2022-04-181-1/+1
|\ \ \ \ \
| * | | | | Update FreeBSD 12 CI image to 12.3. 12.2 is EoL.Alan Somers2022-04-141-1/+1
| | |_|/ / | |/| | |
* | | | | Auto merge of #2757 - MaxF12:master, r=Amanieubors2022-04-182-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump version to 0.2.124maxfranke2022-04-132-3/+3
|/ / / /
* | | | Auto merge of #2756 - MaxF12:master, r=Amanieubors2022-04-123-0/+30
|\ \ \ \
| * | | | Fix values for Solarismaxfranke2022-04-121-4/+4
| * | | | mixed up linesmaxfranke2022-04-121-1/+1
| * | | | Added SSM sockops for OSes that have support but were missing from libcmaxfranke2022-04-123-0/+30
* | | | | Auto merge of #2752 - ian-h-chamberlain:horizon/pthread_condattr, r=Amanieubors2022-04-121-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add pthread_condattr_{set,get}clock on Horizon OSIan Chamberlain2022-04-111-0/+10
* | | | | Auto merge of #2750 - pfmooney:uclibc-siginfo, r=Amanieubors2022-04-121-0/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add siginfo accessors for uclibcPatrick Mooney2022-04-111-0/+26
* | | | | Auto merge of #2749 - vityafx:bump-version-to-0-2-123, r=Amanieu0.2.123bors2022-04-112-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump version to 0.2.123Victor Polevoy2022-04-112-3/+3
|/ / / /
* | | | Auto merge of #2745 - vityafx:add-sched-constants-for-openbsd, r=Amanieubors2022-04-102-0/+7
|\ \ \ \
| * | | | Add SCHED constants for OpenBSD.Victor Polevoy2022-04-092-0/+7
| |/ / /
* | | | Auto merge of #2744 - vityafx:add-pthread-functions-to-freebsd, r=Amanieubors2022-04-102-0/+12
|\ \ \ \
| * | | | Add pthread_set/get schedparam functions to FreeBSD.Victor Polevoy2022-04-092-0/+12
| |/ / /
* | | | Auto merge of #2742 - petrochenkov:stabundle, r=Amanieubors2022-04-101-1/+1
|\ \ \ \
| * | | | Remove use of `feature(static_nobundle)`Vadim Petrochenkov2022-04-081-1/+1
| |/ / /
* | | | Auto merge of #2740 - junhochoi:ip_dontfrag_freebsdlike, r=Amanieubors2022-04-104-0/+5
|\ \ \ \