summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/proc.cc
AgeCommit message (Expand)Author
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-23Ignore permission failures in CheckDuplicatesRecursively.Adin Scannell
2020-11-19Internal change.gVisor bot
2020-10-27Implement /proc/[pid]/memLennart
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-29Migrates uses of deprecated map types to recommended types.gVisor bot
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-09-15Support setting STATX_SIZE for kernfs.InodeAttrs.Dean Deng
2020-09-15Fix proc.(*fdDir).IterDirents for VFS2Tiwei Bie
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-23Nit fix: Create and use a std::string object for `const char*`.Ting-Yu Wang
2020-06-23Deflake proc test: Don't fail on DT_UNKNOWN.Ting-Yu Wang
2020-06-22Allow readdir(/proc/[tid]/net) to return EINVAL on a zombie task.Nicolas Lacasse
2020-06-17Proc test: Allow root mount pathname to be non-root.Nicolas Lacasse
2020-05-04Deflake //third_party/gvisor/test/syscalls:proc_test_nativeAndrei Vagin
2020-04-08Bump proc_test's kRSSTolerance to 10MB.Jamie Liu
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-23Unify the kOLargeFile definition in syscall tests.Haibo Xu
2020-01-21Merge pull request #1546 from lubinszARM:pr_syscall_test_procgVisor bot
2020-01-17Enable build of test/syscall tests on arm64.Haibo Xu
2020-01-10enable //test/syscalls:proc_test support on Arm64Bin Lu
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-11-13test/syscalls/proc: check an return code of waitidAndrei Vagin
2019-10-01Include AT_SECURE in the aux vectorMichael Pratt
2019-09-05Fix bug in proc_test.Bhasker Hariharan
2019-08-29Internal change.gVisor bot
2019-07-12Merge pull request #282 from zhangningdlut:chris_test_procgVisor bot
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-06-24Return ENOENT when reading /proc/{pid}/task of an exited processchris.zn
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-05-30Add VmData field to /proc/{pid}/statuschris.zn
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-16Add test for duplicate proc entries.Ian Gudger
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-29Appease googletest deprecationTamir Duberstein
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-10Fixed /proc/cpuinfo permissionsShiva Prasanth
2019-04-09Match multi-word StateMichael Pratt
2019-04-08Internal changeMichael Pratt
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-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-12-10Open source system call tests.Brian Geffon