aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2023-02-04Add support for mips64/mips64elSuirad
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-16stdlib: make linux.PERF.TYPE non-exhaustiveBjörn Linse
2022-11-15std.os.linux: Add setitimer and getitimer syscallsHayden Pope
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen