COMMITS
/ lib/std/os/linux/test.zig May 6, 2025
A
std: Disable `os.linux.test.test.fallocate` on MIPS N32.
Alex Rønne Petersen committed
April 22, 2025
P
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann committed
April 13, 2025
P
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann committed
April 11, 2025
R
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King committed
April 8, 2025
P
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann committed
April 7, 2025
A
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen committed
February 1, 2025
C
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create() (#22627)
Chris Boesch committed
January 26, 2025
E
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza committed
August 23, 2024
M
std.os.linux: Fix bunch of compilation errors (#21138)
Michał Drozd committed
July 29, 2024
J
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie committed
July 21, 2024
A
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen committed
June 25, 2024
A
std.os.linux.test: Partially skip statx() test on riscv32.
Alex Rønne Petersen committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
March 7, 2024
M
std.os.linux: rework io_uring support
mlugg committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
March 15, 2023
A
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 25, 2021
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
February 27, 2021
V
os/linux: add fadvise
Vincent Rischmann committed
May 12, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 7, 2021
L
std: Fix fallocate offset type
LemonBoy committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
December 23, 2020
A
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz committed
December 9, 2020
V
small fixes and zig fmt
Vexu committed
November 5, 2020
A
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley committed
November 4, 2020
L
std: Split kernel&libc definitions of stat struct
LemonBoy committed
November 3, 2020
J
Support 32-bit big-endian targets
Joran Dirk Greef committed
November 2, 2020
J
Pending #5127
Joran Dirk Greef committed
J
Switch back to writing Zig
Joran Dirk Greef committed
J
Debug unhandled errno
Joran Dirk Greef committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
November 30, 2019
A
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley committed
November 20, 2019
A
string literals are now null terminated
Andrew Kelley committed
November 7, 2019
A
update more of the std lib to use `@as`
Andrew Kelley committed
October 16, 2019
A
improve docs and field names of Statx struct
Andrew Kelley committed
October 12, 2019
L
Add support for the statx syscall
LemonBoy committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed