Age | Commit message (Expand) | Author |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-10 | [op] Move SignalInfo to abi/linux package. | Ayush Ranjan |
2021-05-25 | setgid directories for VFS1 tmpfs, overlayfs, and goferfs | Kevin Krakauer |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-10-09 | syscalls: Don't leak a file on the error path | Andrei Vagin |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-01 | Fix panic when calling dup2(). | Nayana Bidari |
2020-08-18 | Move ERESTART* error definitions to syserror package. | 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-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |
2020-06-19 | Port fadvise64 to vfs2. | Dean Deng |
2020-06-12 | vfs2: implement fcntl(fd, F_SETFL, flags) | Andrei Vagin |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-03-13 | Implement access/faccessat for VFS2. | Dean Deng |
2020-02-25 | Fix DATA RACE in fs.MayDelete. | Adin Scannell |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-11-26 | Allow open(O_TRUNC) and (f)truncate for proc files. | Ian Lewis |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-11-08 | Automated rollback of changelist 278417533 | Kevin Krakauer |
2019-11-04 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-07-09 | Cleanup straggling syscall dependencies. | Adin Scannell |
2019-07-08 | Don't mask errors in createAt loop. | Nicolas Lacasse |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-07-02 | Simplify (and fix) refcounts in createAt. | Nicolas Lacasse |
2019-07-01 | Check remaining traversal limit when creating a file through a symlink. | Nicolas Lacasse |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-26 | Follow symlinks when creating a file, and create the target. | Nicolas Lacasse |
2019-06-19 | fileOp{On,At} should pass the remaning symlink traversal count. | Nicolas Lacasse |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-29 | createAt should return all errors from FindInode except ENOENT. | Nicolas Lacasse |
2019-04-09 | syscalls: sendfile: limit the count to MAX_RW_COUNT | Li Qiang |