index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
test_io.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-06-17
Userland: Use Core::File::read_link()
Sergey Bugaev
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-19
test_io: Unbreak symlink test after sys$readlink() '\0' changes
Andreas Kling
2020-01-27
Kernel: sys$readlink() should return the number of bytes written out
Andreas Kling
2020-01-26
Kernel: Make writev() work again
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-15
Kernel: Trying to sys$link() a directory should fail with EPERM
Andreas Kling
2020-01-15
Ext2FS: Don't allow creating new files in removed directories
Andreas Kling
2020-01-12
Kernel: read() and write() should EOVERFLOW if (offset+size) overflows
Andreas Kling
2020-01-10
Kernel: unlink() should not follow symlinks
Andreas Kling
2020-01-08
Kernel: open() and openat() should ignore non-permission bits in mode
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-08
TmpFS: Reads past the end of a file should be zero-length
Andreas Kling
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