summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/devices
AgeCommit message (Expand)Author
2021-08-25Remove quotedev deviceChong Cai
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-12[syserror] Update syserror to linuxerr for more errors.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 EINVALZach Koopmans
2021-05-11Internal change.gVisor bot
2021-04-02Internal change.gVisor bot
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-08-27[go-marshal] Enable auto-marshalling for tundev.Ayush Ranjan
2020-08-17[vfs] Return EIO when opening /dev/tty.Ayush Ranjan
2020-08-06Only register /dev/net/tun if supported.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-01-29Add //pkg/sentry/devices/memdev.Jamie Liu