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
/
kernel
/
BUILD
Age
Commit message (
Expand
)
Author
2021-09-03
Add //pkg/sentry/seccheck.
Jamie Liu
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-07-30
Merge pull request #6257 from zhlhahaha:2193-1
gVisor bot
2021-07-13
Create package msgqueue.
Zyad A. Ali
2021-07-13
apply bitmap for fd_table
Howard Zhang
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-16
[syserror] Refactor linuxerr and error package.
Zach Koopmans
2021-06-01
Move sync generics to their own packages
Tamir Duberstein
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2020-11-13
Check for misuse of kernel.Task as context.Context.
Jamie Liu
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-10-19
[vfs2] Fix fork reference leaks.
Dean Deng
2020-10-14
Fix shm reference leak.
Dean Deng
2020-10-02
Convert uses of the binary package in kernel to go-marshal.
Rahat Mahmood
2020-09-24
Fix socket record leak in VFS2
Tiwei Bie
2020-09-24
Rename kernel.SocketEntry to kernel.SocketRecord
Tiwei Bie
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-25
Expose basic coverage information to userspace through kcov interface.
Dean Deng
2020-08-17
Remove weak references from unix sockets.
Dean Deng
2020-07-23
Add task work mechanism.
Dean Deng
2020-06-23
Support for saving pointers to fields in the state package.
Adin Scannell
2020-06-16
Port aio to VFS2.
Nicolas Lacasse
2020-05-14
Port memfd_create to vfs2 and finish implementation of file seals.
Nicolas Lacasse
2020-05-07
Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.
Nicolas Lacasse
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-04-03
Add FileDescriptionImpl for Unix sockets.
Dean Deng
2020-03-31
Add socket filesystem and global disconnected socket mount for VFS2.
Dean Deng
2020-02-14
Enable automated marshalling for struct stat.
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-05
Add notes to relevant tests.
Adin Scannell
2020-01-28
Add vfs.FileDescription to FD table
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-11-21
Import and structure cleanup.
Adin Scannell
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-09-23
internal BUILD file cleanup.
gVisor bot
2019-09-19
Job control: controlling TTYs and foreground process groups.
Kevin Krakauer
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-08-30
Automated rollback of changelist 261387276
Bhasker Hariharan
2019-08-02
Job control: controlling TTYs and foreground process groups.
Kevin Krakauer
2019-07-09
build: add nogo for static validation
Adin Scannell
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
[next]