Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-26 | Initial procfs implementation in VFSv2 | Fabricio Voznika | |
Updates #1195 PiperOrigin-RevId: 287227722 | |||
2019-08-16 | procfs: Migrate seqfile implementations. | Ayush Ranjan | |
Migrates all (except 3) seqfile implementations to the vfs.DynamicBytesSource interface. There should not be any change in functionality due to this migration itself. Please note that the following seqfile implementations have not been migrated: - /proc/filesystems in proc/filesystems.go - /proc/[pid]/mountinfo in proc/mounts.go - /proc/[pid]/mounts in proc/mounts.go This is because these depend on pending changes in /pkg/senty/vfs. PiperOrigin-RevId: 263880719 |