aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2022-03-03os/linux/io_uring: add recvmsg and sendmsg (#10212)Hiroaki Nakamura
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-01-04io_uring: improve IO_Uring.copy_cqeVincent Rischmann
2022-01-01io_uring: fix version check in testsVincent Rischmann
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-18Fix MIPS inline assembly clobbersJens Goldberg
2021-12-12os/linux/io_uring: implement linkatVincent Rischmann
2021-12-12os/linux/io_uring: implement symlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement mkdiratVincent Rischmann
2021-12-12os/linux/io_uring: implement unlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement renameatVincent Rischmann
2021-12-12os/linux/io_uring: implement shutdownVincent Rischmann
2021-12-03Merge pull request #9927 from vrischmann/fix-rlimit-resourceAndrew Kelley
2021-12-01Fix test for io_uring link_timeoutHiroaki Nakamura
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29std: add workaround for failing io_uring testAndrew Kelley
2021-11-23Merge pull request #10151 from hnakamur/zigHiroaki Nakamura
2021-11-16io_uring: implement register_files_updateVincent Rischmann
2021-11-16os/linux: fix rlimit_resource for mips/sparcv9Vincent Rischmann
2021-11-14Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancelAndrew Kelley
2021-11-14io_uring: add poll_updateKenta Iwasaki
2021-11-12Use io_uring_prep_rw in io_uring_prep_cancelHiroaki Nakamura
2021-11-12std.os.linux: Add cancel and io_uring_prep_cancelHiroaki Nakamura
2021-11-10Merge pull request #9853 from koachan/sparc64-unittestsAndrew Kelley
2021-11-09io_uring: skip statx test failure on older kernelsAndrew Kelley
2021-11-09os/linux/io_uring: implement statxVincent Rischmann
2021-10-23std: Fix edge case in TLS tp calculationLemonBoy
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
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