Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-27 | Update package locations. | Adin Scannell | |
Because the abi will depend on the core types for marshalling (usermem, context, safemem, safecopy), these need to be flattened from the sentry directory. These packages contain no sentry-specific details. PiperOrigin-RevId: 291811289 | |||
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu | |
- Pass context.Context to OnClose(). - Pass memmap.MMapOpts to ConfigureMMap() by pointer so that implementations can actually mutate it as required. PiperOrigin-RevId: 274934967 | |||
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan | |
fsimpl is the keeper of all filesystem implementations in VFS2. PiperOrigin-RevId: 262617869 |