summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tty
AgeCommit message (Expand)Author
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
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