aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2025-02-09std.os.uefi: Adjust casing to match style guide in a few placesLinus Groh
2025-02-08std.os.uefi: Add missing SystemTable revision constantsLinus Groh
2025-02-08std.os.uefi: fix allocators compilingTristan Ross
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07fix: getEndPos return end positionKouosi Takayama
2025-02-06std.heap: remove HeapAllocatorAndrew Kelley
2025-02-06std.os.linux.mmap: remove logic that does not belong hereAndrew Kelley
2025-02-06introduce std.posix.mremap and use itAndrew Kelley
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-05std.os.linux: remove app_maskMisaki Kasumi
2025-02-03std.os.linux: re-add missing timerfd_create() constantsJohn Benediktsson
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2025-01-31std.os.linux: adding recvmmsg() (#22651)John Benediktsson
2025-01-30std: fix comptime SemanticVersion expr regressionMichael Dusan
2025-01-29std: mkdir(2) mode uses mode_tMeghan Denny
2025-01-29std: add optional times pointer for futimes, futimens, utimes, utimensatthejohnny5
2025-01-26std.os.linux: Adding sigdelset (#22406)Enrique Miguel Mora Meza
2025-01-26Update LDR_DATA_TABLE_ENTRY structziggoon
2025-01-19std.os.linux: Don't emit CFI directives if unwind tables are disabled.Alex Rønne Petersen
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-12-31linux: make ptid and ctid in clone() optionalMisaki Kasumi
2024-12-22fix: allow std.linux.getgroups to accept nullMeili C
2024-12-11std.os.linux: Add unwinding protection in clone() implementations.Alex Rønne Petersen
2024-12-01std.os.linux: Fix fadvise64 syscall selection for n32/x32.Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-11-24std.os.linux.pie: Fix a relocation error for s390x.Alex Rønne Petersen
2024-11-18linux/bpf: add alignment for helper functions to make compiler happyTw
2024-11-16Add realtime scheduling calls to std.os.linux (issue #19671) (#19675)curuvar
2024-11-13Flags for SIOC{G,S}IFFLAGSBenjamin Hetz
2024-11-12std: fix compiler errorsPauloCampana
2024-11-04zig.h: Improve portability of zig_*_windows_teb() helpers.Alex Rønne Petersen
2024-11-03Merge pull request #21843 from alexrp/callconv-followupAlex Rønne Petersen
2024-11-03Merge pull request #21599 from alexrp/thumb-portingAlex Rønne Petersen
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-11-02std.os.windows: Fix some incorrect callconv specifiers.Alex Rønne Petersen
2024-11-02generate_linux_syscalls: Generate syscalls for x32.Alex Rønne Petersen
2024-11-02std.Target: Add muslabin32 and muslabi64 tags to Abi.Alex Rønne Petersen
2024-10-29std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ER...Julian Noble
2024-10-26Fix up Linux xattr syscallsNelson Crosby
2024-10-25std.os.uefi: Fix calling convention build errorLinus Groh
2024-10-19std: update for new `CallingConvention`mlugg
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-10-11IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...Jean-Baptiste "Jiboo" Lepesme