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
/
fsimpl
/
host
/
tty.go
Age
Commit message (
Expand
)
Author
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-17
fsimpl: improve the "implements" comments
Tiwei Bie
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
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-06-17
Implement POSIX locks
Fabricio Voznika
2020-05-04
Add TTY support on VFS2 to runsc
Fabricio Voznika
2020-03-18
Port imported TTY fds to vfs2.
Dean Deng