summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/host/BUILD
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-06-24Internal change.Jamie Liu
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-25[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-17Remove HostFS from Sentry.Zach Koopmans
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-11-13Enable sentry/fs/host support on arm64.Haibo Xu
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-01-31Remove license commentsMichael Pratt
2018-12-14Move fdnotifier package to reduce internal confusion.Adin Scannell
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-05Imported FD in exec was leakingFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-04-28Check in gVisor.Googler