gvisor/pkg/sentry/fs/tty
Kevin Krakauer 0cd5f20044 Replace manual pty copies to/from userspace with safemem operations.
Also, changing queue.writeBuf from a buffer.Bytes to a [][]byte should reduce
copying and reallocating of slices.

PiperOrigin-RevId: 239713547
Change-Id: I6ee5ff19c3ee2662f1af5749cae7b73db0569e96
2019-03-21 18:05:07 -07:00
..
BUILD Replace manual pty copies to/from userspace with safemem operations. 2019-03-21 18:05:07 -07:00
dir.go Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. 2019-01-14 20:34:28 -08:00
fs.go Allow filesystem.Mount to take an optional interface argument. 2019-03-13 19:24:03 -07:00
line_discipline.go Replace manual pty copies to/from userspace with safemem operations. 2019-03-21 18:05:07 -07:00
master.go Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. 2019-01-14 20:34:28 -08:00
queue.go Replace manual pty copies to/from userspace with safemem operations. 2019-03-21 18:05:07 -07:00
slave.go Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. 2019-01-14 20:34:28 -08:00
terminal.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
tty_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00