summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/fd.go
AgeCommit message (Expand)Author
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