summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux
Commit message (Expand)AuthorAgeFilesLines
* definitions for linux hardware timestampingFolkert2023-04-031-0/+55
* Auto merge of #3035 - jreppnow:rtnetlink-ext-filter, r=JohnTitorbors2023-04-021-0/+8
|\
| * add RTEXT_FILTER* constants from linux/rtnetlink.hJanosch Reppnow2023-02-261-0/+8
* | Add user_regs_struct for riscv32/64kxxt2023-03-282-0/+70
* | linux: add kexec flagsRicardo Ribalda2023-03-201-0/+8
* | 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-121-0/+10
|\ \ \
| * | | Add reentrant glibc getmntent_rKovacsics Robert2023-03-111-0/+10
| |/ /
* | | 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-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