Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-24 | Port /dev/net/tun device to VFS2. | Nicolas Lacasse | |
Updates #2912 #1035 PiperOrigin-RevId: 318162565 | |||
2020-06-23 | Port /dev/tty device to VFS2. | Nicolas Lacasse | |
Support is limited to the functionality that exists in VFS1. Updates #2923 #1035 PiperOrigin-RevId: 317981417 | |||
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika | |
LockFD is the generic implementation that can be embedded in FileDescriptionImpl implementations. Unique lock ID is maintained in vfs.FileDescription and is created on demand. Updates #1480 PiperOrigin-RevId: 315604825 | |||
2020-01-29 | Add //pkg/sentry/devices/memdev. | Jamie Liu | |
PiperOrigin-RevId: 292165063 |