summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-16Allow RLIMIT_RSS to be setFabricio Voznika
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-10-26Implement command IPC_STAT for semctl.Jing Chen
2020-10-19Fix runsc tests on VFS2 overlay.Jamie Liu
2020-10-19splice: return EINVAL is len is negativeAndrei Vagin
2020-10-19pgalloc: Do not hold MemoryFile.mu while calling mincore.Ayush Ranjan
2020-10-14Fix SCM Rights reference leaks.Dean Deng
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-09Reduce the cost of sysinfo(2).Jamie Liu
2020-10-09syscalls: Don't leak a file on the error pathAndrei Vagin
2020-10-08Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ.Jamie Liu
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-05Merge pull request #4368 from zhlhahaha:1979gVisor bot
2020-10-02Merge pull request #4035 from lubinszARM:pr_misc_01gVisor bot
2020-09-29add related arm64 syscall for vfs2Howard Zhang
2020-09-25arm64: some minor changesBin Lu
2020-09-22Handle EOF properly in splice/sendfile.Dean Deng
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-09-18Fix definition of SchedParam.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Read vfs2 epoll events atomically.Jamie Liu
2020-09-14Add note about gofer link(2) limitationFabricio Voznika
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-03Adjust input file offset when sendfile only completes a partial write.Dean Deng
2020-09-01Fix panic when calling dup2().Nayana Bidari
2020-08-28Fix EOF handling for splice.Dean Deng
2020-08-27Fix vfs2 pipe behavior when splicing to a non-pipe.Dean Deng
2020-08-24Update inotify documentation for gofer filesystem.Dean Deng
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-17Stop masking the IO error in handleIOError.Nicolas Lacasse
2020-08-12Release fd references on aio callback cancellation.Dean Deng
2020-08-05Release extra memfd reference.Dean Deng
2020-08-04Handle EOF in vfs2 sendfile.Dean Deng
2020-08-03Remove old TODO.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-08-03Add inotify events for fallocate and tests for fallocate/sendfile.Dean Deng
2020-07-31Clean up vfs2 fallocate.Dean Deng
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-07-27Merge pull request #2958 from lubinszARM:pr_vfs2_1gVisor bot
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23Implement get/set_robust_list.Nicolas Lacasse