Age | Commit message (Expand) | Author |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-26 | Require CAP_SYS_ADMIN in the root user namespace for TTY theft | Kevin Krakauer |
2020-06-25 | Avoid an allocation in epoll | Tamir Duberstein |
2020-06-24 | Remove waiter.Entry.Context | Tamir Duberstein |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-16 | Port aio to VFS2. | Nicolas Lacasse |
2020-06-16 | Miscellaneous VFS2 fixes. | Jamie Liu |
2020-06-12 | vfs2: implement fcntl(fd, F_SETFL, flags) | Andrei Vagin |
2020-06-10 | Merge pull request #2763 from gaurav1086:sentry_kernel_timekeeper_use_buffere... | gVisor bot |
2020-06-09 | sentry: use defer wg.Done() unconditionally | Gaurav Singh |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-06-05 | Unshare files on exec | Andrei Vagin |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-05-14 | Port memfd_create to vfs2 and finish implementation of file seals. | Nicolas Lacasse |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-05-07 | Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. | Nicolas Lacasse |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Fix flaky monotonic time. | Adin Scannell |
2020-04-27 | Don't leak vfs.MountNamespace reference if kernel.TaskSet.NewTask fails. | Jamie Liu |
2020-04-25 | Enable automated marshalling for signals and the arch package. | Rahat Mahmood |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
2020-04-23 | Enable automated marshalling for mempolicy syscalls. | Rahat Mahmood |
2020-04-23 | Enable automated marshalling for epoll events. | Rahat Mahmood |
2020-04-23 | Merge pull request #1819 from lubinszARM:pr_signal_2 | gVisor bot |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-16 | Make ExtractErrno a function | Fabricio Voznika |
2020-04-13 | Merge pull request #2168 from xiaobo55x:ptrace_test | gVisor bot |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |
2020-04-13 | Remove obsolete TODOs for b/38173783 | Jon Budd |
2020-04-10 | Add logging message for noNewPrivileges OCI option. | Ian Lewis |
2020-04-10 | Remove TODO from kernel.Stracer | Fabricio Voznika |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot |
2020-04-10 | Enable syscall ptrace test on arm64. | Haibo Xu |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-04-08 | Fix all copy locks violations. | Adin Scannell |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-04-04 | Record VFS2 sockets in global socket map. | Dean Deng |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-04-03 | Add FileDescriptionImpl for Unix sockets. | Dean Deng |
2020-04-03 | Ensure EOF is handled propertly during splice. | Adin Scannell |
2020-03-31 | Implement automated marshalling for slices of Marshallable types. | Rahat Mahmood |
2020-03-31 | Arm64 signal#2: signal support in arch module | Bin Lu |
2020-03-31 | Add socket filesystem and global disconnected socket mount for VFS2. | Dean Deng |