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
/
bits
/
linux
/
x86_64.zig
Age
Commit message (
Expand
)
Author
2020-12-31
Year++
Frank Denis
2020-12-17
Add process_madvise to Linux syscalls (#7450)
Dmitry Atamanov
2020-12-14
Add missed Linux syscalls
data-man
2020-11-20
std/os: define and use dev_t for linux x86_64
Isaac Freund
2020-11-20
std/os: add time_t definiton for x86_64 linux
Isaac Freund
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
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-14
Define Flock for all posix systems
LeRoyce Pearson
2020-03-14
Add fnctlFlock system call, use it to lock files
LeRoyce Pearson
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-02-06
more std lib async I/O integration
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley