| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -59/+0 | |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -12/+12 | |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -3/+0 | |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -1/+8 | |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -3/+0 | |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -86/+1 | |
| 2021-07-27 | Add warning to SGX mutex implementation | Jethro Beekman | -0/+1 | |
| 2021-07-27 | Revert "SGX mutex is movable" | Jethro Beekman | -1/+1 | |
| This reverts commit 30b82e0f96579d9f897c4e2a780af82662d89772. | ||||
| 2021-05-07 | SGX mutex is movable | Jethro Beekman | -1/+1 | |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 | |
| This commit keeps all mutexes boxed on all platforms, but makes it trivial to remove the box on some platforms later. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+140 | |
