aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig/system/linux.zig
AgeCommit message (Expand)Author
5 daysstd.fs: migrate most of the API elsewhereAndrew Kelley
5 daysupdate all occurrences of close() to close(io)Andrew Kelley
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-21std.zig.system.linux: implement s390x native CPU detectionAlex Rønne Petersen
2025-11-21std.zig.system.linux: don't arbitrarily limit sparc CPU detection to 64-bitAlex Rønne Petersen
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-08std.Io.Reader: fix delimiter bugsmlugg
2025-08-30std.zig.system: update aarch64 and powerpc cpu detection for LLVM 21Alex Rønne Petersen
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-08std.zig.system.linux: update API usageAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-01std.zig.system.linux: Add detection for some extra RISC-V CPUsAlex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2024-07-31remove hard tabs from source codeAndrew Kelley
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-04-17std.zig.system.linux: Use arm.zig detection for AArch64 CPU featuresLiviu Dudau
2024-02-19std.zig.system.linux: detect risc-vTristan Ross
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-28arm: move cpu model table into system/arm.zigJakub Konka
2022-11-20fix CPU model detection for neoverse_n1 on aarch64-linuxAndrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-03std: Add two more ARM CPUs to the known CPU listLemonBoy
2021-05-03std: Add many more vendors and cpus to the ARM detection listLemonBoy
2021-05-03stage2: Implement CPU host detection for ARM/AArch64 targetsLemonBoy
2021-04-27stage1: Implement CPU host detection for PowerPC targetsLemonBoy
2021-04-26stage2: Ensure the features set is populatedLemonBoy
2021-04-26stage2: Add framework for host CPU detection on LinuxLemonBoy