aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/test.zig
AgeCommit message (Expand)Author
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
2019-10-12Add support for the statx syscallLemonBoy
2019-09-25mv std/ lib/Andrew Kelley