aboutsummaryrefslogtreecommitdiff
path: root/src/os/readfrom_linux_test.go
AgeCommit message (Expand)Author
2024-04-02internal/poll, net, os: remove poll.Splice syscall name return valueTobias Klauser
2024-03-25os: fix typo in testguoguangwu
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-03-29os: remove mixed dot- and non-dot- imports in testsIan Lance Taylor
2023-03-15os, internal/poll: don't use splice with ttyIan Lance Taylor
2023-02-27os: checking for testable network before creating local listenerCuong Manh Le
2023-02-27os: support zero-copy from TCP/Unix socket to fileAndy Pan
2023-01-19os: clean up testsBryan C. Mills
2022-09-09os: add a test case of copying a file itself via io.CopyAndy Pan
2021-02-24docs: fix spellingJohn Bampton
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-07-08os: fix regression with handling of nil *FileJoe Tsai
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin