aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/sys
Commit message (Collapse)AuthorAgeFilesLines
* Use bindgen for ctru_sys bindingsFenrir2017-07-105-244/+0
|
* We stdlib nowFenrir2017-01-214-20/+15
|
* Regenerate raw service bindingsFenrir2016-10-283-0/+123
|
* ctru-sys: recreate types.h and libc bindingsFenrir2016-10-282-2/+63
|
* Split out libstd crateFenrir2016-10-282-11/+14
|
* Remove libc OS error functionsFenrir2016-10-061-20/+0
| | | | | We aren't actually using any of newlib's error functionality. All of our errors come from ctrulib functions.
* Add io module from libstdFenrir2016-10-061-0/+20
| | | | Also includes CString and CStr modules
* ctru-sys: add errno functionFenrir2016-10-061-1/+2
|
* ctru-sys: add proper libc typedefsFenrir2016-10-061-3/+19
|
* Use abort() when panickingFenrir2016-08-011-0/+1
|
* moved system libs to sys folderFenrir2016-06-203-0/+44