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-11-04
[syserr] Reverse dependency for tcpip.Error
Zach Koopmans
2021-11-01
Handle UMOUNT_NOFOLLOW in VFS2 umount(2).
Ayush Ranjan
2021-11-01
Move ThreadGroupIDFromContext to kernel/auth.
Adin Scannell
2021-10-29
[syserr] Covert all linuxerr returns to error type.
Zach Koopmans
2021-10-28
Use Task blocking timer for nanosleep(2).
Jamie Liu
2021-10-27
Sychronize access to cpuset controller bitmaps.
Rahat Mahmood
2021-10-27
Record counts of packets with unknown L3/L4 numbers
Nick Brown
2021-10-26
Simplify vfs.NewDisconnectedMount signature and callpoints.
Ayush Ranjan
2021-10-26
platform/kvm: map vdso and vvar into a guest address space
Andrei Vagin
2021-10-26
Obtain ref on root dentry in mqfs.GetFilesystem.
Ayush Ranjan
2021-10-26
Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.
Jamie Liu
2021-10-25
Do not leak non-permission mode bits in mq_open(2).
Ayush Ranjan
2021-10-21
Merge pull request #6345 from sudo-sturbia:mq/syscalls
gVisor bot
2021-10-20
Report correct error when restore fails
Fabricio Voznika
2021-10-19
Fix typo in FIXME
Fabricio Voznika
2021-10-19
Do not return non-nil *lisafs.Inode to doCreateAt on error.
Ayush Ranjan
2021-10-19
Stub cpuset cgroup control files.
Rahat Mahmood
2021-10-18
conntrack: use tcpip.Clock instead of time.Time
Kevin Krakauer
2021-10-18
Report ramdiskfs usage correctly
Fabricio Voznika
2021-10-18
Support distinction for RWMutex and read-only locks.
Adin Scannell
2021-10-14
Report total memory based on limit or host
Fabricio Voznika
2021-10-12
Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.
Jamie Liu
2021-10-11
Merge pull request #6428 from dillanzhou:fix_epoll_vfs2
gVisor bot
2021-10-08
Remove ring0 floating point save/load functions on amd64.
Jamie Liu
2021-10-08
Remove redundant slice copy in lisafs gofer client.
Ayush Ranjan
2021-10-08
Disallow "trusted" namespace xattr in VFS2 gofer client.
Ayush Ranjan
2021-10-07
add convenient wrapper for eventfd
Kevin Krakauer
2021-10-07
Add a new metric to detect the number of spurious loss recoveries.
Nayana Bidari
2021-10-07
tests: use a proper path to the kvm device
Andrei Vagin
2021-10-07
Store timestamps as time.Time
Tamir Duberstein
2021-10-06
Create null entry connection on first IPTables hook
Ghanan Gowripalan
2021-10-06
Add global lisafs kernel flag.
Ayush Ranjan
2021-10-01
Merge pull request #6551 from sudo-sturbia:msgqueue/procfs
gVisor bot
2021-09-30
kernel: print PID in addition to TID in task log messages
Andrei Vagin
2021-09-28
Move `safecopy.ReplaceSignalHandler` into `sighandling` package.
Etienne Perot
2021-09-28
Implement stubs for mq_open(2) and mq_unlink(2).
Zyad A. Ali
2021-09-28
Implement Registry.Remove.
Zyad A. Ali
2021-09-28
Use one mutex for both Registry and RegistryImpl.
Zyad A. Ali
2021-09-28
Implement Registry.FindOrCreate.
Zyad A. Ali
2021-09-28
Return FDs in RegistryImpl functions and use Views.
Zyad A. Ali
2021-09-28
Define mq.View and use it for mqfs.queueFD.
Zyad A. Ali
2021-09-28
Initialize POSIX queues' registry after creating a new IPCNamespace.
Zyad A. Ali
2021-09-28
Move filesystem creation from GetFilesystem to RegistryImpl.
Zyad A. Ali
2021-09-27
Move `sighandling` package out of `sentry`.
Etienne Perot
2021-09-27
Add procfs files for SysV message queues.
Zyad A. Ali
2021-09-24
Update the comment for Task.netns
Andrei Vagin
2021-09-24
Merge pull request #6647 from avagin:task-netns
gVisor bot
2021-09-23
kernel: allow to access Task.netns without taking Task.mu
Andrei Vagin
2021-09-23
Create the cgroupfs mount point in sysfs.
Rahat Mahmood
2021-09-23
Merge pull request #6573 from avagin:kvm-seccomp-mmap
gVisor bot
[next]