aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2024-07-28chore: correct non-standard comments.matt ettler
2024-07-28Merge pull request #20667 from jayrod246/windows-watchAndrew Kelley
2024-07-28feat(std.os.uefi.protocol): add Serial IOMatthew Ettler
2024-07-27Watch.zig: add initial windows implementationJarrod Meyer
2024-07-27windows: reintroduce ReadDirectoryChangesWJarrod Meyer
2024-07-27windows: add Timeout status result for GetQueuedCompletionStatusJarrod Meyer
2024-07-27windows: make the WaitForMultipleObjectsEx assertion inclusiveJarrod Meyer
2024-07-26std.os.linux: Fix default value for perf_event_attr.clockid field.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add hexagon support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add arc support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add csky support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Handle armeb, thumb, thumbeb, and aarch64_be too.Alex Rønne Petersen
2024-07-24Merge pull request #20749 from alexrp/start-pieAndrew Kelley
2024-07-24std.os.linux.start_pie: Add s390x support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add m68k support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add loongarch support.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set some constants correctly for powerpcle.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set tls_variant correctly for thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux.AUDIT: Fix s390x; add loongarch64 and xtensa.Alex Rønne Petersen
2024-07-23std.os.linux: Also define O for armeb and thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux: Also define MAP for armeb and thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux: Define (MIN)SIGSTKSZ for all supported Linux architectures.Alex Rønne Petersen
2024-07-23std.os.linux: Define syscalls for armeb and thumbeb too.Alex Rønne Petersen
2024-07-23std.os.linux: Import arch bits for armeb and thumbeb too.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-22update start code to use `@disableInstrumentation`Andrew Kelley
2024-07-22std: Wrap setpgid on POSIXNguyễn Gia Phong
2024-07-21std.os.linux: sched_setaffinity fix (#20357)Gabor Lekeny
2024-07-19Merge pull request #20679 from ziglang/std.c-reorgAndrew Kelley
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19fix fanotify_mark on 32-bitTechatrix
2024-07-19std.c reorganizationAndrew Kelley
2024-07-17Windows: Rework kernel32 apisStephen Gregoratto
2024-07-17QueryObjectName: Add error unionStephen Gregoratto
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-15std.os.linux: export getauxval only when building executable or root has main...Vesim
2024-07-13Replace GetCommandLineW with PEB access, delete GetCommandLine bindingsRyan Liptak
2024-07-12std.os.linux: type safety for fanotify metadata event mask fieldAndrew Kelley
2024-07-12std.os.linux: add AT.HANDLE_FIDAndrew Kelley
2024-07-12std.os.linux: fanotify_init, fanotify_mark, name_to_handle_atAndrew Kelley
2024-07-09Merge pull request #20561 from jacobly0/debug-segfaultsAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-09bpf: sync map/prog/attach type with latest linux kernelTw
2024-07-09debug: prevent segfaults on linuxJacob Young
2024-07-03Add two new io_uring flags to linux.zigNikita
2024-06-20io_uring: don't assume completions order (2)Igor Anić
2024-06-13Fix futex2_waitv syscallPeng Guanwen
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak