yellows8
|
cea3018de6
|
result: Add LibnxError_Timeout.
|
2022-11-01 14:24:22 -04:00 |
|
yellows8
|
bd04667eda
|
Added LibnxError_ShouldNotHappen.
|
2019-12-03 13:13:32 -05:00 |
|
fincs
|
96fc7dd8cd
|
Minor style fixes in new IPC code
|
2019-09-20 14:54:45 +02:00 |
|
yellows8
|
59382cab1f
|
Added LibnxError_LibAppletBadExit, which is now used in swkbd.
|
2018-12-20 21:08:36 -05:00 |
|
fincs
|
3c9a84fe68
|
wait.c: Fix no-timeout handling; use new kernel error result codes
|
2018-12-17 16:06:23 +01:00 |
|
plutooo
|
370d78453e
|
kernel: Introduce utimer, uevent, and waitN
|
2018-12-17 16:06:23 +01:00 |
|
fincs
|
f5682b267e
|
Add more kernel error result codes
|
2018-12-14 14:36:36 +01:00 |
|
fincs
|
eb11e25dc5
|
Add Module_HomebrewAbi/Loader. Reassign Module_LibnxBinder, as it inadvertently collided with Module_HomebrewLoader.
|
2018-09-27 21:03:29 +02:00 |
|
fincs
|
a62fae427b
|
Introduce Module_LibnxBinder result codes (based on Android status_t) and binderConvertErrorCode
|
2018-08-31 13:59:18 +02:00 |
|
plutooo
|
87d29bdeb3
|
gpu takes reference on singletons
|
2018-08-31 13:05:21 +02:00 |
|
plutooo
|
74958c57ce
|
Use reference counting across services
|
2018-08-31 13:05:21 +02:00 |
|
plutooo
|
194e335532
|
Let nv reference applet
|
2018-08-31 13:05:21 +02:00 |
|
SciresM
|
773ff46543
|
Improve IpcParsedCommand domain message info. (#112)
* Improve IpcParsedCommand domain message info.
|
2018-06-25 11:08:48 -04:00 |
|
yellows8
|
517c76c05c
|
Added Module_Kernel and KernelError_Timeout to result.h.
|
2018-02-28 19:19:45 -05:00 |
|
TuxSH
|
0b92bb76b0
|
Add newlib wrapper for sockets...
... fix several bugs, etc.
|
2018-02-27 19:14:44 +01:00 |
|
yellows8
|
14263ddd78
|
Initial time support, timezones are not handled yet.
|
2018-02-20 18:17:32 -05:00 |
|
fincs
|
ff472848a9
|
Start doxygen bringup, with some miscellaneous cleanup
|
2018-02-10 22:40:11 +01:00 |
|
yellows8
|
dc785c1fee
|
Added appletSetScreenShotPermission and appletSetScreenShotImageOrientation. Added LibnxError_IncompatSysVer.
|
2018-02-08 22:13:56 -05:00 |
|
plutoo
|
6fa8370bfb
|
This looks better
|
2018-01-22 20:11:55 +01:00 |
|
TuxSH
|
5abc4873d8
|
Include only what is really necessary...
add pragma once in every header, etc.
|
2018-01-22 18:42:57 +01:00 |
|
plutoo
|
e54bbc54ea
|
Fix codestyle for results
|
2018-01-21 18:40:23 +01:00 |
|
plutoo
|
97141448e9
|
Implement NextLoadPath for loader env
|
2018-01-20 19:37:11 +01:00 |
|
fincs
|
79e51cb733
|
More fatalSimple unique error codes (plus some fixing)
|
2018-01-20 14:41:05 +01:00 |
|
plutoo
|
22e9a0fcc3
|
Jit bringup, improvements to virtmem
|
2018-01-20 13:56:12 +01:00 |
|
plutoo
|
ec4430d2e6
|
Introduce random
|
2018-01-18 20:51:55 +01:00 |
|
fincs
|
a8a15f7d16
|
Make fatalSimple error codes unique
|
2018-01-15 22:48:46 +01:00 |
|
plutoo
|
844f72fe67
|
Panic if any initialization fails
|
2018-01-13 00:43:38 +01:00 |
|
plutoo
|
94658b9f60
|
More loader config
|
2018-01-13 00:18:04 +01:00 |
|
plutoo
|
efc7cbf653
|
Implement heap override
|
2018-01-12 19:10:46 +01:00 |
|
plutoo
|
806a75c841
|
More refactoring, renamed graphicsproducer -> bufferproducer
|
2017-12-27 18:52:52 -05:00 |
|
fincs
|
e836ee7bb9
|
Implement TLS/newlib reent support (untested)
|
2017-11-14 00:31:47 +01:00 |
|
yellows8
|
1d8c51f6fa
|
Added svcGetSystemTick. Added LIBNX_PARCEL_ERRBASE to result.h. Added BINDER_FIRST_CALL_TRANSACTION. Added gfxproducer and parcel. Use gfxproducer in gfx and added gfxSwapBuffers().
|
2017-11-07 13:56:57 -05:00 |
|
yellows8
|
9866f8e8b2
|
Implemented binder. Added error LIBNX_BADINPUT. Set StrayLayer in viOpenLayer properly.
|
2017-11-04 18:28:13 -04:00 |
|
yellows8
|
96dc3a4ff0
|
Added usbdev under new directory 'devices'. Added more libnx errors to result.h. Added usbDsParseReportData() and the structs for it. Changed the post-buffer funcs 'out' field to 'urbId'. Updated the get-report funcs for using the report-data structure.
|
2017-10-12 18:20:31 -04:00 |
|
yellows8
|
8308791835
|
Imported Doxyfile. Added svcClearEvent. Added more libnx errors to result.h. Updated viInitialize for using error LIBNX_ALREADYINITIALIZED.
|
2017-10-09 20:54:29 -04:00 |
|
plutoo
|
a9555bb5b5
|
Implement virtual memory allocator
|
2017-10-08 15:11:59 +02:00 |
|
plutoo
|
3926969ebc
|
Minor changes
* Refactored system/*
* Implemented all of tmem
* Introduced virtmem
|
2017-10-07 15:32:57 +02:00 |
|
plutoo
|
6e84dee135
|
Introducing fatal
|
2017-09-24 18:49:27 +02:00 |
|
plutoo
|
b39773b1d4
|
Trying to make first few steps towards relocations
|
2017-09-09 02:48:15 +02:00 |
|
yellows8
|
6c05799e8c
|
Added result.h.
|
2017-09-08 18:05:50 -04:00 |
|