Add and refactor read-write syscalls

This commit is contained in:
Fabing Li
2024-06-27 22:35:07 +08:00
committed by Tate, Hongliang Tian
parent e8a3e00dec
commit 12db7ec55d
15 changed files with 418 additions and 85 deletions

View File

@ -1,3 +1,2 @@
EventfdTest.IllegalPwrite
EventfdTest.SpliceFromPipePartialSucceeds
EventfdTest.NotifyNonZero_NoRandomSave

View File

@ -0,0 +1 @@
Pread64Test.Overflow

View File

@ -0,0 +1,3 @@
Preadv2Test.TestInvalidFlag
Preadv2Test.TestUnreadableFile
Preadv2Test.TestUnseekableFileInvalid

View File

@ -0,0 +1 @@
Pwritev2Test.InvalidFlag

View File

@ -0,0 +1,5 @@
ReadvTest.BadIovecBase_File
ReadvTest.BadIovecBase_Pipe
ReadvTest.NotReadable_Pipe
ReadvTest.IovecOutsideTaskAddressRangeInNonemptyArray
ReadvTestNoFixture.TruncatedAtMax_NoRandomSave