aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/platform/linux/libc_s.rs
Commit message (Expand)AuthorAgeFilesLines
* linux: implement socket and mmap wrapper for rxringdilluti0n2026-07-071-5/+23
* linux: libc_s: add syscall! macro to reduce redundant error handlingdilluti0n2026-07-061-29/+15
* linux: add PACKET_RX_RING to libc_s::setsockopt apstractiondilluti0n2026-07-061-9/+21
* linux: add safe abstraction for setsockopt(SO_ATTACH_FILTER)dilluti0n2026-07-061-1/+29
* linux: move poll_s() to mod libc_sdilluti0n2026-07-061-0/+9
* linux: drop nix, add wrapper libc_s insteaddilluti0n2026-07-061-0/+42