Age | Commit message (Expand) | Author |
2018-12-19 | Implement pwritev2. | Zach Koopmans |
2018-12-17 | Implement mlock(), kind of. | Jamie Liu |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-12-10 | Add type safety to shm ids and keys. | Rahat Mahmood |
2018-12-10 | Validate FS_BASE in Task.Clone | Michael Pratt |
2018-12-06 | Fixing O_TRUNC behavior to match Linux. | Zach Koopmans |
2018-12-05 | Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...) | Zach Koopmans |
2018-12-04 | Linkat(2) should sanity check flags. | Brian Geffon |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-12-04 | Fix mempolicy_test on bazel. | Rahat Mahmood |
2018-11-26 | Implementation of preadv2 for Linux 4.4 support | Zach Koopmans |
2018-11-20 | Fix recursive read lock taken on TaskSet | Fabricio Voznika |
2018-11-20 | Update futex to use usermem abstractions. | Adin Scannell |
2018-11-08 | Implement sync_file_range() | Andrei Vagin |
2018-11-08 | Create stubs for syscalls upto Linux 4.4. | Rahat Mahmood |
2018-11-01 | Prevent premature destruction of shm segments. | Rahat Mahmood |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Check thread group CPU timers in the CPU clock ticker. | Jamie Liu |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-10-15 | Clean up Rename and Unlink checks for EBUSY. | Nicolas Lacasse |
2018-10-09 | Add memunit to sysinfo(2). | Brian Geffon |
2018-10-08 | Statfs Namelen should be NAME_MAX not PATH_MAX | Michael Pratt |
2018-10-08 | Implement shared futexes. | Jamie Liu |
2018-10-01 | Add itimer types to linux package, strace | Michael Pratt |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-09-17 | Allow NULL data in mount(2) | Michael Pratt |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |
2018-09-05 | Open(2) isn't honoring O_NOFOLLOW | Brian Geffon |
2018-08-23 | Implement POSIX per-process interval timers. | Jamie Liu |
2018-08-20 | getdents should return type=DT_DIR for SpecialDirectories. | Nicolas Lacasse |
2018-08-14 | Automated rollback of changelist 208284483 | Nicolas Lacasse |
2018-08-10 | Implemented the splice(2) syscall. | Justine Olshan |
2018-08-10 | Validate FS.base before establishing it in the task's register set. | Neel Natu |
2018-08-09 | Fix missing O_LARGEFILE from O_CREAT files | Michael Pratt |
2018-08-02 | Copy creds in access | Michael Pratt |
2018-08-02 | Update comment reference | Michael Pratt |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-02 | Add seccomp(2) support. | Brian Geffon |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-31 | proc: show file flags in fdinfo | Andrei Vagin |
2018-07-27 | Added the O_LARGEFILE flag. | Justine Olshan |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-19 | kernel: mutations on creds now require a copy. | Adin Scannell |
2018-07-12 | Fix aio eventfd lookup | Michael Pratt |
2018-06-29 | aio: Return EINVAL if the number of events is negative. | Nicolas Lacasse |