aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2020-03-03linux: Correct pread64 syscall for ARM/MIPSLemonBoy
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-03-02std: implement sendfile on linuxTerin Stock
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-04Add basic linux termios implementationnofmal
2020-01-29Correct dl_iterate_phdr addressLemonBoy
2020-01-14Correct l_name field typeLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-05Add std.os.getrusagedata-man
2019-12-31os: use system for memfd_createLuna
2019-12-31os: add memfd_createLuna
2019-12-22std: use pid_t where appropriatedaurnimator
2019-12-22std: add tkill and tgkill for linuxdaurnimator
2019-12-22std: remove high level linux sigprocmask wrappersdaurnimator
2019-12-22std: sigprocmask set is optionaldaurnimator
2019-12-17[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...Raul Leal
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-13use @atomicStore in std libVexu
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-07move SpinLock definitions aroundkprotty
2019-10-30fix regressionsAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-12Add support for the statx syscallLemonBoy
2019-10-03Fix pipe syscall for MIPSLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-27Avoid truncating mmap2 offsets if not multiple of page sizeLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley