summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/pipe/pipe_util.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-13Remove usermem dependency from marshalIan Lewis
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-14Simplify the pipe implementation.Jamie Liu
2020-09-29Replace remaining uses of reflection-based marshalling.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-02-28Make pipe buffer implementation standard.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-17Refactor pipe to support VFS2.Kevin Krakauer