| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -131/+0 |
| 2022-11-06 | std: fix double-free of mutex | joboet | -1/+1 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -69/+65 |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -1/+1 |
| 2022-06-16 | Leak pthreax_mutex_t when it's dropped while locked. | Mara Bos | -1/+19 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -1/+10 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -2/+9 |
| 2022-05-30 | Remove "sys isn't exported yet" phrase | est31 | -1/+0 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -0/+102 |
