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
/
sentry
/
fs
/
host
/
tty.go
Age
Commit message (
Expand
)
Author
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-09-01
Refactor tty codebase to use master-replica terminology.
Ayush Ranjan
2020-08-25
[go-marshal] Enable auto-marshalling for host tty.
Ayush Ranjan
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-06-17
Remove various uses of 'blacklist'
Michael Pratt
2020-03-18
Port imported TTY fds to vfs2.
Dean Deng
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-09-24
tty: fix sending SIGTTOU on tty write
henry.tjf
2019-06-27
Complete pipe support on overlayfs
Fabricio Voznika
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-08
Export kernel.SignalInfoPriv.
Jamie Liu
2019-02-14
Don't allow writing or reading to TTY unless process group is in foreground.
Nicolas Lacasse
2018-12-14
Mark sync.Mutex in TTYFileOperations as nosave
Andrei Vagin
2018-10-20
Add more unimplemented syscall events
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-01
runsc: Support job control signals in "exec -it".
Nicolas Lacasse