aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2025-08-14Linux: Use time64 syscalls when availableStephen Gregoratto
2025-08-14Linux: Update syscall list for 6.16Stephen Gregoratto
2025-08-08std.os.windows: map RtlGenRandom() failure to error.SystemResourcesAlex Rønne Petersen
2025-08-07Merge pull request #24709 from rootbeer/24380-fstatat-race-fixAlex Rønne Petersen
2025-08-07Merge pull request #24199 from Justus2308/24106-fmt-castsMatthew Lugg
2025-08-06linux/mips.zig: Use `i32` for stat nsec fieldsPat Tullmann
2025-08-06#24471: add mlock syscalls to std.os.linuxkj4tmp@gmail.com
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-18std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)AsmArtisan256
2025-07-16canonicalize loongarch clobbersAndrew Kelley
2025-07-16fix mips inline asmAndrew Kelley
2025-07-16remove condition codesAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-15std.os.windows: restore sendmsg, sendto, recvfromAndrew Kelley
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-08std.os.freebsd.copy_file_range: add missing error.UnexpectedAndrew Kelley
2025-07-08update format strings in os/windows/test.zigAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-07-01std.os.linux: Define ucontext_t and mcontext_t for RISC-VAlex Rønne Petersen
2025-06-22Update 32-bit PowerPC syscall functionstaylor.fish
2025-06-21Fix illegal behavior from syscalls on powerpc64letaylor.fish
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-06-02windows: Delete obsolete environment variable kernel32 wrappers and bindingsRyan Liptak
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-18start: Don't artificially limit some posixCallMainAndExit() logic to Linux.Alex Rønne Petersen
2025-05-11Merge pull request #23810 from alexrp/more-test-targetsAlex Rønne Petersen
2025-05-10Fix implementation of std.os.linux.accept on x86Michael Pfaff
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-05-09std: fix `error.Unexpected` on certain Windows file operationsHydroH
2025-05-08std: Disable `os.linux.test.test.fallocate` on MIPS N32.Alex Rønne Petersen
2025-05-06Add register_file_alloc_rangeSeiichi Uchida
2025-05-03disable getauxvalImpl instrumentation as libfuzzer's allocator may need to ca...tjog
2025-05-01Merge pull request #23601 from rootbeer/sig-splitAlex Rønne Petersen
2025-05-01fix(windows): handle commitment limit error in CreateProcessWDavid John
2025-05-01fix mount apiCutie Deng
2025-04-30std.os.linux: Fix MIPS signal numbersPat Tullmann
2025-04-30linux: update `sigmask` in every arch `ucontext_t`Pat Tullmann
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30std.os.linux: export kernel-sized sigset_t and operationsPat Tullmann
2025-04-30Fix Unexpected error for 1453 on Windows (#23729)psbob
2025-04-28std.os.linux: Add missing time_t definition for sparc64.Alex Rønne Petersen