aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys
Commit message (Expand)AuthorAgeFilesLines
* Update libraries for ctru-sys changesFenrir2017-07-105-21/+19
* Use libc from crates.ioFenrir2017-07-071-17/+4
* fix condvar implFenrir2017-03-191-5/+34
* Add HashMap and HashSetFenrir2017-03-112-0/+55
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-113-0/+594
|\
| * Add fs moduleFenrir2017-03-103-0/+594
* | Bump minimum thread stack sizeFenrir2017-03-061-1/+1
* | Ensure child threads have higher priority than mainFenrir2017-03-051-2/+9
* | Add the rest of std::syncFenrir2017-03-051-6/+13
* | Initial thread supportFenrir2017-03-054-0/+265
|/
* implement buffered stdioFenrir2017-02-244-0/+301
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-232-2/+346
|\
| * Overhaul Instant implFenrir2017-02-181-39/+42
| * Yet another bugfixFenrir2017-02-181-6/+7
| * use libc types in Instant implFenrir2017-02-181-2/+2
| * fix Instant implFenrir2017-02-181-2/+2
| * use svcGetSystemTick for InstantFenrir2017-02-181-9/+36
| * ctr-std: Add Time moduleFenrir2017-02-182-2/+315
* | Add sync::mutexFenrir2017-02-202-0/+85
|/
* Add thread local storage supportFenrir2017-02-183-0/+184
* We stdlib nowFenrir2017-01-218-0/+511