Age | Commit message (Expand) | Author |
2021-10-12 | Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues. | Jamie Liu |
2021-10-11 | Merge pull request #6428 from dillanzhou:fix_epoll_vfs2 | gVisor bot |
2021-10-08 | Remove ring0 floating point save/load functions on amd64. | Jamie Liu |
2021-10-08 | Remove redundant slice copy in lisafs gofer client. | Ayush Ranjan |
2021-10-08 | Disallow "trusted" namespace xattr in VFS2 gofer client. | Ayush Ranjan |
2021-10-07 | add convenient wrapper for eventfd | Kevin Krakauer |
2021-10-07 | Add a new metric to detect the number of spurious loss recoveries. | Nayana Bidari |
2021-10-07 | tests: use a proper path to the kvm device | Andrei Vagin |
2021-10-07 | Store timestamps as time.Time | Tamir Duberstein |
2021-10-06 | Create null entry connection on first IPTables hook | Ghanan Gowripalan |
2021-10-06 | Add global lisafs kernel flag. | Ayush Ranjan |
2021-10-01 | Merge pull request #6551 from sudo-sturbia:msgqueue/procfs | gVisor bot |
2021-09-30 | kernel: print PID in addition to TID in task log messages | Andrei Vagin |
2021-09-28 | Move `safecopy.ReplaceSignalHandler` into `sighandling` package. | Etienne Perot |
2021-09-27 | Move `sighandling` package out of `sentry`. | Etienne Perot |
2021-09-27 | Add procfs files for SysV message queues. | Zyad A. Ali |
2021-09-24 | Update the comment for Task.netns | Andrei Vagin |
2021-09-24 | Merge pull request #6647 from avagin:task-netns | gVisor bot |
2021-09-23 | kernel: allow to access Task.netns without taking Task.mu | Andrei Vagin |
2021-09-23 | Create the cgroupfs mount point in sysfs. | Rahat Mahmood |
2021-09-23 | Merge pull request #6573 from avagin:kvm-seccomp-mmap | gVisor bot |
2021-09-23 | Pass AddressableEndpoint to IPTables | Ghanan Gowripalan |
2021-09-22 | Add Execve and ExitNotifyParent checkpoints. | Jamie Liu |
2021-09-22 | kvm: check that safecopy is handled correctly in the guest ring0 | Andrei Vagin |
2021-09-22 | kvm: trap mmap syscalls to map new regions to the guest | Andrei Vagin |
2021-09-22 | kvm/arm: calculate virtual-to-physical mappings only once | Andrei Vagin |
2021-09-22 | kvm: fix tests on arm64 | AV |
2021-09-21 | socket/unix: clean up socket queue after releasing a queue lock | Andrei Vagin |
2021-09-21 | [lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer. | Ayush Ranjan |
2021-09-20 | [lisa] Plumb lisafs through runsc. | Ayush Ranjan |
2021-09-20 | Internal change. | gVisor bot |
2021-09-19 | Support IPV6_RECVPKTINFO on UDP sockets | Ghanan Gowripalan |
2021-09-17 | Allow rebinding packet socket protocol | Ghanan Gowripalan |
2021-09-16 | Limit most file mmaps to the range of an int64. | Jamie Liu |
2021-09-16 | Merge pull request #6579 from prattmic:runsc_do_profile | gVisor bot |
2021-09-16 | runsc: add global profile collection flags | Michael Pratt |
2021-09-15 | Pass address properties in a single struct | Tony Gong |
2021-09-15 | [bind] Return EINVAL for under sized address | Ghanan Gowripalan |
2021-09-14 | Fix race on msgrcv(MSG_COPY). | Rahat Mahmood |
2021-09-10 | Typo fix. | Etienne Perot |
2021-09-09 | Remove linux-compat loopback hacks from packet endpoint | Ghanan Gowripalan |
2021-09-07 | Stub some memory control files. | Rahat Mahmood |
2021-09-03 | Add //pkg/sentry/seccheck. | Jamie Liu |
2021-09-02 | unix: avoid taking two endpoint locks | Andrei Vagin |
2021-09-01 | Support sending with packet sockets | Ghanan Gowripalan |
2021-09-01 | Extract network datagram endpoint common facilities | Ghanan Gowripalan |
2021-09-01 | Don't use reflection in fpu.alignedBytes. | Jamie Liu |
2021-09-01 | Cache vdso.so's __kernel_rt_sigreturn location. | Jamie Liu |
2021-09-01 | Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up. | Jamie Liu |
2021-09-01 | unix: handle a case when a buffer is overflowed | Andrei Vagin |