Age | Commit message (Expand) | Author |
2019-06-24 | Use correct statx syscall number for amd64. | Nicolas Lacasse |
2019-06-22 | Implement statx. | Nicolas Lacasse |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-19 | Deflake SendFileTest_Shutdown. | Ian Gudger |
2019-06-19 | fileOp{On,At} should pass the remaning symlink traversal count. | Nicolas Lacasse |
2019-06-13 | Plumb context through more layers of filesytem. | 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-11 | Eat sendfile partial error | Adin Scannell |
2019-06-10 | Add introspection for Linux/AMD64 syscalls | Ian Lewis |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-05-22 | Add WCLONE / WALL support to waitid | Michael Pratt |
2019-05-22 | Add support for wait(WNOTHREAD) | Michael Pratt |
2019-05-22 | Move wait constants to abi/linux package | Michael Pratt |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
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 |