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
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-25
std/os: fix prctl constants
Isaac Freund
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
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-04
std: use PR enum as only location of opcode numbers
daurnimator
2020-11-04
std: add PR enum for the prctl opcode
daurnimator
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-10-30
Add close_range, faccessat2 and process_madvise
Joran Dirk Greef
2020-10-30
Add more mips syscall numbers
Joran Dirk Greef
2020-10-30
Select stat struct type based on whether we are linking with libc
Koakuma
2020-10-29
Merge pull request #6356 from jorangreef/io_uring
Andrew Kelley
2020-10-29
Use the *_stat type as self
Koakuma
2020-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-25
Separate libc stat and kernel stat definitions
Koakuma
2020-10-25
Fix sparc64 bits definitions
Koakuma
2020-10-24
Fix constants
Koakuma
2020-10-24
Add sp loading
Koakuma
2020-10-24
Fix register naming
Koakuma
2020-10-24
Add sparc64 linux bits
Koakuma
2020-09-21
Add io_uring syscalls to os.bits.linux.mips.SYS
Joran Dirk Greef
2020-09-11
std: add securebits definitions for linux
Isaac Freund
2020-09-11
std: add prctl definition for linux
Isaac Freund
2020-09-10
update the stack trace test case for lines added to start.zig
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-08-22
Bpf: move under os/linux instead of bits (#6126)
Matthew Knight
2020-08-21
decided to split up loading of 64-bit immediates
Matt Knight
2020-08-21
moved bpf syscall, added some bpf instructions and tests
Matt Knight
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-17
added bpf() syscall and some supporting structs (#6061)
Matthew Knight
2020-07-01
Implement std.os for powerpc64{,le}
Shawn Anastasio
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-18
update std lib to decls being disallowed between fields
Vexu
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: add some missing errnos on linux
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
Implement blocking file locking API for windows
LeRoyce Pearson
2020-03-14
Add fnctlFlock system call, use it to lock files
LeRoyce Pearson
2020-03-09
std: add some definitions for netlink sockets
daurnimator
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
[next]