zig/lib/std/os
bfredl c750d95417 os.linux: some fixes to BPF module
- For ALU operations, src should be allowed to be an explicit Reg.
- Expose AluOp and JmpOp as public types.
  This makes code generation using BPF as a backend easier,
  as AluOp and JmpOp can be used directly as part of an IR
2022-10-16 11:36:11 -04:00
..
linux os.linux: some fixes to BPF module 2022-10-16 11:36:11 -04:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi fix: wrong amount of arguments passed to function 2022-10-07 19:33:29 +02:00
windows std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
darwin.zig macos: update Mach routines for accessing page info 2022-03-17 10:42:11 +01:00
linux.zig io_uring: ignore SOCK_NONEMPTY for reproducible tests 2022-10-13 14:58:06 +02:00
plan9.zig remove 'builtin.stage2_arch', Sema is smart enough now 2022-08-07 16:07:08 -07:00
posix_spawn.zig std.c: fix incorrect return types 2022-10-13 13:21:19 +02:00
test.zig std: fix definition of SIG_IGN, SIG_DFL, etc. 2022-08-11 12:09:34 +02:00
uefi.zig stage2+stage1: remove type parameter from bit builtins 2022-08-22 11:19:20 +03:00
wasi.zig std: WASI - update to latest snapshot preview 1 2022-10-03 22:48:57 -04:00
windows.zig std.os.windows: Change HKEY to *opaque {} 2022-10-14 15:23:13 -04:00