Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | Plumb context.Context into kernfs.Inode.Open(). | Dean Deng | |
PiperOrigin-RevId: 308304793 | |||
2020-04-24 | Fixes for procfs | Fabricio Voznika | |
- Return ENOENT for /proc/[pid]/task if task is zoombied or terminated - Allow directory to be Seek() to the end - Construct synthetic files for /proc/[pid]/ns/* - Changed GenericDirectoryFD.Init to not register with FileDescription, otherwise other implementation cannot change behavior. Updates #1195,1193 PiperOrigin-RevId: 308294649 | |||
2020-04-23 | Port devpts to VFS2. | Nicolas Lacasse | |
PiperOrigin-RevId: 308164359 |