aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/x86_64.zig
AgeCommit message (Expand)Author
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-10-25x86_64: pass more testsJacob Young
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-07-20linux: add getcontext for x86_64kcbanner
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-03x86_64: remove returns from naked functionsJacob Young
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-10-25std: add cbe hacks to more targetsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-09-29std: Replace use of stage1 function pointersominitay
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-04-15update self hosted sources to language changesVeikka Tuominen
2022-03-22Fix ucontext_tLocria Cyber
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-08-02Make linux syscalls accessible with non-Linux target OSN00byEdge
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-25mv std/ lib/Andrew Kelley