summaryrefslogtreecommitdiff
path: root/Userland/test_io.cpp
AgeCommit message (Expand)Author
2020-01-08Kernel: mmap() should fail with ENODEV for directoriesAndreas Kling
2020-01-07Kernel: Validate ftruncate(fd, length) syscall inputsAndreas Kling
2020-01-03test_io: Test that seeking past EOF and then reading returns 0Andreas Kling
2020-01-03test_io: Verify that write() on an O_RDONLY fd fails with EBADFAndreas Kling
2020-01-03test_io: Verify that read() on an O_WRONLY fd fails with EBADFAndreas Kling
2020-01-03test_io: Add a simple test program that abuses some I/O syscallsAndreas Kling