index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
fs
/
proc
/
task.go
Age
Commit message (
Expand
)
Author
2021-08-27
Fix lock order violations: mm.mappingMu > Task.mu.
Nicolas Lacasse
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2020-11-12
Fix misuses of kernel.Task as context.Context.
Jamie Liu
2020-10-27
Implement /proc/[pid]/mem
Lennart
2020-09-29
Add /proc/[pid]/cwd
Fabricio Voznika
2020-09-14
Correct FDSize in /proc/[pid]/status.
Jamie Liu
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-04-21
Misc VFS2 fixes
Fabricio Voznika
2020-04-08
Enable SubprocessExited and SubprocessZombie for gVisor
Fabricio Voznika
2020-03-13
Fix oom_score_adj.
Jamie Liu
2020-03-09
Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.
Ting-Yu Wang
2020-03-05
Stub oom_score_adj and oom_score.
Ian Lewis
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2020-01-16
Add IfChange/ThenChange reminders in fs/proc
Fabricio Voznika
2019-12-18
Add Mems_allowed to /proc/PID/status
Michael Pratt
2019-12-05
Create correct file for /proc/[pid]/task/[tid]/io
Zach Koopmans
2019-12-03
Fix printing /proc/[pid]/io for /proc/[pid]/task/[tid]/io.
Zach Koopmans
2019-07-16
Merge pull request #474 from zhuangel:proctasks
gVisor bot
2019-07-12
Merge pull request #282 from zhangningdlut:chris_test_proc
gVisor bot
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-28
Fix deadloop in proc subtask list
Yong He
2019-06-24
Return ENOENT when reading /proc/{pid}/task of an exited process
chris.zn
2019-06-13
Plumb context through more layers of filesytem.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-05
Implement dumpability tracking and checks
Michael Pratt
2019-05-30
Add VmData field to /proc/{pid}/status
chris.zn
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-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-11
Use open fids when fstat()ing gofer files.
Jamie Liu
2019-04-10
Fix uses of RootFromContext.
Nicolas Lacasse
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-01-28
Convert TODO into FIXME.
Zhaozhong Ni
2019-01-14
Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.
Nicolas Lacasse
2019-01-07
Implement /proc/[pid]/smaps.
Jamie Liu
2018-11-08
Create stubs for syscalls upto Linux 4.4.
Rahat Mahmood
2018-10-19
Use correct company name in copyright header
Ian Gudger
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-06-26
Use the correct Context for /proc/[pid]/maps.
Jamie Liu
2018-06-26
Add Context to seqfile.SeqSource.ReadSeqFileData.
Jamie Liu
2018-05-08
Implement /proc/[pid]/statm.
Jamie Liu
[next]