aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2021-10-10SPARCv9: fix timeval definitionKoakuma
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-23Linux/sparc64 bits: Add missing C type definitionsKoakuma
2021-09-22io_uring: implement read_fixed/write_fixedVincent Rischmann
2021-09-18Add Linux ioctl creation utilities (#9748)Jens Goldberg
2021-09-01fix regression on linux with kernel_timespecAndrew 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, compiler-rt: remove test names where applicableAndrew 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-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24Linux/SPARCv9: use C calling convention for restore_rtKoakuma
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-13Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)Ayende Rahien
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-08-02Make linux syscalls accessible with non-Linux target OSN00byEdge
2021-07-11io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_removeKenta Iwasaki
2021-06-21mips: fix syscall_pipeAndrew Kelley
2021-06-21std.os.linux.bpf: fix incorrect usage of unexpectedErrnoAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-06-09os/linux: add fadviseVincent Rischmann
2021-06-06std: Fix some BPF fn definitionsLemonBoy
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
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 fallocate offset typeLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24fix import pathMatt Knight
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22delete packed enums from the languageAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-11Merge pull request #8497 from LemonBoy/some-ppc-fixesAndrew Kelley
2021-04-11std: Fix TLS definitions for 32bit PowerPC targetsLemonBoy
2021-04-10Add ppc Linux bitsBenjamin Feng
2021-04-07test: fix std.time timing tests to skip on failureMichael Dusan
2021-04-02test: fix io_uring timing test to skip on failureMichael Dusan
2021-03-19std: Add syscall7 stub for Linux/MIPSLemonBoy