summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse
2020-05-07Port signalfd to vfs2.Nicolas Lacasse
2020-05-06Remove vfs.FileDescriptionOptions.InvalidWrite.Jamie Liu
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-06Add maximum memory limit.Nicolas Lacasse
2020-05-05Update vfs2 socket TODOs.Dean Deng
2020-05-04Port eventfd to VFS2.Nicolas Lacasse
2020-04-29Add read/write timeouts for VFS2 socket files.Dean Deng
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-24Port SCM Rights to VFS2.Dean Deng
2020-04-23Enable automated marshalling for mempolicy syscalls.Rahat Mahmood
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2020-04-21Fix set/getsockopt in vfs2 override.Dean Deng
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-17prlimit: don't check credentials on selfKevin Krakauer
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-16Make ExtractErrno a functionFabricio Voznika
2020-04-14Fix cleanup around socketpair() failure to copy out FDs.Jamie Liu
2020-04-14Pass O_LARGEFILE in syscalls/linux/vfs2.openat.Jamie Liu
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-04-13Fix VFS2 getdents()/getdents64() alignment.Jamie Liu
2020-04-10Add logging message for noNewPrivileges OCI option.Ian Lewis
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-09Remove TODOs from Async IOFabricio Voznika
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-04-06Port timerfd to VFS2.Nicolas Lacasse
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-23Correctly release taskPathOperation for accessAt.Dean Deng
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-10Refactor getxattr.Dean Deng
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-05Disable get/set xattrs until list/remove exist too.Nicolas Lacasse
2020-02-04timer_create(2) should return 0 on successMichael Pratt
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-28Check sigsetsize in rt_sigactionMichael Pratt
2020-01-27Update package locations.Adin Scannell