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.zig
Age
Commit message (
Expand
)
Author
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Change ioctl's request type to i32
Luna
2020-06-02
Replace syscall3 to os.ioctl
Luna
2020-06-02
Add std.os.ioctl
Luna
2020-05-25
fix pwrite on 32-bit linux
Andrew Kelley
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
Get evented io code paths to build on macOS (#5233)
Chris Heyes
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
std: update for linux 5.6 release
daurnimator
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-12
std: Fix pwrite invocation on 32bit architectures
LemonBoy
2020-03-03
std: add Dir.changeDir as wrapper around fchdir
daurnimator
2020-03-03
remove superfluous comptime keyword
Andrew Kelley
2020-03-03
linux: Correct pread64 syscall for ARM/MIPS
LemonBoy
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-03-02
std: implement sendfile on linux
Terin Stock
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-29
Correct dl_iterate_phdr address
LemonBoy
2020-01-14
Correct l_name field type
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-05
Add std.os.getrusage
data-man
2019-12-31
os: use system for memfd_create
Luna
2019-12-31
os: add memfd_create
Luna
2019-12-22
std: use pid_t where appropriate
daurnimator
2019-12-22
std: add tkill and tgkill for linux
daurnimator
2019-12-22
std: remove high level linux sigprocmask wrappers
daurnimator
2019-12-22
std: sigprocmask set is optional
daurnimator
2019-12-17
[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...
Raul Leal
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-13
use @atomicStore in std lib
Vexu
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-07
move SpinLock definitions around
kprotty
2019-10-30
fix regressions
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
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-27
Avoid truncating mmap2 offsets if not multiple of page size
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley