summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
AgeCommit message (Expand)Author
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
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Support for older Linux kernels without getrandomJonathan Giannuzzi
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-12runsc: enable terminals in the sandbox.Kevin Krakauer
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-01Add support for ping socketsIan Gudger
2018-04-28Check in gVisor.Googler