summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/fd.go
AgeCommit message (Expand)Author
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-01Fix panic when calling dup2().Nayana Bidari
2020-08-03Remove old TODO.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-10Redirect TODOs to more specific issuesFabricio Voznika
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-02-25Port most syscalls to VFS2.Jamie Liu