Age | Commit message (Expand) | Author |
2021-03-04 | Fix race in unix socket transport. | Ian Gudger |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-03-03 | Export stats that were forgotten | Arthur Sfez |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-02-25 | Implement SEM_STAT_ANY cmd of semctl. | Jing Chen |
2021-02-24 | Kernfs should not try to rename a file to itself. | Nicolas Lacasse |
2021-02-24 | Use mapped device number + topmost inode number for all files in VFS2 overlay. | Jamie Liu |
2021-02-24 | Merge pull request #5519 from dqminh:runsc-ps-pids | gVisor bot |
2021-02-24 | return root pids with runsc ps | Daniel Dao |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-24 | Use async task context for async IO. | Dean Deng |
2021-02-22 | unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV | Andrei Vagin |
2021-02-19 | Don't hold baseEndpoint.mu while calling EventUpdate(). | Nicolas Lacasse |
2021-02-19 | control.Proc.Exec should default to root pid namespace if none provided. | Nicolas Lacasse |
2021-02-18 | Make socketops reflect correct sndbuf value for host UDS. | Bhasker Hariharan |
2021-02-18 | Bump build constraints to Go 1.18 | Michael Pratt |
2021-02-18 | Validate IGMP packets | Arthur Sfez |
2021-02-17 | Move Name() out of netstack Matcher. It can live in the sentry. | Kevin Krakauer |
2021-02-17 | Add gohacks.Slice/StringHeader. | Jamie Liu |
2021-02-17 | Check for directory emptiness in VFS1 overlay rmdir(). | Jamie Liu |
2021-02-11 | [rack] TLP: ACK Processing and PTO scheduling. | Ayush Ranjan |
2021-02-11 | Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt(). | Jamie Liu |
2021-02-11 | Internal change. | gVisor bot |
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 |