aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2023-07-20debug: fix initialization of the optional fields on StackIteratorkcbanner
2023-07-20debug: fix reading -gdwarf generated debug sections in COFF fileskcbanner
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-20more UEFI alignment fixesxdBronch
2023-07-14fix alignment error in uefi FileInfo protocolxdBronch
2023-07-10Merge pull request #16100 from squeek502/windows-path-compareAndrew Kelley
2023-07-08std.os.uefi: use std.os.uefi.cc instead of .C as calling conventionr00ster91
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-06-30Add `os.windows.nls.upcaseW`, a cross-platform implementation of `RtlUpcaseUn...Ryan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17windows: detect ANSI support in more terminalsChristofer Nolander
2023-06-17Merge pull request #15501 from matu3ba/win_rmwithposixAndrew Kelley
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16Merge pull request #16003 from g-w1/plan9-lazy-symsAndrew Kelley
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-16plan9: flesh out stdlib enough to allow not using simplified start logicJacob G-W
2023-06-13bpf: expose "syscall" program type and F_SLEEPABLE flagbfredl
2023-06-10os/plan9: fix order of register setting in syscall1Jacob G-W
2023-05-30Merge pull request #15905 from jacobly0/x86_64-hotfixJakub Konka
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-22fix type errors in os.linux (#15801)yujiri8
2023-05-19std.os: add linux timer apiDavid CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13Merge pull request #15643 from Vexu/fixesVeikka Tuominen
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-05-11Add tc{set,get}pgrp to std.os.linuxGregory Mullen
2023-05-11fix incorrect use of mutable pointers to temporary valuesVeikka Tuominen
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-05-03bpf: correct return type of ringbuf_output helperTw
2023-05-01address review by user @squeek502Jan Philipp Hafer
2023-05-01apply suggestion by user @xEgoistJan Philipp Hafer
2023-05-01std.windows: use posix semantics to delete files, if availableMartin Wickham
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std.os.windows: fix overlapping copyAndrew Kelley
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-27fix incorrect struct definition朕与将军解战袍
2023-04-25zig fmtAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-24std: fix windows resource leaksJacob Young
2023-04-23Improvements to docs and textzooster
2023-04-23std.os.linux: Add new CAP constantsHubert Jasudowicz