summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/BUILD
AgeCommit message (Expand)Author
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-13Create package msgqueue.Zyad A. Ali
2021-07-13apply bitmap for fd_tableHoward Zhang
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-06-01Move sync generics to their own packagesTamir Duberstein
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-22Implement F_GETLK fcntl.Dean Deng
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-19[vfs2] Fix fork reference leaks.Dean Deng
2020-10-14Fix shm reference leak.Dean Deng
2020-10-02Convert uses of the binary package in kernel to go-marshal.Rahat Mahmood
2020-09-24Fix socket record leak in VFS2Tiwei Bie
2020-09-24Rename kernel.SocketEntry to kernel.SocketRecordTiwei Bie
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-17Remove weak references from unix sockets.Dean Deng
2020-07-23Add task work mechanism.Dean Deng
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-07-09build: add nogo for static validationAdin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell