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-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-11 | Don't copy structs with sync.Mutex during initialization | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu |
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan |