aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-22fix type errors in os.linux (#15801)yujiri8
2023-05-19std.os: add linux timer apiDavid CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-05-11Add tc{set,get}pgrp to std.os.linuxGregory Mullen
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-27fix incorrect struct definition朕与将军解战袍
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-23std.os.linux: Add new CAP constantsHubert Jasudowicz
2023-04-06std.os: add mincore syscalljim price
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-15hot code swapping PoC workingAndrew Kelley
2023-03-15std.os.linux: add ptraceAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley