summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/BUILD
AgeCommit message (Expand)Author
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
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-04-01Save/restore simple devices.Rahat Mahmood
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-02-20Make some ptrace commands x86-onlyHaibo Xu
2019-01-31Move package sync to third_partyMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-26Add EventChannel messages for uncaught signals.Brian Geffon
2018-11-15Advertise vsyscall support via /proc/<pid>/maps.Rahat Mahmood
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-08Implement shared futexes.Jamie Liu
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-02Add seccomp(2) support.Brian Geffon
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni