Age | Commit message (Expand) | Author |
2019-04-29 | Implement the MSG_CTRUNC msghdr flag for Unix sockets. | Ian Gudger |
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 | createAt should return all errors from FindInode except ENOENT. | Nicolas Lacasse |
2019-04-22 | Bugfix: fix fstatat symbol link to dir | Wei Zhang |
2019-04-19 | Add support for the MSG_TRUNC msghdr flag. | Ian Gudger |
2019-04-18 | Format struct pollfd in poll(2)/ppoll(2) | Michael Pratt |
2019-04-17 | Convert poll/select to operate more directly on linux.PollFD | Michael Pratt |
2019-04-11 | Use open fids when fstat()ing gofer files. | Jamie Liu |
2019-04-10 | Internal change | Michael Pratt |
2019-04-10 | Allow threads with CAP_SYS_RESOURCE to raise hard rlimits. | Kevin Krakauer |
2019-04-09 | syscalls: sendfile: limit the count to MAX_RW_COUNT | Li Qiang |
2019-04-08 | Export kernel.SignalInfoPriv. | Jamie Liu |
2019-04-04 | gvisor: Add support for the MS_NOEXEC mount option | Andrei Vagin |
2019-04-04 | BUILD: Add useful go_path target | Adin Scannell |
2019-04-03 | Add syscall annotations for unimplemented syscalls | Ian Lewis |
2019-03-29 | Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible. | Jamie Liu |
2019-03-28 | Setting timestamps should trigger an inotify event. | 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-21 | Clear msghdr flags on successful recvmsg. | Ian Gudger |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-13 | Allow filesystem.Mount to take an optional interface argument. | Nicolas Lacasse |
2019-03-05 | Priority-inheritance futex implementation | Fabricio Voznika |
2019-03-01 | Add semctl(GETPID) syscall | Fabricio Voznika |
2019-02-25 | Handle invalid offset in sendfile(2) | Fabricio Voznika |
2019-02-08 | Encode stat to bytes manually, instead of calling CopyObjectOut. | Nicolas Lacasse |
2019-02-07 | Implement semctl(2) SETALL and GETALL | Fabricio Voznika |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-10 | Fixing select call to not enforce RLIMIT_NOFILE. | Zach Koopmans |
2019-01-08 | Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2). | Brian Geffon |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2018-12-21 | Automated rollback of changelist 226224230 | Jamie Liu |
2018-12-20 | Make read and write respect SO_RCVTIMEO and SO_SNDTIMEO | Ian Gudger |
2018-12-19 | Automated rollback of changelist 225861605 | Googler |
2018-12-19 | Implement pwritev2. | Zach Koopmans |
2018-12-17 | Implement mlock(), kind of. | Jamie Liu |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-12-10 | Add type safety to shm ids and keys. | Rahat Mahmood |
2018-12-10 | Validate FS_BASE in Task.Clone | Michael Pratt |
2018-12-06 | Fixing O_TRUNC behavior to match Linux. | Zach Koopmans |
2018-12-05 | Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...) | Zach Koopmans |
2018-12-04 | Linkat(2) should sanity check flags. | Brian Geffon |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-12-04 | Fix mempolicy_test on bazel. | Rahat Mahmood |
2018-11-26 | Implementation of preadv2 for Linux 4.4 support | Zach Koopmans |
2018-11-20 | Fix recursive read lock taken on TaskSet | Fabricio Voznika |
2018-11-20 | Update futex to use usermem abstractions. | Adin Scannell |
2018-11-08 | Implement sync_file_range() | Andrei Vagin |