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
/
test
/
syscalls
/
linux
/
proc.cc
Age
Commit message (
Expand
)
Author
2021-07-28
Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.
Jamie Liu
2021-06-10
Add /proc/sys/vm/max_map_count
Fabricio Voznika
2021-05-06
Implement /proc/cmdline
Steve Silva
2021-05-03
Fix deadlock in /proc/[pid]/fd/[num]
Fabricio Voznika
2021-04-28
Remove side effect from test cases
Fabricio Voznika
2021-04-22
Also report mount options through /proc/<pid>/mounts.
Rahat Mahmood
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-03-15
Deflake proc_test_native
Fabricio Voznika
2021-03-08
Fix proc test flakiness
Fabricio Voznika
2020-12-17
Fix seek on /proc/pid/cmdline when task is zombie.
Nicolas Lacasse
2020-12-02
Add /proc/sys/kernel/sem.
Jing Chen
2020-11-23
Ignore permission failures in CheckDuplicatesRecursively.
Adin Scannell
2020-11-19
Internal change.
gVisor bot
2020-10-27
Implement /proc/[pid]/mem
Lennart
2020-09-29
Add /proc/[pid]/cwd
Fabricio Voznika
2020-09-29
Migrates uses of deprecated map types to recommended types.
gVisor bot
2020-09-18
Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.
Jamie Liu
2020-09-15
Support setting STATX_SIZE for kernfs.InodeAttrs.
Dean Deng
2020-09-15
Fix proc.(*fdDir).IterDirents for VFS2
Tiwei Bie
2020-08-28
Implement StatFS for various VFS2 filesystems.
Rahat Mahmood
2020-06-24
Fix procfs bugs in vfs2.
Dean Deng
2020-06-23
Nit fix: Create and use a std::string object for `const char*`.
Ting-Yu Wang
2020-06-23
Deflake proc test: Don't fail on DT_UNKNOWN.
Ting-Yu Wang
2020-06-22
Allow readdir(/proc/[tid]/net) to return EINVAL on a zombie task.
Nicolas Lacasse
2020-06-17
Proc test: Allow root mount pathname to be non-root.
Nicolas Lacasse
2020-05-04
Deflake //third_party/gvisor/test/syscalls:proc_test_native
Andrei Vagin
2020-04-08
Bump proc_test's kRSSTolerance to 10MB.
Jamie Liu
2020-04-08
Enable SubprocessExited and SubprocessZombie for gVisor
Fabricio Voznika
2020-03-05
Stub oom_score_adj and oom_score.
Ian Lewis
2020-02-19
Add basic microbenchmarks.
Adin Scannell
2020-02-05
Add notes to relevant tests.
Adin Scannell
2020-01-30
Merge pull request #1471 from xiaobo55x:syscall_test
gVisor bot
2020-01-23
Unify the kOLargeFile definition in syscall tests.
Haibo Xu
2020-01-21
Merge pull request #1546 from lubinszARM:pr_syscall_test_proc
gVisor bot
2020-01-17
Enable build of test/syscall tests on arm64.
Haibo Xu
2020-01-10
enable //test/syscalls:proc_test support on Arm64
Bin Lu
2019-12-05
Create correct file for /proc/[pid]/task/[tid]/io
Zach Koopmans
2019-11-13
test/syscalls/proc: check an return code of waitid
Andrei Vagin
2019-10-01
Include AT_SECURE in the aux vector
Michael Pratt
2019-09-05
Fix bug in proc_test.
Bhasker Hariharan
2019-08-29
Internal change.
gVisor bot
2019-07-12
Merge pull request #282 from zhangningdlut:chris_test_proc
gVisor bot
2019-06-28
Fix suggestions from clang.
Nicolas Lacasse
2019-06-24
Return ENOENT when reading /proc/{pid}/task of an exited process
chris.zn
2019-06-05
Implement dumpability tracking and checks
Michael Pratt
2019-05-30
Add VmData field to /proc/{pid}/status
chris.zn
2019-05-24
Extract SleepSafe from test_util
Tamir Duberstein
2019-05-16
Add test for duplicate proc entries.
Ian Gudger
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
[next]