summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/host/tty.go
AgeCommit 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 EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-11Move 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-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Implement POSIX locksFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-03-18Port imported TTY fds to vfs2.Dean Deng