aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/x86.zig
AgeCommit message (Expand)Author
2025-10-29std.os.linux.x86: fix signal restore functionAndrew Kelley
2025-10-17std.os.linux: clean up a bunch of dead constsAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: replace usize/isize in arch bits with fixed types for clarityAlex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-16std.os.linux: remove some pointless asm clobbers in naked fnsAlex Rønne Petersen
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30std: fix os.linux.x86.syscall6mlugg
2025-09-23Don't specify clobbers in `restore_rt`taylor.fish
2025-07-16zig fmtAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-04-30linux: update `sigmask` in every arch `ucontext_t`Pat Tullmann
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-01-19std.os.linux: Don't emit CFI directives if unwind tables are disabled.Alex Rønne Petersen
2024-12-11std.os.linux: Add unwinding protection in clone() implementations.Alex Rønne Petersen
2024-08-30std.os.linux: Fix syscall6() when building for PIC/PIE.Alex Rønne Petersen
2024-08-07std.os.linux: Move clone() here and stop exporting it.Alex Rønne Petersen
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31std: cleanup asm usageJacob Young
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-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-11fix incorrect use of mutable pointers to temporary valuesVeikka Tuominen
2023-04-03x86_64: remove returns from naked functionsJacob Young
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi