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
/
pkg
/
p9
/
server.go
Age
Commit message (
Expand
)
Author
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-24
Use sync.Gate in p9.connState.
Jamie Liu
2020-12-07
Remove p9.fidRef.openedMu
Michael Pratt
2020-08-19
Remove use of channels from p9.connState legacy transport.
Jamie Liu
2020-08-18
Wait for all p9 handlers to complete before server shutdown.
Jamie Liu
2020-06-10
Include panic message in log
Michael Pratt
2020-01-09
New sync package.
Ian Gudger
2019-11-01
Don't log "p9.channel.service: flipcall connection shutdown".
Jamie Liu
2019-10-04
Return EIO from p9 if flipcall.Endpoint.Connect() fails.
Jamie Liu
2019-09-12
Update p9 to support flipcall.
Adin Scannell
2019-06-21
Remove O(n) lookup on unlink/rename
Michael Pratt
2019-06-21
Update pathNode documentation to reflect reality
Michael Pratt
2019-06-19
Add renamed children pathNodes to target parent
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Reduce memory allocations on serving path
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-07
Add additional sanity checks for walk.
Adin Scannell
2018-04-28
Check in gVisor.
Googler