Age | Commit message (Expand) | Author |
2019-05-08 | Fix types that are subtly incorrect. | Googler |
2019-05-05 | Fix raw socket behavior and tests. | Kevin Krakauer |
2019-05-03 | gvisor: run bazel in a docker container | Andrei Vagin |
2019-05-03 | Skip flaky ClockGettime.CputimeId take 2 | Fabricio Voznika |
2019-05-03 | Proper cleanup of sockets that used REUSEPORT | Chris Kuiper |
2019-05-02 | Support reception of multicast data on more than one socket | Chris Kuiper |
2019-05-02 | Replace dynamic macros with constants in memfd test. | Kevin Krakauer |
2019-04-29 | Implement the MSG_CTRUNC msghdr flag for Unix sockets. | Ian Gudger |
2019-04-29 | Skip flaky ClockGettime.CputimeId | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-29 | Appease googletest deprecation | Tamir Duberstein |
2019-04-29 | createAt should return all errors from FindInode except ENOENT. | Nicolas Lacasse |
2019-04-26 | Remove syscall tests' dependency on glog | Tamir Duberstein |
2019-04-26 | Fix reference counting bug in /proc/PID/fdinfo/. | Kevin Krakauer |
2019-04-26 | Change name of sticky test arg. | Kevin Krakauer |
2019-04-25 | Don't enforce NAME_MAX in fs.Dirent.walk(). | Jamie Liu |
2019-04-25 | s,sys/poll.h/,poll.h,g | Tamir Duberstein |
2019-04-25 | Handle glibc and XSI variants of strerror_r | Tamir Duberstein |
2019-04-25 | Remove useless modifiers | Tamir Duberstein |
2019-04-24 | Add Unix socket tests for the MSG_CTRUNC msghdr flag. | Ian Gudger |
2019-04-22 | Bugfix: fix fstatat symbol link to dir | Wei Zhang |
2019-04-19 | tcpip/transport/tcp: read side only shutdown of an endpoint | Ben Burkert |
2019-04-19 | Add support for the MSG_TRUNC msghdr flag. | Ian Gudger |
2019-04-18 | Keep symlink target open while in test that compares inode ids. | Nicolas Lacasse |
2019-04-17 | Don't allow sigtimedwait to catch unblockable signals | Michael Pratt |
2019-04-17 | Use FD limit and file size limit from host | Fabricio Voznika |
2019-04-11 | CONTRIBUTING: add style guide pointer | Adin Scannell |
2019-04-10 | Internal change | Michael Pratt |
2019-04-10 | rlimits test: don't exceed nr_open. | Kevin Krakauer |
2019-04-10 | Allow threads with CAP_SYS_RESOURCE to raise hard rlimits. | Kevin Krakauer |
2019-04-10 | Fixed /proc/cpuinfo permissions | Shiva Prasanth |
2019-04-09 | Match multi-word State | Michael Pratt |
2019-04-08 | Internal change | Michael Pratt |
2019-04-08 | Export kernel.SignalInfoPriv. | Jamie Liu |
2019-04-08 | Add TODO | Michael Pratt |
2019-04-05 | Deflake PtraceTest.SeizeSetOptions. | Jamie Liu |
2019-04-04 | gvisor: Add support for the MS_NOEXEC mount option | Andrei Vagin |
2019-04-03 | Fix index out of bounds in tty implementation. | Kevin Krakauer |
2019-04-02 | Set options on the correct Task in PTRACE_SEIZE. | Jamie Liu |
2019-04-02 | Add build rule for raw socket tests so they are runnable via: | Kevin Krakauer |
2019-04-02 | Add test that symlinking over a directory returns EEXIST. | Nicolas Lacasse |
2019-04-02 | Add a raw socket transport endpoint and use it for raw ICMP sockets. | Kevin Krakauer |
2019-04-01 | Save/restore simple devices. | Rahat Mahmood |
2019-04-01 | Trim trailing newline when reading /proc/[pid]/{uid,gid}_map in test. | Jamie Liu |
2019-04-01 | Fix MemfdTest_OtherProcessCanOpenFromProcfs. | Jamie Liu |
2019-03-29 | Return srclen in proc.idMapFileOperations.Write. | Jamie Liu |
2019-03-28 | set task's name when fork | chris.zn |
2019-03-28 | Setting timestamps should trigger an inotify event. | Nicolas Lacasse |
2019-03-28 | Clean up gofer handle caching. | Jamie Liu |