aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux/arm64.zig
AgeCommit message (Expand)Author
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std: update for linux 5.6 releasedaurnimator
2020-03-14Define Flock for all posix systemsLeRoyce Pearson
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-25mv std/ lib/Andrew Kelley