summaryrefslogtreecommitdiff
path: root/src/unix/linux_like
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #3136 - nekopsykose:dccp, r=JohnTitorbors2023-03-122-21/+21
|\
| * linux: move DCCP_ constants from linux/gnu to linuxpsykose2023-03-032-21/+21
* | Add support for OpenHarmonyAmanieu d'Antras2023-03-046-89/+141
* | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitorbors2023-03-032-8/+9
|\ \
| * | Move `copy_file_range` to `linux/mod.rs`Yuki Okushi2023-03-033-17/+9
| * | linux/musl: add copy_file_range syscall wrapperSergio Lopez2023-03-031-0/+9
| |/
* | membarrier flags constants additionDavid Carlier2023-02-222-0/+24
|/
* Auto merge of #3119 - kosayoda:posix_spawn_gnu, r=JohnTitorbors2023-02-221-0/+24
|\
| * Add glibc extensions for posix_spawn*.kosayoda2023-02-141-0/+24
* | Auto merge of #3076 - ETKNeil:add-statx-dioalign, r=JohnTitorbors2023-02-201-1/+3
|\ \
| * | Add STATX_DIOALIGN (introduced in linux v6.1)ETKNeil2023-02-201-1/+3
* | | prctl SME flags for gnu arm64.David Carlier2023-02-141-0/+7
|/ /
* | Auto merge of #3104 - devnexen:linux_addstrchrnul, r=JohnTitorbors2023-02-141-0/+2
|\ \
| * | linux adding strchrnulDavid Carlier2023-02-051-0/+2
| |/
* | Auto merge of #3095 - devnexen:linux_sctp1, r=JohnTitorbors2023-02-121-0/+163
|\ \
| * | linux starting adding sctp supportDavid Carlier2023-02-101-0/+163
* | | Auto merge of #3109 - voskh0d:master, r=JohnTitorbors2023-02-121-0/+21
|\ \ \ | |/ / |/| |
| * | Remove const from FUTEX_OPJérôme Dubois2023-02-091-1/+1
| * | linux: add more constants and FUTEX_OP for futexJérôme Dubois2023-02-071-0/+21
| |/
* | linux tcp adding TCP_MD5SIG_MAXKEYLEN const.David Carlier2023-02-061-0/+1
|/
* uclibc/mips: add missing MAP_HUGETLB constantXiaobo Liu2023-02-041-0/+2
* Auto merge of #3094 - cppcoffee:term, r=JohnTitorbors2023-02-031-0/+7
|\
| * uclibc/mips: add more missing constantXiaobo Liu2023-01-291-0/+7
* | Auto merge of #3060 - shikhapanwar:sycfs_for_android, r=JohnTitorbors2023-01-311-0/+2
|\ \ | |/ |/|
| * ANDROID: Add syncfs API in liblibcShikha Panwar2023-01-301-0/+2
* | Auto merge of #3078 - glaubitz:m68k-fixes, r=JohnTitorbors2023-01-281-1/+1
|\ \
| * | m68k: Fix incorrect type for sigaction::sa_flagsJohn Paul Adrian Glaubitz2023-01-201-1/+1
* | | Auto merge of #3092 - cppcoffee:term, r=JohnTitorbors2023-01-281-0/+5
|\ \ \
| * | | uclibc/mips: add missing constantXiaobo Liu2023-01-271-0/+5
* | | | Auto merge of #3086 - howjmay:add-PR_SET_PTRACER_ANY, r=JohnTitorbors2023-01-282-0/+2
|\ \ \ \
| * | | | linux: add PR_SET_PTRACER_ANYYang Hau2023-01-272-0/+2
* | | | | Auto merge of #3074 - mbyzhang:master, r=JohnTitorbors2023-01-281-0/+4
|\ \ \ \ \
| * | | | | linux: add PTRACE_SYSCALL_INFO_*Peter Zhang2023-01-191-0/+4
| | |_|/ / | |/| | |
* | | | | Auto merge of #3072 - Freax13:arm/user_regs, r=JohnTitorbors2023-01-281-0/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add `user_regs` for linux on armTom Dohrmann2023-01-221-0/+21
* | | | | Auto merge of #3088 - cppcoffee:largefile, r=JohnTitorbors2023-01-251-0/+1
|\ \ \ \ \
| * | | | | uclibc/mips: add missing O_LARGEFILE constantXiaobo Liu2023-01-231-0/+1
| | |_|/ / | |/| | |
* | | | | Fix broken URLsKleis Auke Wolthuizen2023-01-231-2/+2
* | | | | Add getentropy for EmscriptenKleis Auke Wolthuizen2023-01-231-1/+2
|/ / / /
* | | | Auto merge of #3081 - devnexen:hwcap2_arm64_update, r=JohnTitorbors2023-01-221-0/+25
|\ \ \ \
| * | | | linux glibc update arm64 HWCAP2 list including the last 6.1 kernel entry.David Carlier2023-01-211-0/+25
| | |/ / | |/| |
* | | | Auto merge of #3061 - lucab:ups/linux-uclibc-resync-syscalls, r=JohnTitorbors2023-01-222-0/+51
|\ \ \ \
| * | | | linux/uclibc: resync syscall tablesLuca BRUNO2023-01-182-0/+51
| | |/ / | |/| |
* | | | Auto merge of #3058 - cppcoffee:uclibc, r=JohnTitorbors2023-01-221-0/+2
|\ \ \ \
| * | | | uclibc/mips: add O_NOATIME & O_PATH constantXiaobo Liu2023-01-081-0/+2
* | | | | Auto merge of #3053 - tones111:rtnl_if_attr_tags, r=JohnTitorbors2023-01-221-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | linux: add additional netlink interface attribute tagsPaul Sbarra2023-01-171-0/+6
| | |/ / | |/| |
* | | | Auto merge of #3065 - Forestryks:master, r=JohnTitorbors2023-01-1822-0/+126
|\ \ \ \ | |/ / / |/| | |
| * | | Add pthread barrierAndrei Odintsov2023-01-1122-0/+126
* | | | Auto merge of #3062 - lucab:ups/android-syscall-ndk-r21d, r=JohnTitorbors2023-01-115-0/+43
|\ \ \ \ | |/ / / |/| | |