Age | Commit message (Expand) | Author |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-05-30 | Add VmData field to /proc/{pid}/status | chris.zn |
2019-05-23 | Initial support for bind mounts | Fabricio Voznika |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-14 | Start of support for /proc/pid/cgroup file. | Nicolas Lacasse |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-05-08 | Set the FilesytemType in MountSource from the Filesystem. | Nicolas Lacasse |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-26 | Fix reference counting bug in /proc/PID/fdinfo/. | Kevin Krakauer |
2019-04-11 | Use open fids when fstat()ing gofer files. | Jamie Liu |
2019-04-10 | Fix uses of RootFromContext. | Nicolas Lacasse |
2019-04-10 | Fixed /proc/cpuinfo permissions | Shiva Prasanth |
2019-04-04 | gvisor: Add support for the MS_NOEXEC mount option | Andrei Vagin |
2019-03-29 | Return srclen in proc.idMapFileOperations.Write. | Jamie Liu |
2019-03-28 | Internal change. | Googler |
2019-03-27 | Add rsslim field in /proc/pid/stat. | Nicolas Lacasse |
2019-03-27 | Add start time to /proc/<pid>/stat. | Nicolas Lacasse |
2019-03-19 | netstack: reduce MSS from SYN to account tcp options | Andrei Vagin |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-13 | Allow filesystem.Mount to take an optional interface argument. | Nicolas Lacasse |
2019-02-19 | Break /proc/[pid]/{uid,gid}_map's dependence on seqfile. | Jamie Liu |
2019-02-07 | Implement /proc/net/unix. | Rahat Mahmood |
2019-02-05 | Change /proc/PID/cmdline to read environment vector. | Zach Koopmans |
2019-01-31 | Fix comment | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-28 | Convert TODO into FIXME. | Zhaozhong Ni |
2019-01-28 | Drop the one-page limit for /proc/[pid]/{cmdline,environ}. | Jamie Liu |
2019-01-18 | Display /proc/net entries for all network configurations. | Rahat Mahmood |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2019-01-07 | Implement /proc/[pid]/smaps. | Jamie Liu |
2019-01-02 | Add /proc/net/psched content | Fabricio Voznika |
2018-12-07 | sentry: turn "dynamically-created" procfs files into static creation. | Zhaozhong Ni |
2018-12-07 | Add period to comment | Michael Pratt |
2018-12-04 | sentry: save / restore netstack procfs configuration. | Zhaozhong Ni |
2018-11-08 | Create stubs for syscalls upto Linux 4.4. | Rahat Mahmood |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-04 | /proc/PID/mounts is not tab-delimited | Michael Pratt |
2018-08-31 | Do not use fs.FileOwnerFromContext in fs/proc.file.UnstableAttr(). | Jamie Liu |
2018-08-27 | Add /proc/sys/kernel/shm[all,max,mni]. | Brian Geffon |
2018-08-23 | sentry: mark idMapSeqHandle as savable. | Zhaozhong Ni |
2018-08-14 | Fix `ls -laR | wc -l` hanging. | Kevin Krakauer |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-31 | proc: show file flags in fdinfo | Andrei Vagin |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-19 | sentry: save stack in proc net dev. | Zhaozhong Ni |
2018-07-17 | Merge FileMem.usage in IncRef | Michael Pratt |