N00byEdge
|
871f6343f4
|
Move iovec and log levels to bits/posix.zig
This lets only the OSes that uses them to import them, and removes
dependencies on bits.zig for the os/<os>/<arch>.zig files
|
2021-08-02 11:05:05 +00:00 |
|
N00byEdge
|
934df5bd44
|
Make linux syscalls accessible with non-Linux target OS
|
2021-08-02 11:05:05 +00:00 |
|
Frank Denis
|
6c2e0c2046
|
Year++
|
2020-12-31 15:45:24 -08:00 |
|
Andrew Kelley
|
4a69b11e74
|
add license header to all std lib files
add SPDX license identifier
copyright ownership is zig contributors
|
2020-08-20 16:07:04 -04:00 |
|
Tadeo Kondrak
|
6745a6f6f6
|
zig fmt
|
2020-05-05 09:38:02 -06:00 |
|
daurnimator
|
63409cf422
|
std: linux syscall numbers are now an extensible enum
|
2020-03-31 10:16:20 -04:00 |
|
LemonBoy
|
a779450fef
|
linux/i386: Make syscall6 more robust and correct
LLVM10 exposed a subtle flaw in the previous implementation that made
the mmap tests fail.
|
2020-02-07 22:13:05 +01:00 |
|
LemonBoy
|
563d9ebfe5
|
Implement the callconv() annotation
|
2020-01-02 18:53:16 +01:00 |
|
LemonBoy
|
e1e06e6766
|
linux-i386 support
|
2019-11-30 16:13:33 +01:00 |
|