aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-01fix typoAndrew Kelley
2021-05-01std: Fix pwrite/pread syscalls on SPARC targetsLemonBoy
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-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
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-12-09small fixes and zig fmtVexu
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-21std: add support for ppollŽiga Željko
2020-11-20std: Use newfstatat on PPC64LemonBoy
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05Merge pull request #6895 from jorangreef/fallocateAndrew Kelley
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-03Support 32-bit big-endian targetsJoran Dirk Greef
2020-11-02std: Fix syscall stubs passing 64bit offsets for BE targetsLemonBoy
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