Age | Commit message (Expand) | Author |
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-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-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 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 |
2019-03-27 | Add rsslim field in /proc/pid/stat. | Nicolas Lacasse |
2019-03-27 | Add start time to /proc/<pid>/stat. | Nicolas Lacasse |
2019-03-26 | Implement memfd_create. | Rahat Mahmood |
2019-03-22 | lstat should resolve the final path component if it ends in a slash. | Nicolas Lacasse |
2019-03-22 | Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN. | Jamie Liu |
2019-03-21 | Add test for short recvmsg iovec length. | Ian Gudger |
2019-03-21 | Test TCP sockets with MSG_TRUNC|MSG_PEEK. | Ian Gudger |
2019-03-21 | Clear msghdr flags on successful recvmsg. | Ian Gudger |
2019-03-19 | netstack: reduce MSS from SYN to account tcp options | Andrei Vagin |
2019-03-18 | Remove references to replaced child in Rename in ramfs/agentfs | Michael Pratt |
2019-03-18 | Replace use of ucontext with ucontext_t. | Kevin Krakauer |
2019-03-15 | Fix flaky RawPingAndSockets (and MultipleSocketsRecieve just in case). | Kevin Krakauer |
2019-03-09 | Fix getsockopt(IP_MULTICAST_IF). | Ian Gudger |
2019-03-08 | Make IP_MULTICAST_LOOP and IP_MULTICAST_TTL allow setting int or char. | Ian Gudger |
2019-03-08 | Validate multicast addresses in multicast group operations. | Ian Gudger |
2019-03-08 | Implement IP_MULTICAST_LOOP. | Ian Gudger |
2019-03-08 | Fix tests which fail in kokoro | Andrei Vagin |