summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-11Implement MAP_32BIT.Jamie Liu
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Make cachePolicy int to avoid string comparisonFabricio Voznika
2018-05-09Cache symlinks in addition to files and directories.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-05-08Implement /proc/[pid]/statm.Jamie Liu
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-08Sentry: always use "best speed" compression for save and remove the option.Zhaozhong Ni
2018-05-08Reword misleading log lineIan Gudger
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-08Fix format string type in testIan Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-05-04sentry: Adds the SIOCGIFNETMASK ioctl to epsocket.Kevin Krakauer
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-04sentry: capture CPU usage metadata for save.Zhaozhong Ni
2018-05-03Clean up control message strace loggingIan Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-03Don't prematurely remove MountSource from parent's children.Christopher Koch
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-05-02Use png for the run states diagramZhengyu He
2018-05-01Add support for ping socketsIan Gudger
2018-05-01Set LMA in EFERMichael Pratt
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-05-01Fix SO_RCVTIMEOUT for recvmsgIan Gudger
2018-04-28Check in gVisor.Googler