Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | Merge release-20210712.0-29-g1ad382220 (automated) | gVisor bot | |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu | |
PiperOrigin-RevId: 385894869 | |||
2021-07-12 | Merge release-20210705.0-11-ge3fdd1593 (automated) | gVisor bot | |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans | |
Update the following from syserror to the linuxerr equivalent: EEXIST EFAULT ENOTDIR ENOTTY EOPNOTSUPP ERANGE ESRCH PiperOrigin-RevId: 384329869 | |||
2021-04-10 | Merge release-20210408.0-15-g7420821a7 (automated) | gVisor bot | |
2021-04-01 | platform/kvm/x86: restore mxcsr when switching from guest to sentry | Andrei Vagin | |
Goruntime sets mxcsr once and never changes it. Reported-by: syzbot+ec55cea6e57ec083b7a6@syzkaller.appspotmail.com Fixes: #5754 | |||
2021-03-29 | Merge release-20210322.0-29-g8a2f7e716 (automated) | gVisor bot | |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans | |
Split usermem package to help remove syserror dependency in go_marshal. New hostarch package contains code not dependent on syserror. PiperOrigin-RevId: 365651233 | |||
2021-03-29 | Merge release-20210322.0-28-gb125afba4 (automated) | gVisor bot | |
2021-03-25 | Fix nogo test error | Howard Zhang | |
Signed-off-by: Howard Zhang <howard.zhang@arm.com> | |||
2021-03-24 | Merge release-20210315.0-18-g56a9a1397 (automated) | gVisor bot | |
2021-03-23 | Move the code that manages floating-point state to a separate package | Andrei Vagin | |
This change is inspired by Adin's cl/355256448. PiperOrigin-RevId: 364695931 |