aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2024-07-19Merge pull request #20679 from ziglang/std.c-reorgAndrew Kelley
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19fix fanotify_mark on 32-bitTechatrix
2024-07-19std.c reorganizationAndrew Kelley
2024-07-15std.os.linux: export getauxval only when building executable or root has main...Vesim
2024-07-12std.os.linux: type safety for fanotify metadata event mask fieldAndrew Kelley
2024-07-12std.os.linux: add AT.HANDLE_FIDAndrew Kelley
2024-07-12std.os.linux: fanotify_init, fanotify_mark, name_to_handle_atAndrew Kelley
2024-07-09Merge pull request #20561 from jacobly0/debug-segfaultsAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-09debug: prevent segfaults on linuxJacob Young
2024-07-03Add two new io_uring flags to linux.zigNikita
2024-06-13Fix futex2_waitv syscallPeng Guanwen
2024-05-20fix: incorrect field sizes in std.os.linux.ifmapWes Koerber
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-20Fix usage of `unexpectedErrno`Jared Baur
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-20std: fix inconsistent errno size on linuxAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-03-08std.os.linux: do not use `usingnamespace` to define getauxvalmlugg
2024-03-08std.os.linux: remove unnecessary use of `usingnamespace`mlugg
2024-03-05std.os.linux: enforce null-terminated path argumentsOK Ryoko
2024-02-13std.posix.termios: bring V backAndrew Kelley
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to lflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-12Merge pull request #18898 from psnszsn/iouring_waitidAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-11linux: add missing io_uring opcodesVlad Pănăzan
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-15Linux: Add syscall bindings, enhance documentation.Stephen Gregoratto
2024-01-13Add fchmodat2 bits to os/linux.zigStephen Gregoratto
2024-01-09Optimized `std.mem.eql` with SIMD (#18389)David Rubin
2023-12-08switch to mem.spanxdBronch
2023-12-08add getName helper to inotify_eventxdBronch
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-01Fix regressing #17290 from #17734Kai Jellinghaus
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-27std.linux: Update io_uring structs and consts for kernel 6.3.8joadnacer