summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Appease the style checkermsvc-crt-linkChris Denton2023-03-311-1/+3
* MSVC: Add `msvc_crt_link` optionsChris Denton2023-03-301-4/+91
* Auto merge of #3153 - devnexen:dl_iterate_phdr_haiku, r=JohnTitorbors2023-03-292-0/+18
|\
| * haku adding dl_iterate_phdr bsd extensionDavid Carlier2023-03-232-0/+18
* | Auto merge of #3166 - kxxt:riscv64gc-userregs, r=JohnTitorbors2023-03-292-0/+70
|\ \
| * | Add user_regs_struct for riscv32/64kxxt2023-03-282-0/+70
| |/
* | Auto merge of #3152 - shua:mactime, r=JohnTitorbors2023-03-292-0/+24
|\ \
| * | apple: add time.h functionsshua2023-03-262-0/+24
* | | Auto merge of #3165 - devnexen:haiku_memmem, r=JohnTitorbors2023-03-281-0/+10
|\ \ \
| * | | add memmem GNU extension for haikuDavid Carlier2023-03-241-0/+10
| | |/ | |/|
* | | Auto merge of #3164 - devnexen:redox_explicit_bzero, r=JohnTitorbors2023-03-282-0/+4
|\ \ \
| * | | redox add explicit_bzeroDavid CARLIER2023-03-242-0/+4
| |/ /
* | | Auto merge of #3168 - devnexen:redox_strclpy_api, r=JohnTitorbors2023-03-272-0/+6
|\ \ \
| * | | redox add strlcpy apiDavid CARLIER2023-03-252-0/+6
| |/ /
* | | Auto merge of #3172 - JohnTitor:pin-freebsd-14, r=JohnTitorbors2023-03-271-1/+4
|\ \ \ | |/ / |/| |
| * | FreeBSD: Ignore test for remove constYuki Okushi2023-03-281-1/+4
|/ /
* | Auto merge of #3162 - JohnTitor:enable-triagebot-shortcut, r=JohnTitorbors2023-03-231-0/+2
|\ \
| * | Enable the "shortcut" feature for triagebotYuki Okushi2023-03-231-0/+2
| |/
* | Auto merge of #3156 - ribalda:kexec, r=JohnTitorbors2023-03-235-0/+31
|\ \
| * | linux: add kexec flagsRicardo Ribalda2023-03-205-0/+31
| |/
* | Auto merge of #3158 - devnexen:haiku_progname, r=JohnTitorbors2023-03-231-0/+3
|\ \ | |/ |/|
| * progname api for haikuDavid Carlier2023-03-201-0/+3
|/
* Auto merge of #3146 - lcheylus:openbsd, r=JohnTitorbors2023-03-152-0/+10
|\
| * Add OpenBSD CLOCK_* constantsLaurent Cheylus2023-03-132-0/+10
|/
* Auto merge of #3145 - coolreader18:redox-locale, r=JohnTitorbors2023-03-132-1/+11
|\
| * Add LC_ constants for redox (and truncate() is now supported)Noa2023-03-102-1/+11
* | Auto merge of #3140 - sunfishcode:sunfishcode/map-sync-sock-seqpacket, r=John...bors2023-03-133-2/+4
|\ \
| * | Fix `MAP_SYNC` on musl powerpc and s390.Dan Gohman2023-03-123-2/+4
* | | Auto merge of #3148 - KoviRobi:add-reentrant-getmntent_r, r=JohnTitorbors2023-03-122-0/+11
|\ \ \
| * | | Add reentrant glibc getmntent_rKovacsics Robert2023-03-112-0/+11
| | |/ | |/|
* | | Auto merge of #3147 - devnexen:haiku_stringlist, r=JohnTitorbors2023-03-122-1/+14
|\ \ \
| * | | Haiku StringList api additionDavid Carlier2023-03-122-1/+14
| |/ /
* | | Auto merge of #3136 - nekopsykose:dccp, r=JohnTitorbors2023-03-124-38/+38
|\ \ \ | |/ / |/| |
| * | linux: move DCCP_ constants from linux/gnu to linuxpsykose2023-03-034-38/+38
* | | Auto merge of #3141 - Amanieu:v0.2.140, r=JohnTitor0.2.140bors2023-03-092-9/+9
|\ \ \
| * | | Bump version to 0.2.140Amanieu d'Antras2023-03-052-9/+9
| | |/ | |/|
* | | Auto merge of #3143 - connor4312:add-errno, r=JohnTitorbors2023-03-081-0/+2
|\ \ \
| * | | wasi: add __errno_locationConnor Peet2023-03-071-0/+2
* | | | Auto merge of #3037 - ferrocene:pa-check-cfg, r=JohnTitorbors2023-03-082-25/+97
|\ \ \ \ | |/ / / |/| | |
| * | | compatibility with rust 1.13.0Pietro Albini2023-03-081-3/+3
| * | | add ci job to test check-cfgPietro Albini2023-03-061-0/+17
| * | | support extra check-cfgPietro Albini2023-03-061-0/+11
| * | | emit rustc-check-cfg in the build script when LIBC_CHECK_CFG=1Pietro Albini2023-03-061-0/+12
| * | | ensure all cfgs used are allowedPietro Albini2023-03-061-0/+30
| * | | refactor build script to use a function to set cfgsPietro Albini2023-03-061-25/+27
| |/ /
* | | Auto merge of #3142 - connor4312:wasi-irwx, r=JohnTitorbors2023-03-071-0/+3
|\ \ \ | |/ / |/| |
| * | add S_IRWX* constants to wasiConnor Peet2023-03-061-0/+3
|/ /
* | Auto merge of #3138 - Amanieu:ohos, r=JohnTitorbors2023-03-048-102/+157
|\ \
| * | Add support for OpenHarmonyAmanieu d'Antras2023-03-048-102/+157
|/ /
* | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitorbors2023-03-033-8/+10
|\ \