Age | Commit message (Expand) | Author |
2021-03-23 | setgid directory support in goferfs | Kevin Krakauer |
2021-03-18 | Translate syserror when validating partial IO errors | Fabricio Voznika |
2021-03-16 | Fix a race with synRcvdCount and accept | Mithun Iyer |
2021-03-16 | setgid directory support in overlayfs | Kevin Krakauer |
2021-03-15 | Deflake proc_test_native | Fabricio Voznika |
2021-03-09 | Allow reading from PTY into bad buffer to return EAGAIN. | Nicolas Lacasse |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-03-08 | Fix proc test flakiness | Fabricio Voznika |
2021-03-08 | Fix SocketInetLoopbackTest flakiness | Fabricio Voznika |
2021-03-01 | tcp: endpoint.Write has to send all data that has been read from payload | Andrei Vagin |
2021-02-25 | Implement SEM_STAT_ANY cmd of semctl. | Jing Chen |
2021-02-24 | Kernfs should not try to rename a file to itself. | Nicolas Lacasse |
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 |