summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tty
AgeCommit message (Expand)Author
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-03Fix index out of bounds in tty implementation.Kevin Krakauer
2019-04-03Addresses data race in tty implementation.Kevin Krakauer
2019-03-21Replace manual pty copies to/from userspace with safemem operations.Kevin Krakauer
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-27runsc: Terminal resizing support.Kevin Krakauer
2018-08-14TTY: Fix data race where calls into tty.queue's waiter were not synchronized.Kevin Krakauer
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19fs: Pass context to Revalidate() function.Nicolas Lacasse
2018-07-13Allow a filesystem to control its visibility in /proc/filesystems.Neel Natu
2018-06-11Sentry: split tty.queue into its own file.Kevin Krakauer
2018-06-07Sentry: very basic terminal echo support.Kevin Krakauer
2018-05-11sentry: Adds canonical mode support.Kevin Krakauer
2018-05-03Fix misspellings.Cyrille Hemidy
2018-04-28Check in gVisor.Googler