summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/musl/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenHarmonyAmanieu d'Antras2023-03-041-9/+18
* Add pthread barrierAndrei Odintsov2023-01-111-0/+1
* linux musl adding `PIDFD_NONBLOCK` constant.David Carlier2022-11-201-0/+2
* expose dirname and basenameSteve Lau2022-10-251-0/+3
* some time functions on glibc and muslSteve Lau2022-10-121-0/+10
* add euidaccess and eaccess on gnu/musl linuxSteve Lau2022-10-081-0/+3
* linux SOMAXCONN rework proposal.David Carlier2022-05-281-0/+2
* add malloc_usable_size for musljjl2022-05-021-0/+1
* Auto merge of #2540 - kraj:rv32-musl, r=Amanieubors2022-04-291-0/+1
|\
| * Add riscv32 support for musl C library based linux platformsKhem Raj2022-04-281-0/+1
* | Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-211-14/+0
* | Define ip_mreqn on all Linux platformsTamir Duberstein2022-01-231-6/+0
* | Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-171-3/+1
* | uclibc does not have mlock2Jonah Petri2021-12-131-0/+1
* | memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-221-0/+2
* | Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-171-0/+10
* | FIXUP: linux/musl/mod.rs: add riscv64 to b64 setDrew DeVault2021-11-171-1/+2
|/
* linux ctermid addition.David Carlier2021-11-131-0/+2
* linux: hoist a few symbols which are now available in all libc variantsJonah Petri2021-09-171-35/+0
* Add <sys/timex.h> bindings for linux-muslDaniel Fox Franke2021-08-131-0/+91
* adding reallocarray for linux and androidDavid Carlier2021-07-231-0/+2
* Remove the new `extern "C"` blocks (merge with existing blocks)niluxv2021-05-081-2/+0
* Add explicit/volatile memset/memzero functionsniluxv2021-05-021-0/+5
* Unified Linux TCP socket optionszonyitoo2021-04-091-12/+0
* Unified all Linux sockopts definitions by archzonyitoo2021-04-051-7/+0
* Add getauxval to muslAmanieu d'Antras2021-03-171-0/+1
* Fix build for `s390x-unknown-linux-musl`Yuki Okushi2021-03-011-2/+10
* add definitions for s390x musl targetsAriadne Conill2021-02-151-1/+2
* move EPOLLEXCLUSIVE and EPOLLWAKEUP to linux/mod.rsJonah Petri2021-02-121-2/+0
* uclibc: style fixesJonah Petri2021-02-121-0/+13
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-121-3/+17
* RustfmtAmanieu d'Antras2021-02-011-10/+10
* Don't mark time_t as deprecated on musl in rustc buildAmanieu d'Antras2021-02-011-5/+8
* Address review comments.David Craven2020-12-031-0/+18
* Add a deprecation note to `time_t` on muslYuki Okushi2020-10-251-0/+6
* Bring the MUSL version of siginfo_t up-to-date.brian-cook2020-10-231-2/+62
* Declare `utmpx` on muslYuki Okushi2020-07-221-0/+97
* Add `ip_mreqn` on the more targetsYuki Okushi2020-05-291-0/+6
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Add TIOCSBRK/TIOCCBRK to more supported platformsBryant Mairs2020-05-071-0/+3
* Add `rtentry` to musl as wellYuki Okushi2020-04-141-0/+21
* Add bindings for POSIX regexesAlexander Batischev2020-04-131-0/+10
* This adds the defines from include/uapi/asm-generic/hugetlb_encode.h and the ...Guillume DIDIER2020-04-091-0/+24
* linux: add fanotify(7) API bindings.Daniel McCarney2020-04-041-0/+10
* Add `CLOCK_TAI` to linux_like/mod.rsYuki Okushi2020-03-081-3/+0
* Merge pull request #1672 from JohnTitor/ci-tweaksYuki Okushi2020-03-011-1/+1
|\
| * Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1
* | Add TCP_FASTOPEN_CONNECT for Linux after 4.11zonyitoo2020-02-291-0/+1
|/
* Add memmemVickenty Fesunov2020-02-191-0/+6
* Add flock64 to linux_like platformsElichai Turkel2019-11-211-0/+2