Age | Commit message (Expand) | Author |
2019-07-19 | Handle interfaceAddr and NIC options separately for IP_MULTICAST_IF | Chris Kuiper |
2019-07-18 | net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) | Andrei Vagin |
2019-07-17 | Add AF_UNIX, SOCK_RAW sockets, which exist for some reason. | Kevin Krakauer |
2019-07-17 | Merge pull request #533 from kevinGC:stub-dev-tty | gVisor bot |
2019-07-17 | Properly invalidate cache in rename and remove | Michael Pratt |
2019-07-16 | Add CLOCK_BOOTTIME tests to timerfd.cc | Adrien Leravat |
2019-07-16 | Internal change. | gVisor bot |
2019-07-15 | Replace vector of arrays with array of arrays. | Kevin Krakauer |
2019-07-15 | Fix initialization of badhandler_low_water_mark in SigaltstackTest. | Neel Natu |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-07-12 | Add permission, char device, and uid checks. | Kevin Krakauer |
2019-07-12 | Stub out support for TCP_MAXSEG. | Bhasker Hariharan |
2019-07-12 | Merge pull request #282 from zhangningdlut:chris_test_proc | gVisor bot |
2019-07-11 | Add a stub for /dev/tty. | Kevin |
2019-07-09 | tss: block userspace access to all I/O ports. | Liu Hua |
2019-07-08 | Don't mask errors in createAt loop. | Nicolas Lacasse |
2019-07-03 | netstack/udp: connect with the AF_UNSPEC address family means disconnect | Andrei Vagin |
2019-07-02 | Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels. | Neel Natu |
2019-07-01 | Check remaining traversal limit when creating a file through a symlink. | Nicolas Lacasse |
2019-06-28 | Fix suggestions from clang. | Nicolas Lacasse |
2019-06-28 | Automated rollback of changelist 255263686 | Nicolas Lacasse |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-27 | Merge pull request #461 from brb-g:128_procseekend | gVisor bot |
2019-06-26 | Preserve permissions when checking lower | Fabricio Voznika |
2019-06-26 | Follow symlinks when creating a file, and create the target. | Nicolas Lacasse |
2019-06-24 | Add CLOCK_BOOTTIME as a CLOCK_MONOTONIC alias | Adrien Leravat |
2019-06-24 | fs: synchronize concurrent writes into files with O_APPEND | Andrei Vagin |
2019-06-24 | Implement /proc/net/tcp. | Rahat Mahmood |
2019-06-24 | Use correct statx syscall number for amd64. | Nicolas Lacasse |
2019-06-24 | Add regression test for #128 (fixed in ab6774ce) | brb-g |
2019-06-24 | Return ENOENT when reading /proc/{pid}/task of an exited process | chris.zn |
2019-06-22 | Implement statx. | Nicolas Lacasse |
2019-06-21 | Fix the logic for sending zero window updates. | Bhasker Hariharan |
2019-06-20 | Close FD on TcpSocketTest loop failure. | Ian Gudger |
2019-06-20 | Deflake TestSIGALRMToMainThread. | Neel Natu |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-19 | Mark tcp_socket test flaky (for real) | Michael Pratt |
2019-06-19 | Deflake mount_test. | Nicolas Lacasse |
2019-06-19 | Abort loop on failure | Michael Pratt |
2019-06-19 | Mark tcp_socket test flaky. | Neel Natu |
2019-06-18 | Use return values from syscalls in eventfd tests. | Rahat Mahmood |
2019-06-18 | Replace usage of deprecated strtoul/strtoull | Brad Burlage |
2019-06-18 | Fix PipeTest_Streaming timeout | Fabricio Voznika |
2019-06-13 | Fix deadlock in fasync. | Ian Gudger |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Set optlen correctly when calling getsockopt. | Bhasker Hariharan |
2019-06-12 | Add support for TCP_CONGESTION socket option. | Bhasker Hariharan |
2019-06-11 | Eat sendfile partial error | Adin Scannell |