summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/proc/tasks_test.go
AgeCommit message (Expand)Author
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-17Add /proc/[pid]/cgroups fileFabricio Voznika
2020-01-17Add /proc/net/* filesFabricio Voznika
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-08Make /proc/[pid] offset start at TGID_OFFSETFabricio Voznika
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika