aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/vdso.zig
AgeCommit message (Expand)Author
2024-10-12std.dynamic_library: update to new elf APIAndrew Kelley
2024-10-12link.Elf: eliminate an O(N^2) algorithm in flush()Andrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-01-24std: remove meta.assumeSentinelIsaac Freund
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2020-12-31Year++Frank Denis
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-03Added comment justifying wrapping operationsAlexandros Naskos
2020-03-02Allow wrapping in VDSO lookupAlexandros Naskos
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley