summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/usermem/usermem.go
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2019-09-19Accelerate byte lookup in string with `bytealg/indexbyte`Hang Su
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Cap initial usermem.CopyStringIn buffer size.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-27Convert []byte to string without copying in usermem.CopyStringIn.Jamie Liu
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-02-08CopyObjectOut should allocate a byte slice the size of the encoded object.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-04-28Check in gVisor.Googler