Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-03 | Add FileDescriptionImpl for Unix sockets. | Dean Deng | |
This change involves several steps: - Refactor the VFS1 unix socket implementation to share methods between VFS1 and VFS2 where possible. Re-implement the rest. - Override the default PRead, Read, PWrite, Write, Ioctl, Release methods in FileDescriptionDefaultImpl. - Add functions to create and initialize a new Dentry/Inode and FileDescription for a Unix socket file. Updates #1476 PiperOrigin-RevId: 304689796 | |||
2020-03-31 | Add socket filesystem and global disconnected socket mount for VFS2. | Dean Deng | |
A socket mount where anonymous sockets will reside is added to the VirtualFilesystem. Socketfs is built on top of kernfs. Updates #1476, #1478, #1484, #1485. PiperOrigin-RevId: 304095251 |