aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01Swap endiannessJoran Dirk Greef
2020-11-01"The Traveling Wilburys' - Handle With Care"Joran Dirk Greef
2020-10-31linux: add fallocate()Joran Dirk Greef
2020-10-29Merge pull request #6356 from jorangreef/io_uringAndrew Kelley
2020-10-27std.os.linux.accept/accept4: allow null for addr and lenjohnLate
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-25Various formatting fixesKoakuma
2020-10-25"zig fmt" on lib/std/os/linux.zigKoakuma
2020-10-24Fix boolean operator in if clauseKoakuma
2020-10-24Fix sigaction(2) call on sparc64Koakuma
2020-10-24Move comptime outKoakuma
2020-10-24Add pipe(2) supportKoakuma
2020-10-24Add sparc64 syscall interfaceKoakuma
2020-10-04implement {get, set}rlimit for linuxxackus
2020-09-19Move to std/os/linuxJoran Dirk Greef
2020-09-11std: add prctl definition for linuxIsaac Freund
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03Merge pull request #6243 from ifreund/uid-gid-cleanupAndrew Kelley
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: ensure seteuid/setegid do not change saved idIsaac Freund
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-09-02Add the sync functionsAransentin
2020-08-22Bpf: move under os/linux instead of bits (#6126)Matthew Knight
2020-08-21fixed bpf namespaceMatt Knight
2020-08-21moved bpf syscall, added some bpf instructions and testsMatt Knight
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-17rename signalfd4 to signalfdLuna
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-22Add signalfd support (#5322)luna
2020-07-01Implement std.os for powerpc64{,le}Shawn Anastasio
2020-06-02cleanupsAndrew Kelley
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Replace syscall3 to os.ioctlLuna
2020-06-02Add std.os.ioctlLuna
2020-05-25fix pwrite on 32-bit linuxAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-05-02Get evented io code paths to build on macOS (#5233)Chris Heyes
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std: update for linux 5.6 releasedaurnimator
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-12std: Fix pwrite invocation on 32bit architecturesLemonBoy
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03remove superfluous comptime keywordAndrew Kelley