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