aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2023-09-28Update Linux syscalls for kernel 5.5Stephen Gregoratto
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-09-04Make a Couple Syscall Comments Consistent (#17066)Jim Calabro
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31std: cleanup asm usageJacob Young
2023-07-24io_uring: let the OS choose a free local port for all testsmllken
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-20linux: rework getcontext to closer match the specification (saved IP/SP match...kcbanner
2023-07-20debug: x86 unwinding support, more unwinding fixeskcbanner
2023-07-20linux: add getcontext for x86_64kcbanner
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13bpf: expose "syscall" program type and F_SLEEPABLE flagbfredl
2023-05-11fix incorrect use of mutable pointers to temporary valuesVeikka Tuominen
2023-05-03bpf: correct return type of ringbuf_output helperTw
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-22doc: fix minor grammar issues-k
2023-04-19work around an intermittent io_uring test failureAndrew Kelley
2023-04-03x86_64: remove returns from naked functionsJacob Young
2023-03-30Change ordering of prep provide buffers argsbing
2023-03-28bpf: add missing *const for helper functionsTw
2023-03-15std lib tests: avoid cwd races by using std.testing.tmpDirAndrew Kelley
2023-03-15disable std lib unit tests that hard code port numbersAndrew Kelley
2023-02-05Update Linux syscall list for 6.1, support Mips64Stephen Gregoratto
2023-02-04Add support for mips64/mips64elSuirad
2023-01-24std: remove meta.assumeSentinelIsaac Freund
2023-01-16std.os.linux.io_uring: fix ABI errorVeikka Tuominen
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-27linux.bpf: expose map_get_next_keybfredl
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-09Fixes to linux/bpf/btf.zigbfredl
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25std: add cbe hacks to more targetsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-16os.linux: some fixes to BPF modulebfredl
2022-10-13io_uring: ignore SOCK_NONEMPTY for reproducible testsJacob Young
2022-10-11io_uring: allow for nullable argumentsmllken
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-19std.os.linux.bpf: fix compile errorAndrew Kelley
2022-08-05Update Linux syscall list for 5.19Stephen Gregoratto
2022-07-16Fix io_uring tests (#12134)Vincent Rischmann
2022-07-05std.os.linux.io_uring: work around LLVM bugAndrew Kelley
2022-06-27std.os.linux.clone: upgrade to stage2 fn ptr semanticsAndrew Kelley