zig/lib/std/os
Vincent Rischmann d7c770fb7f os: fix getrlimit/setrlimit test for MIPS
This test can fail due to a fix in musl for 32 bit MIPS, where musl changes limits greater than -1UL/2 to RLIM_INFINITY.
See http://git.musl-libc.org/cgit/musl/commit/src/misc/getrlimit.c?id=8258014fd1e34e942a549c88c7e022a00445c352

Depending on the system where the test is run getrlimit can return
RLIM_INFINITY for example if RLIMIT_MEMLOCK is bigger than ~2GiB.

If that happens, the setrlimit call will fail with PermissionDenied.
2021-11-16 20:36:50 +01:00
..
linux os/linux: fix rlimit_resource for mips/sparcv9 2021-11-16 20:36:50 +01:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi fix(uefi MemoryDescriptor): padding after memory type 2021-10-25 16:43:23 -04:00
windows migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
linux.zig os/linux: fix rlimit_resource for mips/sparcv9 2021-11-16 20:36:50 +01:00
plan9.zig plan9: more syscalls 2021-11-09 07:08:27 -05:00
test.zig os: fix getrlimit/setrlimit test for MIPS 2021-11-16 20:36:50 +01:00
uefi.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wasi.zig std.os fixes to get the test suite passing again 2021-09-01 17:54:07 -07:00
windows.zig std.Thread.Mutex: change API to lock() and unlock() 2021-11-09 18:31:03 -07:00