aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2023-04-22doc: fix minor grammar issues-k
2023-04-19work around an intermittent io_uring test failureAndrew Kelley
2023-04-03x86_64: remove returns from naked functionsJacob Young
2023-03-30Change ordering of prep provide buffers argsbing
2023-03-28bpf: add missing *const for helper functionsTw
2023-03-15std lib tests: avoid cwd races by using std.testing.tmpDirAndrew Kelley
2023-03-15disable std lib unit tests that hard code port numbersAndrew Kelley
2023-02-05Update Linux syscall list for 6.1, support Mips64Stephen Gregoratto
2023-02-04Add support for mips64/mips64elSuirad
2023-01-24std: remove meta.assumeSentinelIsaac Freund
2023-01-16std.os.linux.io_uring: fix ABI errorVeikka Tuominen
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-27linux.bpf: expose map_get_next_keybfredl
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-09Fixes to linux/bpf/btf.zigbfredl
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25std: add cbe hacks to more targetsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-16os.linux: some fixes to BPF modulebfredl
2022-10-13io_uring: ignore SOCK_NONEMPTY for reproducible testsJacob Young
2022-10-11io_uring: allow for nullable argumentsmllken
2022-09-29std: Replace use of stage1 function pointersominitay
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