Age | Commit message (Expand) | Author |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-22 | unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV | Andrei Vagin |
2021-02-18 | Make socketops reflect correct sndbuf value for host UDS. | Bhasker Hariharan |
2021-02-18 | Remove side effect from pty tests | Fabricio Voznika |
2021-02-12 | tests: getsockname expects that addrlen will be initialized | Andrei Vagin |
2021-02-11 | Implement semtimedop. | Jing Chen |
2021-02-11 | Assign controlling terminal when tty is opened and support NOCTTY | Kevin Krakauer |
2021-02-10 | Support setgid directories in tmpfs and kernfs | Kevin Krakauer |
2021-02-09 | Add support for setting SO_SNDBUF for unix domain sockets. | Bhasker Hariharan |
2021-02-09 | Fix fd leak from test | Fabricio Voznika |
2021-02-09 | kernel: reparentLocked has to update children maps of old and new parents | Andrei Vagin |
2021-02-09 | pipe: writeLocked has to return ErrWouldBlock if the pipe is full | Andrei Vagin |
2021-02-08 | Allow UDP sockets connect()ing to port 0 | Zeling Feng |
2021-02-08 | exec: don't panic if an elf file is malformed | Andrei Vagin |
2021-02-05 | [vfs] Handle `.` and `..` as last path component names in kernfs Rename. | Ayush Ranjan |
2021-02-03 | Compile-time constants are constexpr | Tamir Duberstein |
2021-02-02 | Add support for rate limiting out of window ACKs. | Bhasker Hariharan |
2021-02-02 | Assert TCP_INFO size before checking content | Tamir Duberstein |
2021-01-30 | Remove side effect from open tests | Fabricio Voznika |
2021-01-29 | setgid directory syscall tests | Kevin Krakauer |
2021-01-29 | Remove side effect from test cases | Fabricio Voznika |
2021-01-29 | - Add more comments for the TCP_INFO struct fields. | Nayana Bidari |
2021-01-28 | Change EXPECT/ASSERT to TEST_CHECK inside InForkedProcess | Fabricio Voznika |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2021-01-28 | Correctly check permissions in ping socket test | Tamir Duberstein |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-26 | Initialize timestamps for gofer synthetic children. | Dean Deng |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-26 | Do not send SCM Rights more than once when message is truncated. | Dean Deng |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-25 | Remove side effect from shm tests | Fabricio Voznika |
2021-01-25 | Fix Inotify.Exec test | Fabricio Voznika |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-21 | Syscall test for connecting to unspecified address | Zeling Feng |
2021-01-20 | Fix typo boundry -> boundary. | Dean Deng |
2021-01-19 | platform/ptrace: workaround a kernel ptrace issue on ARM64 | Andrei Vagin |
2021-01-15 | Correctly return EMSGSIZE when packet is too big in raw socket. | Ting-Yu Wang |
2021-01-15 | Support TEST_PREMATURE_EXIT_FILE in syscall tests | Fabricio Voznika |
2021-01-15 | Add sanity check on return values from Write | Ting-Yu Wang |
2021-01-15 | Add tests for cases of ARP failures on TCP connect | Mithun Iyer |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-14 | Check for existence before permissions | Fabricio Voznika |
2021-01-12 | [rack] Set up TLP timer and configure timeout. | Ayush Ranjan |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-07 | Fix tuntap_test to cleanup after CreateInterfaceNoCap | Mithun Iyer |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2021-01-05 | Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms. | Andrei Vagin |
2021-01-05 | fs/fuse: check that a task has a specified file descriptor | Andrei Vagin |