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
/
pgalloc
/
BUILD
Age
Commit message (
Expand
)
Author
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
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
2020-10-19
pgalloc: Do not hold MemoryFile.mu while calling mincore.
Ayush Ranjan
2020-07-27
Move platform.File in memmap
Andrei Vagin
2020-06-23
Support for saving pointers to fields in the state package.
Adin Scannell
2020-06-05
Use top-down allocation for pgalloc.
Adin Scannell
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-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-07
Move //pkg/sentry/memutil to //pkg/memutil.
Jamie Liu
2019-06-06
Implement reclaim-driven MemoryFile eviction.
Jamie Liu
2019-04-30
Implement async MemoryFile eviction, and use it in CachingInodeOperations.
Jamie Liu
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu