summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2541 - GuillaumeGomez:upgrade, r=JohnTitor0.2.108bors2021-11-202-3/+3
|\
| * Upgrade crate version to 0.2.108Guillaume Gomez2021-11-162-3/+3
* | Auto merge of #2549 - GuillaumeGomez:more-freebsd, r=JohnTitorbors2021-11-192-5/+258
|\ \
| * | Mark consts to be ignored depending on freebsd versionGuillaume Gomez2021-11-192-44/+46
| * | Integrate freebsd 14 as wellGuillaume Gomez2021-11-191-11/+8
| * | Add missing consts from sys/sysctl.hGuillaume Gomez2021-11-191-0/+85
| * | Add sys/proc.h header into libc-test import listGuillaume Gomez2021-11-191-0/+1
| * | Add more items for FreeBSDGuillaume Gomez2021-11-191-0/+168
* | | Auto merge of #2553 - devnexen:obsd_ptrace_state, r=Amanieubors2021-11-192-0/+22
|\ \ \ | |/ / |/| |
| * | couple of ptrace query for openbsdDavid Carlier2021-11-192-0/+22
|/ /
* | Auto merge of #2552 - GuillaumeGomez:kinfo_proc-doc, r=JohnTitorbors2021-11-194-0/+337
|\ \
| * | Add documentation for kinfo_proc fieldsGuillaume Gomez2021-11-184-0/+337
* | | Auto merge of #2551 - devnexen:ctl_describe_query_netbsd, r=JohnTitorbors2021-11-182-0/+8
|\ \ \
| * | | netbsd add sysctldesc query.David Carlier2021-11-172-0/+8
* | | | Auto merge of #2550 - de-vri-es:restore-ioctl-types, r=JohnTitorbors2021-11-188-28/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-178-28/+67
| |/ /
* | | 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
|\ \ \