summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/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
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
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-03-18Port imported TTY fds to vfs2.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-09-24tty: fix sending SIGTTOU on tty writehenry.tjf
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2018-12-14Mark sync.Mutex in TTYFileOperations as nosaveAndrei Vagin
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse