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-07-22
Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls
gVisor bot
2021-07-22
Replace kernel package types for clone and unshare with linux package types.
Jamie Liu
2021-07-21
Add metric to count number of segments acknowledged by DSACK.
Nayana Bidari
2021-07-21
Use atomics when checking for parent setgid in VFS2 tmpfs file creation.
Jamie Liu
2021-07-20
Merge pull request #6220 from laijs:disconnect-fp
gVisor bot
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-15
Fix refcount increments in gofer.filesystem.Sync.
Fabricio Voznika
2021-07-15
netstack: support SO_RCVBUFFORCE
Kevin Krakauer
2021-07-13
Replace whitelist with allowlist
Fabricio Voznika
2021-07-13
Do not require O_PATH flag to enable verity
Chong Cai
2021-07-13
Implement stubs for msgget(2) and msgctl(IPC_RMID).
Zyad A. Ali
2021-07-13
Implement Registry.Remove.
Zyad A. Ali
2021-07-13
Implement Registry.FindOrCreate.
Zyad A. Ali
2021-07-13
Create package msgqueue.
Zyad A. Ali
2021-07-13
Create ipc.Registry.
Zyad A. Ali
2021-07-13
Create ipc package and ipc.Object.
Zyad A. Ali
2021-07-12
netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip
Kevin Krakauer
2021-07-12
Fix deadlock in procfs
Fabricio Voznika
2021-07-12
Fix stdios ownership
Fabricio Voznika
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-12
Mark all functions that are called from a forked child with go:norace
Andrei Vagin
2021-07-12
Go 1.17 support for the KVM platform
Michael Pratt
2021-07-09
Drop unnecessary checklocksignore.
Adin Scannell
2021-07-08
Fix some //pkg/seccomp bugs.
Jamie Liu
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-07-08
devpts: Notify of echo'd input queue bytes only after locks have been released.
Etienne Perot
2021-07-02
Merge pull request #6258 from liornm:fix-iptables-input-interface
gVisor bot
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-07-01
Strace: handle null paths
Fabricio Voznika
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
Sort children map before hash
Chong Cai
2021-06-29
Add SIOCGIFFLAGS ioctl support to hostinet.
Lucas Manning
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-29
Fix iptables List entries Input interface field
liornm
2021-06-28
Allow VFS2 gofer client to mmap from sentry page cache when forced.
Jamie Liu
2021-06-24
Internal change.
Jamie Liu
2021-06-24
Delete sentry metrics /watchdog/{stuck_startup_detected, stuck_tasks_detected}
Nayana Bidari
2021-06-24
CreateProcessGroup has to check whether a target process stil exists or not
Andrei Vagin
2021-06-23
Use memutil.MapFile for the memory accounting page.
Jamie Liu
2021-06-23
Fix PR_SET_PTRACER applicability to non-leader threads.
Jamie Liu
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-22
Merge pull request #5051 from lubinszARM:pr_escapes_1
gVisor bot
2021-06-22
Trigger poll/epoll events on zero-length hostinet sendmsg
Ian Lewis
2021-06-21
clean up tcpdump TODOs
Kevin Krakauer
2021-06-22
Disconnect call-chain between sighandler() and bluepill().
Lai Jiangshan
2021-06-17
remove outdated ip6tables TODOs
Kevin Krakauer
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-16
[syserror] Refactor linuxerr and error package.
Zach Koopmans
2021-06-16
kvm: mark UpperHalf PTE-s as global
Andrei Vagin
[next]