Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `PosixSource.h` installed and under `rts/` | John Ericson | 2021-08-09 | 7 | -7/+7 |
| | | | | | | is used outside of the rts so we do this rather than just fish it out of the repo in ad-hoc way, in order to make packages in this repo more self-contained. | ||||
* | rts: Introduce and use ExecPage abstraction | Ben Gamari | 2021-07-27 | 5 | -64/+64 |
| | | | | | Here we introduce a very thin abstraction for allocating, filling, and freezing executable pages to replace allocateExec. | ||||
* | rts/adjustor: Drop redundant commments | Ben Gamari | 2021-07-27 | 5 | -15/+0 |
| | |||||
* | rts: Break up adjustor logic | Ben Gamari | 2021-07-27 | 7 | -0/+1445 |