Age | Commit message (Expand) | Author |
2019-10-25 | Aggregate arguments for loading executables into a single struct. | Dean Deng |
2019-10-24 | Merge release-20190806.1-318-gd9fd536 (automated) | gVisor bot |
2019-10-24 | Handle AT_SYMLINK_NOFOLLOW flag for execveat. | Dean Deng |
2019-10-23 | Handle AT_EMPTY_PATH flag in execveat. | Dean Deng |
2019-10-22 | Merge release-20190806.1-304-gebe8001 (automated) | gVisor bot |
2019-10-22 | Update const names to be Go style. | Ian Lewis |
2019-10-22 | Merge release-20190806.1-298-g070a8c2 (automated) | gVisor bot |
2019-10-21 | Remove old TODO. | Nicolas Lacasse |
2019-10-21 | Merge release-20190806.1-297-g0b569b7 (automated) | gVisor bot |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-16 | Merge release-20190806.1-282-g8fe48dc (automated) | gVisor bot |
2019-10-16 | Add sublevel to kernel version | Michael Pratt |
2019-10-16 | Merge release-20190806.1-279-gbbdcf44 (automated) | gVisor bot |
2019-10-16 | Fix syscall changes lost in rebase | Michael Pratt |
2019-10-07 | Merge release-20190806.1-243-g8fce24d (automated) | gVisor bot |
2019-10-07 | Merge pull request #753 from lubinszARM:pr_syscall_linux | gVisor bot |
2019-10-03 | Merge release-20190806.1-233-gdb218fd (automated) | gVisor bot |
2019-10-03 | Don't report partialResult errors from sendfile | Andrei Vagin |
2019-10-02 | Merge branch 'master' into pr_syscall_linux | Andrei Vagin |
2019-10-01 | Merge release-20190806.1-215-g29a1ba5 (automated) | gVisor bot |
2019-09-30 | splice: compare inode numbers only if both ends are pipes | Andrei Vagin |
2019-09-30 | Merge release-20190806.1-210-g3ad17ff (automated) | gVisor bot |
2019-09-30 | Only copy out remaining time on nanosleep success | Michael Pratt |
2019-09-27 | Merge release-20190806.1-203-g8539abc (automated) | gVisor bot |
2019-09-27 | Merge pull request #864 from tanjianfeng:fix-861 | gVisor bot |
2019-09-27 | Merge release-20190806.1-201-gabbee56 (automated) | gVisor bot |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-24 | Merge release-20190806.1-178-g502f8f2 (automated) | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-20 | fix set hostname | Jianfeng Tan |
2019-09-18 | Merge release-20190806.1-156-gc98e7f0 (automated) | gVisor bot |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-18 | enable syscalls/linux to support arm64 | Bin Lu |
2019-09-14 | Merge release-20190806.1-145-g239a07a (automated) | gVisor bot |
2019-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-09-13 | Merge release-20190806.1-142-g7c6ab6a (automated) | gVisor bot |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-08-27 | Merge 9679f989 (automated) | gVisor bot |
2019-08-27 | Fix sendfile(2) error code | Fabricio Voznika |
2019-08-19 | Merge 67d7864f (automated) | gVisor bot |
2019-08-19 | Document RWF_HIPRI not implemented for preadv2/pwritev2. | Zach Koopmans |
2019-08-13 | Merge 8d97b22a (automated) | gVisor bot |
2019-08-12 | Handle ENOSPC with a partial write. | Nicolas Lacasse |
2019-08-07 | Merge 1c9781a4 (automated) | gVisor bot |
2019-08-07 | ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations. | Ayush Ranjan |
2019-08-06 | Merge 704f9610 (automated) | gVisor bot |
2019-08-06 | Require pread/pwrite for splice file offsets | Michael Pratt |
2019-08-02 | Merge 960a5e55 (automated) | gVisor bot |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |