| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-03-07 | Revert "use RWlock when accessing os::env #81850" | Eric Huss | -10/+9 |
| 2021-02-09 | split guard into read and write types | The8472 | -2/+2 |
| 2021-02-08 | introduce StaticRWLock wrapper to make methods safe | The8472 | -8/+9 |
| 2021-02-08 | avoid &mut on the read path since it now allows concurrent readers | The8472 | -1/+1 |
| 2021-02-07 | use rwlock for accessing ENV | The8472 | -8/+8 |
| 2020-10-16 | Take sys/vxworks/{os,path,pipe} from sys/unix instead. | Mara Bos | -5/+30 |
| 2020-10-14 | Remove lifetime from StaticMutex and assume 'static. | Mara Bos | -1/+1 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -5/+4 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -27/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+674 |
