summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc
AgeCommit message (Expand)Author
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 EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-10Add /proc/sys/vm/max_map_countFabricio Voznika
2021-05-14Don't read forwarding from netstack in sentryGhanan Gowripalan
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-25Use seqfile.SeqHandles correctly in VFS1 /proc/net/.Jamie Liu
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-03Fix more nogo testsTing-Yu Wang
2020-10-27Implement /proc/[pid]/memLennart
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-14Correct FDSize in /proc/[pid]/status.Jamie Liu
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-05Add loss recovery option for TCP.Nayana Bidari
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-06Add maximum memory limit.Nicolas Lacasse
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-04-08Fix all copy locks violations.Adin Scannell
2020-04-02Fix typo in TODO comments.Dean Deng
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-25Fix mount refcount issue.Adin Scannell
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21Add line break to /proc/net filesFabricio Voznika
2020-01-18Include the cgroup name in the superblock options in /proc/self/mountinfo.Nicolas Lacasse
2020-01-16Remove unused rpcinet.Adin Scannell
2020-01-16Add IfChange/ThenChange reminders in fs/procFabricio Voznika
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-09New sync package.Ian Gudger
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-12-03Fix printing /proc/[pid]/io for /proc/[pid]/task/[tid]/io.Zach Koopmans
2019-11-26Allow open(O_TRUNC) and (f)truncate for proc files.Ian Lewis
2019-10-27Add /proc/sys/net/ipv4/ip_forwardaleksej
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-15support /proc/net/routeJianfeng Tan
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-02Merge pull request #865 from tanjianfeng:fix-829gVisor bot