summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc
AgeCommit message (Expand)Author
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-07-16Merge pull request #474 from zhuangel:proctasksgVisor bot
2019-07-15Support /proc/net/devJianfeng Tan
2019-07-12Merge pull request #282 from zhangningdlut:chris_test_procgVisor bot
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-28Fix deadloop in proc subtask listYong He
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-24Implement /proc/net/tcp.Rahat Mahmood
2019-06-24Return ENOENT when reading /proc/{pid}/task of an exited processchris.zn
2019-06-20Add package docs to seqfile and ramfsMichael Pratt
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-05-30Add VmData field to /proc/{pid}/statuschris.zn
2019-05-23Initial support for bind mountsFabricio Voznika
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-14Start of support for /proc/pid/cgroup file.Nicolas Lacasse
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-08Set the FilesytemType in MountSource from the Filesystem.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Fix reference counting bug in /proc/PID/fdinfo/.Kevin Krakauer
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-10Fixed /proc/cpuinfo permissionsShiva Prasanth
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-03-29Return srclen in proc.idMapFileOperations.Write.Jamie Liu
2019-03-28Internal change.Googler
2019-03-27Add rsslim field in /proc/pid/stat.Nicolas Lacasse
2019-03-27Add start time to /proc/<pid>/stat.Nicolas Lacasse
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-02-19Break /proc/[pid]/{uid,gid}_map's dependence on seqfile.Jamie Liu
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-02-05Change /proc/PID/cmdline to read environment vector.Zach Koopmans
2019-01-31Fix commentMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2019-01-28Convert TODO into FIXME.Zhaozhong Ni
2019-01-28Drop the one-page limit for /proc/[pid]/{cmdline,environ}.Jamie Liu
2019-01-18Display /proc/net entries for all network configurations.Rahat Mahmood
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-07Implement /proc/[pid]/smaps.Jamie Liu
2019-01-02Add /proc/net/psched contentFabricio Voznika
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-12-07Add period to commentMichael Pratt