summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenHarmonyAmanieu d'Antras2023-03-045-83/+117
* 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-221-0/+12
|/
* 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 #3095 - devnexen:linux_sctp1, r=JohnTitorbors2023-02-121-0/+163
|\ \
| * | linux starting adding sctp supportDavid Carlier2023-02-101-0/+163
| |/
* | 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
|/
* uclibc/mips: add missing MAP_HUGETLB constantXiaobo Liu2023-02-041-0/+2
* uclibc/mips: add more missing constantXiaobo Liu2023-01-291-0/+7
* 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-281-0/+1
|\ \ \
| * | | linux: add PR_SET_PTRACER_ANYYang Hau2023-01-271-0/+1
* | | | 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
* | | | uclibc/mips: add missing O_LARGEFILE constantXiaobo Liu2023-01-231-0/+1
| |_|/ |/| |
* | | 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
| | |/ | |/|
* | | Add pthread barrierAndrei Odintsov2023-01-1122-0/+126
|/ /
* | linux: add OPEN_TREE_CLONE and OPEN_TREE_CLOEXECLuca BRUNO2023-01-091-0/+4
* | Auto merge of #3055 - devnexen:prctl_score_sched, r=JohnTitorbors2023-01-081-0/+10
|\ \
| * | linux add scheduler core for prctl constantsDavid Carlier2023-01-081-0/+10
| |/
* | Auto merge of #3029 - devnexen:pidfd_nonblock_uclibc, r=JohnTitorbors2023-01-083-0/+3
|\ \ | |/ |/|
| * PIDFD_NONBLOCK addition into uclibc.David Carlier2022-12-063-0/+3
* | Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* | Auto merge of #3027 - Phantomical:auxval, r=JohnTitorbors2022-12-111-0/+4
|\ \
| * | Add AT_SYSINFO_EHDR constant for linuxPhantomical2022-12-041-0/+4
| |/
* | Try readding all inotify flagscarbotaniuman2022-12-071-3/+3
|/
* Auto merge of #3021 - devnexen:getopt_long, r=JohnTitorbors2022-12-031-0/+14
|\
| * adding getopt_long for unixes.David Carlier2022-12-011-0/+14
* | Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitorbors2022-11-301-0/+2
|\ \ | |/ |/|
| * linux musl adding `PIDFD_NONBLOCK` constant.David Carlier2022-11-201-0/+2
* | Auto merge of #3012 - devnexen:sys_pidfd_foruclibc, r=JohnTitorbors2022-11-271-0/+2
|\ \
| * | adding SYS_pidfd_send_signal/SYS_pidfd_getfd constants to linux uclibc arm fl...David Carlier2022-11-211-0/+2
* | | Auto merge of #3007 - xen0n:fix-loong, r=JohnTitorbors2022-11-271-17/+2
|\ \ \