aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2021-09-18Add Linux ioctl creation utilities (#9748)Jens Goldberg
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01re-apply a commit dropped in this branch due to conflictsAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `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-07-28linux: add mknod and mknodat syscallsMahdi Khanalizadeh
2021-07-10Add waitid syscall on linux (#9335)Malcolm Still
2021-06-21std.os.linux: fix splitValueBE64Andrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-06-14Add std.os.dup()Samadi van Koten
2021-06-12std.Thread.Futex addition (#9070)protty
2021-06-09os/linux: add fadviseVincent Rischmann
2021-06-01x: replace std.builtin with std.Target.currentKenta Iwasaki
2021-06-01os: have sendmsg, recvmsg flags be c_intlithdew
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Fix offset param splitting for preadv/pwritevLemonBoy
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-01fix typoAndrew Kelley
2021-05-01std: Fix pwrite/pread syscalls on SPARC targetsLemonBoy
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-21std: Split syscall parameters for PowerPC targetsLemonBoy
2021-04-19std: Add process_vm_readv/writev wrappersHubert Jasudowicz
2021-04-17std: Add pidfd wrappersHubert Jasudowicz
2021-04-16linux: fix number of arguments for tgkill syscallMahdi Khanalizadeh
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-10Add ppc Linux bitsBenjamin Feng
2021-02-28std: add sendmsgdaurnimator
2021-02-21Rebase link(at) properlyTau
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2020-12-31Year++Frank Denis
2020-12-23Truncate user and group ids for 64 bit Linux systems (#7466)Andreas Linz
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley