summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc
AgeCommit message (Expand)Author
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
2018-12-04sentry: save / restore netstack procfs configuration.Zhaozhong Ni
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-04/proc/PID/mounts is not tab-delimitedMichael Pratt
2018-08-31Do not use fs.FileOwnerFromContext in fs/proc.file.UnstableAttr().Jamie Liu
2018-08-27Add /proc/sys/kernel/shm[all,max,mni].Brian Geffon
2018-08-23sentry: mark idMapSeqHandle as savable.Zhaozhong Ni
2018-08-14Fix `ls -laR | wc -l` hanging.Kevin Krakauer
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19sentry: save stack in proc net dev.Zhaozhong Ni
2018-07-17Merge FileMem.usage in IncRefMichael Pratt
2018-07-13Allow a filesystem to control its visibility in /proc/filesystems.Neel Natu
2018-07-12sentry: save inet stacks in proc files.Zhaozhong Ni
2018-07-12Format documentationMichael Pratt
2018-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-26Use the correct Context for /proc/[pid]/maps.Jamie Liu
2018-06-26Add Context to seqfile.SeqSource.ReadSeqFileData.Jamie Liu
2018-06-25MountSource.Root() should return a refernce on the dirent.Nicolas Lacasse
2018-06-15Implement /proc/thread-selfFabricio Voznika
2018-06-05Add support for rpcinet owned procfs files.Brian Geffon
2018-05-17Cleanup docsMichael Pratt
2018-05-08Implement /proc/[pid]/statm.Jamie Liu
2018-04-28Check in gVisor.Googler