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-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-16
Limit most file mmaps to the range of an int64.
Jamie Liu
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-15
[bind] Return EINVAL for under sized address
Ghanan Gowripalan
2021-09-14
Fix race on msgrcv(MSG_COPY).
Rahat Mahmood
2021-09-10
Typo fix.
Etienne Perot
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-09-07
Stub some memory control files.
Rahat Mahmood
2021-09-03
Add //pkg/sentry/seccheck.
Jamie Liu
2021-09-02
unix: avoid taking two endpoint locks
Andrei Vagin
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-09-01
Extract network datagram endpoint common facilities
Ghanan Gowripalan
2021-09-01
Don't use reflection in fpu.alignedBytes.
Jamie Liu
2021-09-01
Cache vdso.so's __kernel_rt_sigreturn location.
Jamie Liu
2021-09-01
Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up.
Jamie Liu
2021-09-01
unix: handle a case when a buffer is overflowed
Andrei Vagin
2021-08-30
Narrow COW-break on thread stacks.
Jamie Liu
2021-08-30
Use specialFileFD handles in specialFileFD.Stat().
Jamie Liu
2021-08-27
Fix lock order violations: mm.mappingMu > Task.mu.
Nicolas Lacasse
2021-08-25
Remove quotedev device
Chong Cai
2021-08-24
Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOU
gVisor bot
2021-08-23
Merge pull request #6491 from avagin:kvm-mem-slot-overlap
gVisor bot
2021-08-21
platform/kvm: set physical slots without overlapping
Andrei Vagin
2021-08-20
Allow gofer.specialFileFDs to be mmapped with a host FD.
Jamie Liu
2021-08-20
Fix lock ordering violation introduced in cl/347704347.
Nicolas Lacasse
2021-08-20
Remove experimental warning in the VFS2 README.
Jamie Liu
2021-08-19
Cache verity dentries
Chong Cai
2021-08-19
Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.
Jamie Liu
2021-08-18
Add control configs
Chong Cai
2021-08-17
Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3
gVisor bot
2021-08-17
Added a SIGTTOU block check in SetForegroundProcessGroup
gystemd
2021-08-17
Implement stub for msgctl(2).
Zyad A. Ali
2021-08-17
Implement control operations on msgqueue.
Zyad A. Ali
2021-08-17
Implement ipc.Object.Set and use it in ipc mechanisms.
Zyad A. Ali
2021-08-16
fix sending of SIGTTOU signal in SetForegroundProcessGroup
gystemd
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-13
Add Event controls
Chong Cai
2021-08-12
Add Usage controls
Chong Cai
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-08-12
Add support for TCP send buffer auto tuning.
Nayana Bidari
2021-08-11
Do not clear merkle files when creating dentry
Chong Cai
2021-08-11
Popluate verity directory children names
Chong Cai
2021-08-11
Initial cgroupfs support for subcontainers
Rahat Mahmood
2021-08-10
fix missing SIGTTOU signal in SetForegroundProcessGroup
gystemd
2021-08-09
platform/kvm: fix a race condition in vCPU.unlock()
Andrei Vagin
2021-08-05
Correctly handle interruptions in blocking msgqueue syscalls.
Rahat Mahmood
2021-08-04
Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1.
Nicolas Lacasse
2021-08-04
Add Fs controls
Chong Cai
[next]