Age | Commit message (Expand) | Author |
---|---|---|
2020-01-08 | Kernel: mmap() should fail with ENODEV for directories | Andreas Kling |
2020-01-07 | Kernel: Validate ftruncate(fd, length) syscall inputs | Andreas Kling |
2020-01-03 | test_io: Test that seeking past EOF and then reading returns 0 | Andreas Kling |
2020-01-03 | test_io: Verify that write() on an O_RDONLY fd fails with EBADF | Andreas Kling |
2020-01-03 | test_io: Verify that read() on an O_WRONLY fd fails with EBADF | Andreas Kling |
2020-01-03 | test_io: Add a simple test program that abuses some I/O syscalls | Andreas Kling |