COMMITS
/ lib/std/c/linux.zig January 23, 2022
J
std: Add some missing termios types to c/linux.zig and os.zig
joachimschmidt557 committed
January 8, 2022
J
Fix os.rusage when linking with c library on Linux
johnLate committed
December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
November 18, 2021
F
Fixes invalid errno definition for ***-linux-android
Felix "xq" Queißner committed
October 30, 2021
P
std: add missing termios def to std/c/linux.zig
pfg committed
September 11, 2021
K
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki committed
September 1, 2021
A
std.os fixes to get the test suite passing again
Andrew Kelley committed
August 31, 2021
A
std: fix regressions from this branch
Andrew Kelley committed
August 28, 2021
A
std: reorganization that allows new usingnamespace semantics
Andrew Kelley committed
August 25, 2021
A
std.os: fix FILENO constants mapped to wrong values
Andrew Kelley committed
A
std.os: more reorganization efforts
Andrew Kelley committed
A
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
A
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley committed
April 18, 2021
V
std/c: add pthread_setname_np and pthread_getname_np
Vincent Rischmann committed
July 15, 2021
R
Add inotify_rm_watch definition to c/linux.zig
Ryan Liptak committed
May 19, 2021
A
std: add android __SIZEOF_PTHREAD_MUTEX_T
Andrew Kelley committed
May 12, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 7, 2021
L
std: Harmonize use of off_t between libc and Zig impls
LemonBoy committed
L
std: Fix cast that's sometimes invalid
LemonBoy committed
L
std: Prefer 64bit libc functions where possible
LemonBoy committed
April 23, 2021
A
std: fix compile errors caught by stage2 AstGen
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
January 18, 2021
L
std: define pipe2 only for os that support it
LemonBoy committed
January 15, 2021
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed
December 21, 2020
A
std.ResetEvent: pthreads sem_t cannot be statically initialized
Andrew Kelley committed
A
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley committed
December 18, 2020
A
std.crypto.random: introduce fork safety
Andrew Kelley committed
November 19, 2020
A
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley committed
September 22, 2020
L
Implement a fallback mechanism for posix_memalign
LemonBoy committed
November 1, 2020
J
Add libc signature
Joran Dirk Greef committed
October 1, 2020
X
implement {get, set}rlimit for linux
xackus committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 17, 2020
A
std: signalfd: fix the types of things; add test
Andrew Kelley committed
August 16, 2020
L
add signalfd to std.c.linux
Luna committed
August 11, 2020
M
copy_file_range linux syscall (#6010)
Maciej Walczak committed
March 11, 2020
L
std: Add setEndPos to fs.file
LemonBoy committed
March 3, 2020
A
breaking: std.os read/write functions + sendfile
Andrew Kelley committed
February 25, 2020
A
introduce operating system version ranges as part of the target
Andrew Kelley committed
January 18, 2020
D
std: turn EAI_ constants into a non-exhaustive enum
daurnimator committed
December 31, 2019
L
c.linux: add memfd_create
Luna committed
December 10, 2019
A
improve dynamic library API
Andrew Kelley committed
November 8, 2019
A
fixups and zig fmt
Andrew Kelley committed
October 27, 2019
A
move libc/linux bits around
Andrew Kelley committed
September 27, 2019
M
support Android NDK and bionic
meme committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed