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
/
runsc
/
boot
Age
Commit message (
Expand
)
Author
2021-11-02
Merge pull request #6803 from pkit:pkit/copy_arp
gVisor bot
2021-11-02
copy PERM ARP entries from namespace on boot
Constantine Peresypkin
2021-10-26
Simplify vfs.NewDisconnectedMount signature and callpoints.
Ayush Ranjan
2021-10-21
Merge pull request #6345 from sudo-sturbia:mq/syscalls
gVisor bot
2021-10-19
Drop accept from sentryctl socket filters
Michael Pratt
2021-10-18
Change test to use VFS2
Fabricio Voznika
2021-10-18
Mount namespace can be nil after task exits
Fabricio Voznika
2021-10-14
Report total memory based on limit or host
Fabricio Voznika
2021-10-06
Add global lisafs kernel flag.
Ayush Ranjan
2021-10-04
Update bazel packages
Andrei Vagin
2021-10-01
Use root context to mount volumes
Fabricio Voznika
2021-09-30
Add timer_create and timer_settime to filters
Michael Pratt
2021-09-28
Register mqfs.FilesystemType
Zyad A. Ali
2021-09-27
Move `sighandling` package out of `sentry`.
Etienne Perot
2021-09-20
[lisa] Plumb lisafs through runsc.
Ayush Ranjan
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-09
Remove link/packetsocket
Ghanan Gowripalan
2021-09-09
Add EthernetHeader only if underlying NIC has a mac address.
Bhasker Hariharan
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-08-19
Add loopback interface as an ethernet-based device
Ghanan Gowripalan
2021-08-18
Add control configs
Chong Cai
2021-08-13
Add Event controls
Chong Cai
2021-08-12
Add Usage controls
Chong Cai
2021-08-04
Add Fs controls
Chong Cai
2021-08-03
Add Lifecycle controls
Chong Cai
2021-07-23
Add support for SIOCGIFCONF ioctl in hostinet.
Lucas Manning
2021-07-20
Don't kill container when volume is unmounted
Fabricio Voznika
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-13
Use consistent naming for subcontainers
Fabricio Voznika
2021-07-12
Fix stdios ownership
Fabricio Voznika
2021-07-12
Fix GoLand analyzer errors under runsc/...
Fabricio Voznika
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-29
Add SIOCGIFFLAGS ioctl support to hostinet.
Lucas Manning
2021-06-28
Exit early with error message on checkpoint/pause w/ hostinet.
Ian Lewis
2021-06-25
Merge pull request #6222 from avagin:stop
gVisor bot
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-22
runsc: don't kill sandbox, let it stop properly
Andrei Vagin
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-10
Set RLimits during `runsc exec`
Fabricio Voznika
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-06-10
remove the erroneous (5th) filter argument to sendmmsg.
gVisor bot
2021-06-09
Remove --overlayfs-stale-read flag
Fabricio Voznika
2021-06-03
Add additional mmap seccomp rule
Fabricio Voznika
2021-06-03
Initialize metrics at init
Tamir Duberstein
2021-05-26
Use the stack RNG everywhere
Tamir Duberstein
2021-05-25
Initialize Kernel.Timekeeper before network NS
Tamir Duberstein
2021-05-25
Use specific fmt verbs (avoid %v)
Tamir Duberstein
[next]