aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/test.zig
AgeCommit message (Expand)Author
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-05-08std: Disable `os.linux.test.test.fallocate` on MIPS N32.Alex Rønne Petersen
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30std.os.linux: export kernel-sized sigset_t and operationsPat Tullmann
2025-04-15std: add os.linux.sysinfo(), use it for process.totalSystemMemory()Ryan King
2025-04-10Fix sigaddset/sigdelset bit-fiddling mathPat Tullmann
2025-04-07std: Disable usage of fstat() and friends on loongarch.Alex Rønne Petersen
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2025-01-26std.os.linux: Adding sigdelset (#22406)Enrique Miguel Mora Meza
2024-08-23std.os.linux: Fix bunch of compilation errors (#21138)Michał Drozd
2024-08-07Add getppid to std.c and std.os.linux.Jeffrey C. Ollie
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-29std.os.linux.test: Partially skip statx() test on riscv32.Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-03-15std lib tests: avoid cwd races by using std.testing.tmpDirAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-06-09os/linux: add fadviseVincent Rischmann
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-12-31Year++Frank Denis
2020-12-23Truncate user and group ids for 64 bit Linux systems (#7466)Andreas Linz
2020-12-09small fixes and zig fmtVexu
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-03Support 32-bit big-endian targetsJoran Dirk Greef
2020-11-02Pending #5127Joran Dirk Greef
2020-11-02Switch back to writing ZigJoran Dirk Greef
2020-11-02Debug unhandled errnoJoran Dirk Greef
2020-11-01Add testJoran Dirk Greef
2020-08-20add license header to all std lib filesAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-10-16improve docs and field names of Statx structAndrew Kelley