Age | Commit message (Expand) | Author |
2021-02-11 | Implement semtimedop. | Jing Chen |
2021-02-11 | Assign controlling terminal when tty is opened and support NOCTTY | Kevin Krakauer |
2021-02-10 | Support setgid directories in tmpfs and kernfs | Kevin Krakauer |
2021-02-10 | Don't allow to umount the namespace root mount | Andrei Vagin |
2021-02-10 | Merge pull request #5267 from lubinszARM:pr_usr_lazy_fp | gVisor bot |
2021-02-09 | Add support for setting SO_SNDBUF for unix domain sockets. | Bhasker Hariharan |
2021-02-09 | Add cleanup TODO for integer-based proc files. | Dean Deng |
2021-02-09 | Collapse code that always returns error | Tamir Duberstein |
2021-02-09 | kernel: reparentLocked has to update children maps of old and new parents | Andrei Vagin |
2021-02-09 | pipe: writeLocked has to return ErrWouldBlock if the pipe is full | Andrei Vagin |
2021-02-08 | exec: don't panic if an elf file is malformed | Andrei Vagin |
2021-02-08 | [go-marshal] Remove binary package reference from syscalls package. | Ayush Ranjan |
2021-02-05 | Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx) | Ting-Yu Wang |
2021-02-05 | [vfs] Handle `.` and `..` as last path component names in kernfs Rename. | Ayush Ranjan |
2021-02-04 | Move getcpu() to core filter list | Michael Pratt |
2021-02-04 | Call kernfs.syntheticDir.InitRefs() on creation. | Nicolas Lacasse |
2021-02-03 | [vfs] Make sticky bit check consistent with Linux. | Ayush Ranjan |
2021-02-03 | arm64 kvm:implement basic lazy save and restore for FPSIMD registers | Robin Luk |
2021-02-03 | arm64: clean code | Robin Luk |
2021-02-02 | Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom. | Jamie Liu |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-02-02 | Move ring0 package. | Adin Scannell |
2021-02-02 | Add ETIMEDOUT to partial result list | Fabricio Voznika |
2021-02-02 | Minor page tables improvements. | Adin Scannell |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-29 | Fix deadlock in specialFileFD.pwrite | Fabricio Voznika |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-28 | Propagate reader error in ReadFrom | Tamir Duberstein |
2021-01-28 | [vfs] Fix rename implementation in OrderedChildren. | Ayush Ranjan |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
2021-01-26 | Implement error on pointers | Tamir Duberstein |
2021-01-26 | Initialize timestamps for gofer synthetic children. | Dean Deng |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-26 | Do not send SCM Rights more than once when message is truncated. | Dean Deng |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-25 | Add per endpoint ARP statistics | Arthur Sfez |
2021-01-25 | Remove synchronous decommit for MADV_DONTNEED on private anonymous vmas. | Jamie Liu |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-21 | iptables: support matching the input interface name | Toshi Kikuchi |
2021-01-20 | Update splice syscall documentation. | Dean Deng |
2021-01-20 | Remove unimplemented message for SO_LINGER | Nayana Bidari |
2021-01-20 | Don't use task goroutine context in fsimpl tests. | Jamie Liu |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-20 | Fix refcount increments in gofer.filesystem.Sync. | Jamie Liu |
2021-01-20 | Remove string allocation from strings.Repeat() in /proc/[pid]/maps. | Jamie Liu |
2021-01-19 | platform/ptrace: workaround a kernel ptrace issue on ARM64 | Andrei Vagin |