summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/pty.cc
AgeCommit message (Expand)Author
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-27Fix JobControl tests for open source.Zach Koopmans
2020-06-30Add missing ICRNL flag in master termios testCraig Chi
2020-06-01Deflake pty_test_linux.Nicolas Lacasse
2020-04-03Internal change.gVisor bot
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-09-30De-flake SetForegroundProcessGroupDifferentSession.Kevin Krakauer
2019-09-24test: don't use designated initializersAndrei Vagin
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-05-03gvisor: run bazel in a docker containerAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-03Fix index out of bounds in tty implementation.Kevin Krakauer
2018-12-10Open source system call tests.Brian Geffon