aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2022-08-19std.os.linux.bpf: fix compile errorAndrew Kelley
2022-08-05Update Linux syscall list for 5.19Stephen Gregoratto
2022-07-16Fix io_uring tests (#12134)Vincent Rischmann
2022-07-05std.os.linux.io_uring: work around LLVM bugAndrew Kelley
2022-06-27std.os.linux.clone: upgrade to stage2 fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-06-06std: fix ambiguous referencesVeikka Tuominen
2022-05-25io_uring: replace the readv method with a read on a new ReadBuffer typeVincent Rischmann
2022-05-25io_uring: add tests for automatic buffer selectionVincent Rischmann
2022-05-25io_uring: use the socket test harnessVincent Rischmann
2022-05-25io_uring: add a test harness for server/client TCP socket testsVincent Rischmann
2022-05-25io_uring: change recv() to use a RecvBuffer insteadVincent Rischmann
2022-05-25io_uring: change read() to use a ReadBuffer insteadVincent Rischmann
2022-05-25io_uring: add provide_buffers and remove_buffersVincent Rischmann
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-10io_uring cancel test must tolerate CQ reorderingBrian Gold
2022-05-05std.os.linux.arm-eabi: upgrade to new fn ptr semanticsAndrew Kelley
2022-04-28Merge pull request #10717 from gh-fork-dump/seccomp-bitsVeikka Tuominen
2022-04-15update self hosted sources to language changesVeikka Tuominen
2022-03-22Fix ucontext_tLocria Cyber
2022-03-09Add bits for the Linux Secure Computing facilityStephen Gregoratto
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