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
/
std
/
os
/
linux
Age
Commit message (
Expand
)
Author
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-31
Move dl_iterate_phdr to os.zig
LemonBoy
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
do Jay's suggestion with posix/os API naming & layout
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-19
ran zig fmt on stdlib
emekoi
2019-05-16
std: update linux syscalls to 5.1
daurnimator
2019-05-12
zig fmt on the standard library
Andrew Kelley
2019-05-07
Add ARCH_SET_* definitions for x86_64
LemonBoy
2019-05-07
Less error messages
LemonBoy
2019-05-07
std: Implement on-demand TLS allocation
LemonBoy
2019-05-07
std: Implement TLS support for Linux
LemonBoy
2019-05-06
Merge pull request #2354 from LemonBoy/iterate_phdr_impl
Andrew Kelley
2019-05-06
Add a test case
LemonBoy
2019-04-21
std: add msghdr_const
daurnimator
2019-04-21
std: improve msghdr definition
daurnimator
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-28
add mprotect syscall
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-18
Fix setsockopt syscall on linux
Duncan
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-10-06
arm64: respond to code review
Shawn Landden
2018-10-03
std.Mutex: implement blocking mutexes on linux
Andrew Kelley
2018-10-02
add std.os.linux.vfork and std.os.linux.exit_group
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-08
clone() on arm64
Shawn Landden
2018-09-08
initial arm64 support
Shawn Landden
2018-09-08
os: use less syscalls
Shawn Landden
2018-09-08
this is not arch-specific
Shawn Landden
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-06
fix std.os.Thread.getCurrentId for linux
Andrew Kelley
2018-08-03
Merge remote-tracking branch 'origin/master' into async-fs
Andrew Kelley
2018-08-03
Fix a type error in std.os.linux.getpid() (#1326)
Matthew D. Steele
2018-07-30
std: file system watching for linux
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-07
add std.os.cpuCount and have std.event.Loop use it for thread pool size
Andrew Kelley
[next]