Age | Commit message (Expand) | Author |
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 |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-19 | Remove workMu from tcpip.Endpoint. | Bhasker Hariharan |
2020-03-18 | Fix FDTable.NewFDVFS2 | Fabricio Voznika |
2020-03-16 | fdtable: don't try to zap fdtable entry if close is called for non-existing fd | Andrei Vagin |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-03-13 | Add remaining procfs files | Fabricio Voznika |
2020-03-13 | Panic if file in FDTable has been destroyed | Fabricio Voznika |
2020-03-13 | Fix infinite loop in semaphore.sem.wakeWaiters(). | Jamie Liu |
2020-03-13 | Fix oom_score_adj. | Jamie Liu |
2020-03-13 | Fix lock recursion in kernel.ProcessGroup.SendSignal(). | Jamie Liu |
2020-03-06 | Prevent memory leaks in ilist | Tamir Duberstein |
2020-03-05 | Stub oom_score_adj and oom_score. | Ian Lewis |
2020-02-28 | Define CPUIDInstruction for arm64 | Andrei Vagin |
2020-02-28 | Make pipe buffer implementation standard. | Adin Scannell |
2020-02-28 | Hide /dev/net/tun when using hostinet. | Ting-Yu Wang |
2020-02-25 | Add option to skip stuck tasks waiting for address space | Fabricio Voznika |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-25 | Fix nested logging. | Adin Scannell |