fincs
|
062ef2b188
|
Add svcGetThreadCoreMask and svcSetThreadCoreMask
|
2018-08-05 14:30:08 +02:00 |
|
Michael Scire
|
9770f4bb18
|
Implement svcGetThreadList
|
2018-06-25 11:18:07 -04:00 |
|
Michael Scire
|
481d27d1f1
|
Implement svcGetDebugThreadParam
|
2018-06-25 11:18:07 -04:00 |
|
yellows8
|
a12eb11eab
|
Sync jit SVC names with wiki + updated the comment for JitType_JitMemory in jit.h.
|
2018-05-21 14:32:02 -04:00 |
|
yellows8
|
05cde6649b
|
Updated svcGetDebugEvent and svcContinueDebugEvent in svc.h.
|
2018-05-14 12:51:06 -04:00 |
|
Michael Scire
|
ef47389228
|
Implement svcMap/UnmapPhysicalMemory(Unsafe), svcSetUnsafeLimit
|
2018-05-07 14:03:27 +02:00 |
|
Michael Scire
|
8496264811
|
Fix definition for svcCreateEvent
|
2018-05-07 13:54:23 +02:00 |
|
SciresM
|
0ac5743c1f
|
Add ResourceLimit SVCs, svcGetProcessInfo (#76)
|
2018-05-04 00:59:17 +02:00 |
|
hexkyz
|
b2b8e1ec67
|
Implement more SVCs (#74)
Implement svcSetThreadPriority.
Implement svcGetCurrentProcessorNumber.
Implement svcSignalEvent.
Implement svcSendSyncRequestWithUserBuffer.
Implement svcSendAsyncRequestWithUserBuffer.
Implement svcGetThreadId.
Implement svcReplyAndReceiveWithUserBuffer.
Implement svcCreateEvent.
Implement svcReadWriteRegister.
Implement svcCreateInterruptEvent.
Implement svcMapDeviceAddressSpaceByForce.
Implement svcTerminateProcess.
Fix svcMapDeviceAddressSpaceAligned.
Fix svcUnmapDeviceAddressSpace.
|
2018-04-30 00:43:52 +02:00 |
|
SciresM
|
d5bce6b0a6
|
Implement svcCreatePort. (#73)
* Implement svcCreatePort
* Implement svcConnectToPort
* Implement svcUnmapProcessMemory
* Implement svcGetSystemInfo
|
2018-04-24 18:33:46 -04:00 |
|
fincs
|
6c79424f76
|
kernel/svc.h: Add descriptions/basic info for the rest of syscalls
|
2018-02-10 22:40:11 +01:00 |
|
fincs
|
e295994dd2
|
Begin documenting kernel/svc.h. SVCs classified in categories.
|
2018-02-10 22:40:11 +01:00 |
|
fincs
|
e54aadfc84
|
kernel/svc.h: Add MemoryType, MemoryState, MemoryAttribute
|
2018-02-10 22:40:11 +01:00 |
|
fincs
|
c20d372946
|
Clean up types.h:
- Move Permission to kernel/svc.h (also fix enum naming)
- Add s128, vu128, vs128
- voidfn -> VoidFn
|
2018-02-10 22:40:11 +01:00 |
|
fincs
|
ff472848a9
|
Start doxygen bringup, with some miscellaneous cleanup
|
2018-02-10 22:40:11 +01:00 |
|
plutoo
|
75003f40f1
|
Add some syscalls
|
2018-02-01 22:04:37 +01:00 |
|
plutoo
|
000a7f05c9
|
Experimental implementation of condvars
|
2018-01-30 22:39:02 +01:00 |
|
plutoo
|
673651a51f
|
Fix broken header files
|
2018-01-23 00:27:00 +01: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
|
22e9a0fcc3
|
Jit bringup, improvements to virtmem
|
2018-01-20 13:56:12 +01:00 |
|
yellows8
|
eec1fc2fcc
|
Added svcSetProcessMemoryPermission and svcMapProcessCodeMemory/svcUnmapProcessCodeMemory. Added PERM_X.
|
2018-01-13 23:49:54 -05:00 |
|
plutoo
|
d8061f67bd
|
Introduce svcWaitForSynchronizationSingle to clean up code
|
2018-01-13 00:27:47 +01:00 |
|
plutoo
|
edcf789b6e
|
C was developed in 1972
|
2018-01-06 13:54:59 +01:00 |
|
plutoo
|
282fdefe2b
|
Align code style of MemoryInfo
|
2018-01-06 06:04:35 +01:00 |
|
plutoo
|
fee6b42963
|
Align code style for AM
|
2018-01-06 05:57:56 +01:00 |
|