Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 22:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os
History
Alex Rønne Petersen 8594f179f9
Merge pull request #22067 from alexrp/pie-tests
Add PIC/PIE tests and fix some bugs + some improvements to the test harness
2024-11-28 14:07:28 +01:00
..
linux
std.os.linux.pie: Fix a relocation error for s390x.
2024-11-24 22:11:17 +01:00
plan9
extract std.posix from std.os
2024-03-19 11:45:09 -07:00
uefi
uefi: erroneous alignment check in pool_allocator
2024-09-24 13:30:53 -07:00
windows
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
emscripten.zig
std: update std.builtin.Type fields to follow naming conventions
2024-08-28 08:39:59 +01:00
linux.zig
Add realtime scheduling calls to std.os.linux (issue #19671) (#19675)
2024-11-16 20:55:39 +00:00
plan9.zig
std: fix typos (#20560)
2024-07-09 14:25:42 -07:00
uefi.zig
std.os.uefi: Fix calling convention build error
2024-10-25 10:45:55 +02:00
wasi.zig
Copy in WASI rights_t documentation
2024-10-06 09:44:52 +01:00
windows.zig
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21938)
2024-11-27 22:33:29 +01:00