aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2023-10-20gettimeofday takes nullable pointersProkop Randacek
2023-10-06Add pause() to linux.zigRatakor
2023-10-06Add filled_sigset to os.linuxRatakor
2023-10-04x86_64: implement C abi for 128-bit integersJacob Young
2023-10-04linux: add fanotify APInikneym
2023-10-04Update IORING_OP to reflect upstream (#17388)Kai Jellinghaus
2023-09-28Linux: Add cachestat wrapper.Stephen Gregoratto
2023-09-26Add new fields to io_sqring_offsets & io_cqring_offsetsKai Jellinghaus
2023-08-27linux: fixup for platforms that don't support extern functions yetkcbanner
2023-08-27linux: only export getauxval if not linking libckcbanner
2023-08-27linux: instead of export elf_aux_maybe, export getauxval itselfkcbanner
2023-08-26linux: export elf_aux_maybe so that libraries can call getauxvalkcbanner
2023-08-09linux: add setsidmllken
2023-07-31Merge pull request #16622 from jacobly0/cbe-asm-compatAndrew Kelley
2023-07-31Revert "linux adding some NUMA support"Andrew Kelley
2023-07-31Revert "std.os: adding linux's sched_setaffinity and its wrapper"Andrew Kelley
2023-07-31Revert "std.os: add linux timer api"Andrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-07-25std.os.linux | Fix sendmmsg function | Issue #16513Zachary Raineri
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-20debug: fix initialization of the optional fields on StackIteratorkcbanner
2023-07-20linux: add getcontext for x86_64kcbanner