index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
Age
Commit message (
Expand
)
Author
2020-09-13
changed to opaque
Matt Knight
2020-09-13
removed all those kern aliases
Matt Knight
2020-09-13
got booleans wrong
Matt Knight
2020-09-12
added helper definitions
Matt Knight
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-08
Merge pull request #6267 from mattnite/btf
Andrew Kelley
2020-09-07
added map create, update, delete, and prog load
Matt Knight
2020-09-07
BPF: add some more documentation (#6268)
Matthew Knight
2020-09-07
added license comments
Matt Knight
2020-09-07
changed enums to lower case
Matt Knight
2020-09-06
fixed missing 'packed' keyword
Matt Knight
2020-09-06
added btf
Matt Knight
2020-09-06
fixed improper builtin import
Matt Knight
2020-09-06
improved compile error message
Matt Knight
2020-09-06
removed redundant pseudo insn
Matt Knight
2020-09-06
implemented and testing op codes for instructions documented in the unofficia...
Matt Knight
2020-08-22
Bpf: move under os/linux instead of bits (#6126)
Matthew Knight
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-01
Implement std.os for powerpc64{,le}
Shawn Anastasio
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-28
std: Minor changes to TLS handling
LemonBoy
2020-03-25
Revert "Merge pull request #4807 from LemonBoy/tls-touchups"
Andrew Kelley
2020-03-25
std: Minor changes to TLS handling
LemonBoy
2020-03-03
Added comment justifying wrapping operations
Alexandros Naskos
2020-03-02
Allow wrapping in VDSO lookup
Alexandros Naskos
2020-02-19
update tls in std lib for lack of sub-arch
Andrew Kelley
2020-02-07
linux/i386: Make syscall6 more robust and correct
LemonBoy
2020-01-19
progress towards merging
Andrew Kelley
2020-01-15
Move definition of __aeabi_read_tp
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-11-30
Merge pull request #3808 from LemonBoy/i386-for-ya
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-16
improve docs and field names of Statx struct
Andrew Kelley
2019-10-12
Add support for the statx syscall
LemonBoy
2019-10-03
Fix pipe syscall for MIPS
LemonBoy
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley