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
/
util
Age
Commit message (
Expand
)
Author
2019-07-08
Internal change.
gVisor bot
2019-07-08
Merge pull request #375 from jmgao:master
gVisor bot
2019-06-28
Fix suggestions from clang.
Nicolas Lacasse
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-20
Implement madvise(MADV_DONTFORK)
Neel Natu
2019-05-24
Extract SleepSafe from test_util
Tamir Duberstein
2019-05-14
Update out of date comment
Michael Pratt
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-26
Remove syscall tests' dependency on glog
Tamir Duberstein
2019-04-25
Handle glibc and XSI variants of strerror_r
Tamir Duberstein
2019-04-25
Remove useless modifiers
Tamir Duberstein
2019-03-19
netstack: reduce MSS from SYN to account tcp options
Andrei Vagin
2019-03-18
Replace use of ucontext with ucontext_t.
Kevin Krakauer
2019-02-26
Improve PosixErrorOr messages using gtest matchers.
Brian Geffon
2019-02-05
Change /proc/PID/cmdline to read environment vector.
Zach Koopmans
2019-01-31
Remove license comments
Michael Pratt
2019-01-29
Refactor out NewEventFD to a test utility.
Jamie Liu
2019-01-23
Fix cases of missing braces on if
Michael Pratt
2019-01-10
Fixing select call to not enforce RLIMIT_NOFILE.
Zach Koopmans
2019-01-09
Make CooperativeSaveEnabled() async-signal-safe(r).
Jamie Liu
2018-12-27
Fix deadlock between epoll_wait and getdents
Fabricio Voznika
2018-12-21
Fix test util tests
Michael Pratt
2018-12-19
Implement pwritev2.
Zach Koopmans
2018-12-18
Allow PosixErrorOr<T> to be implicitly constructible from copyable T.
Jamie Liu
2018-12-18
Correctly handle filenames containing spaces in ParseProcMapsLine.
Jamie Liu
2018-12-11
Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads.
Jamie Liu
2018-12-10
Open source system call tests.
Brian Geffon