summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
AgeCommit message (Expand)Author
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-22Move user home detection to its own library.Nicolas Lacasse
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-14Merge pull request #2212 from aaronlu:dup_stdioFDsgVisor bot
2020-02-20Initial network namespace support.gVisor bot
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-12-06Merge pull request #1233 from xiaobo55x:compatLoggVisor bot
2019-12-03Enable runsc compatLog support on arm64.Haibo Xu
2019-11-13Enable runsc/boot support on arm64.Haibo Xu
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-23Always set HOME env var with `runsc exec`.Nicolas Lacasse
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-13Set the HOME environment variable (fixes #293)Ian Lewis
2019-06-12gvisor/runsc: apply seccomp filters before parsing a state fileAndrei Vagin
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-07Move //pkg/sentry/memutil to //pkg/memutil.Jamie Liu
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-05Add uncaught signal message to the user logFabricio Voznika
2019-02-22Rename ping endpoints to icmp endpoints.Kevin Krakauer
2019-01-31Remove license commentsMichael Pratt
2018-12-10Open source system call tests.Brian Geffon
2018-11-20Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell