index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
open.cc
Age
Commit message (
Expand
)
Author
2021-04-28
Remove side effect from test cases
Fabricio Voznika
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-01-30
Remove side effect from open tests
Fabricio Voznika
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2020-12-30
Add test for open(2) with O_WRONLY|O_RDWR.
Dean Deng
2020-08-17
[vfs] Do O_DIRECTORY check after resolving symlinks.
Ayush Ranjan
2020-08-13
[vfs2][gofer] Fix file creation flags sent to gofer.
Ayush Ranjan
2020-08-12
[vfs2][gofer] Return appropriate errors when opening and creating files.
Ayush Ranjan
2020-07-22
Add O_APPEND support in vfs2 gofer.
Ayush Ranjan
2020-06-22
Check for invalid trailing / when traversing path in gofer OpenAt.
Dean Deng
2020-06-03
Add test for O_TRUNC
Zach Koopmans
2020-04-07
Make gofer.dentry.destroyLocked idempotent
Fabricio Voznika
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2019-11-14
Check that a file is a regular file with open(O_TRUNC).
Kevin Krakauer
2019-08-30
Add C++ toolchain and fix compile issues.
Adin Scannell
2019-06-24
fs: synchronize concurrent writes into files with O_APPEND
Andrei Vagin
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-03-05
Add NoRandomSave to tests with correctness DisableSave
Michael Pratt
2018-12-10
Open source system call tests.
Brian Geffon