Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2021-02-02 | Move ring0 package. | Adin Scannell | |
This allows the package to serve as a general purpose ring0 support package, as opposed to being bound to specific sentry platforms. Updates #5039 PiperOrigin-RevId: 355220044 |