index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
Age
Commit message (
Expand
)
Author
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-29
Merge pull request #5728 from zhlhahaha:2091
gVisor bot
2021-03-29
[perf] Reduce contention in ptrace.threadPool.lookupOrCreate().
Ayush Ranjan
2021-03-25
Use seqfile.SeqHandles correctly in VFS1 /proc/net/.
Jamie Liu
2021-03-25
Lock TaskSet mutex for writing in ptraceClone().
Jamie Liu
2021-03-25
Fix comments error
Howard Zhang
2021-03-25
Fix nogo test error
Howard Zhang
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-23
Merge pull request #5677 from avagin:kvm-mmio
gVisor bot
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-23
setgid directory support in goferfs
Kevin Krakauer
2021-03-22
Avoid calling sync on each write in writethrough mode.
Nicolas Lacasse
2021-03-18
Translate syserror when validating partial IO errors
Fabricio Voznika
2021-03-16
kvm: prefault a floating point state before restoring it
Andrei Vagin
2021-03-16
setgid directory support in overlayfs
Kevin Krakauer
2021-03-15
Turn sys_thread constants into variables.
Etienne Perot
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-15
[op] Make gofer client handle return partial write length when err is nil.
Ayush Ranjan
2021-03-15
Merge pull request #5618 from iangudger:unix-transport-race
gVisor bot
2021-03-11
fusefs: Implement default_permissions and allow_other mount options.
Rahat Mahmood
2021-03-11
Clear Merkle tree files in RuntimeEnable mode
Chong Cai
2021-03-11
Report filesystem-specific mount options.
Rahat Mahmood
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-05
Implement IterDirent in verity fs
Chong Cai
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
[next]