summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Auto merge of #2545 - JohnTitor:freebsd-14-ci, r=JohnTitorbors2021-11-1812-114/+791
|\ \ \ | |/ / |/| |
| * | Add FreeBSD 14 moduleYuki Okushi2021-11-1710-3/+478
| * | Properly declare a structYuki Okushi2021-11-174-111/+296
| * | Detect FreeBSD 14Yuki Okushi2021-11-173-1/+4
| * | Add FreeBSD 14 CIYuki Okushi2021-11-171-0/+14
| |/
* | Auto merge of #2537 - kanavin:add-riscv, r=Amanieubors2021-11-174-1/+742
|\ \
| * | riscv64/musl: remove unused definitions (fixup)Alexander Kanavin2021-11-171-45/+0
| * | ci/build.sh: add riscv64gc-unknown-linux-muslAlexander Kanavin2021-11-171-0/+1
| * | FIXUP Correct definitions to match muslDrew DeVault2021-11-171-397/+311
| * | FIXUP: linux/musl/mod.rs: add riscv64 to b64 setDrew DeVault2021-11-171-1/+2
| * | Add base definitions for riscv64 + muslDrew DeVault2021-11-172-0/+870
|/ /
* | Auto merge of #2542 - devnexen:ftok_nbsd_obsd, r=JohnTitorbors2021-11-174-0/+5
|\ \
| * | netbsd/openbsd ftok addition.David Carlier2021-11-164-0/+5
| |/
* | Auto merge of #2544 - JohnTitor:tiocremote-missing, r=JohnTitorbors2021-11-171-0/+3
|\ \ | |/ |/|
| * Ignore `TIOCREMOTE` on macOSYuki Okushi2021-11-171-0/+3
|/
* Auto merge of #2539 - JohnTitor:suggest-mach2-instead, r=JohnTitorbors2021-11-162-12/+12
|\
| * Suggest the `mach2` crate insteadYuki Okushi2021-11-162-12/+12
* | Auto merge of #2529 - devnexen:fbsd_vmtotal, r=JohnTitorbors2021-11-163-0/+28
|\ \ | |/ |/|
| * freebsd add vmtotal sysctl queryDavid Carlier2021-11-153-0/+28
* | Auto merge of #2534 - devnexen:haiku_dl_phdr, r=JohnTitorbors2021-11-153-0/+72
|\ \
| * | haiku dl_phdr_iterate addition (supports since beta3).David CARLIER2021-11-153-0/+72
* | | Auto merge of #2536 - GuillaumeGomez:freebsd-consts, r=Amanieubors2021-11-151-0/+11
|\ \ \ | |/ / |/| |
| * | Add more FreeBSD constsGuillaume Gomez2021-11-151-0/+11
* | | Auto merge of #2533 - devnexen:win32_stdio_more, r=JohnTitorbors2021-11-152-0/+4
|\ \ \ | |_|/ |/| |
| * | windows add printf/fprintfDavid Carlier2021-11-132-0/+4
* | | Auto merge of #2530 - de-vri-es:tty-cleanup, r=JohnTitorbors2021-11-1541-327/+84
|\ \ \
| * | | Add IBSHIFT constant for Linux and Android.Maarten de Vries2021-11-148-1/+10
| * | | Move BOTHER flag to linux::arch::*Maarten de Vries2021-11-1426-21/+9
| * | | Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-1129-305/+65
| |/ /
* | | Auto merge of #2532 - devnexen:linux_ctermid, r=Amanieubors2021-11-134-0/+6
|\ \ \ | |/ / |/| |
| * | linux ctermid addition.David Carlier2021-11-134-0/+6
|/ /
* | Auto merge of #2528 - workingjubilee:scope-wasi, r=joshtriplettbors2021-11-112-2/+4
|\ \
| * | Scope in Send, Sync for wasiJubilee Young2021-11-102-2/+4
* | | Auto merge of #2526 - devnexen:sem_fbsd, r=Amanieubors2021-11-113-0/+29
|\ \ \
| * | | freebsd sem api additionDavid Carlier2021-11-093-0/+29
* | | | Auto merge of #2527 - devnexen:obsd_execinfo, r=JohnTitorbors2021-11-103-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | openbsd backtrace api additionDavid Carlier2021-11-103-0/+21
|/ / /
* | | Auto merge of #2523 - devnexen:netbsd_uucred, r=JohnTitorbors2021-11-093-0/+12
|\ \ \
| * | | netbsd add uucred structDavid Carlier2021-11-083-0/+12
| |/ /
* | | Auto merge of #2477 - Fanael:linux-openat2, r=JohnTitorbors2021-11-085-0/+49
|\ \ \
| * | | linux: Add open_how and related flagsFanael Linithien2021-11-045-0/+49
* | | | Auto merge of #2521 - de-vri-es:tiocm-solarish, r=JohnTitorbors2021-11-081-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Add TIOCM_* constants for Illumos and Solaris.Maarten de Vries2021-11-071-0/+12
|/ / /
* | | Auto merge of #2515 - workingjubilee:bump-ver, r=JohnTitor0.2.107bors2021-11-072-3/+3
|\ \ \
| * | | Bump libc to 0.2.107Jubilee Young2021-11-052-3/+3
* | | | Auto merge of #2468 - unrelentingtech:fbsd-efd, r=JohnTitorbors2021-11-073-4/+20
|\ \ \ \
| * | | | FreeBSD: add eventfd (since 13)Greg V2021-11-073-4/+20
* | | | | Auto merge of #2518 - de-vri-es:move-termios2-to-arch, r=Amanieubors2021-11-0615-150/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move termios2 struct and ioctl constants to linux::arch.Maarten de Vries2021-11-0615-150/+54
* | | | | Auto merge of #2517 - devnexen:fbsd_ptrace_requpdate, r=JohnTitorbors2021-11-063-0/+16
|\ \ \ \ \