| Age | Commit message (Collapse) | Author |
|
|
|
These avoid relying on memset for clearing the arrays.
|
|
char*.
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
|
|
AddressArbiter: Added documentation comment, fixed whitespace issue.
AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear.
SVC: Removed trailing whitespace.
|
|
|
|
|
|
|
|
error (as this is not required for all kernel objects)
|
|
|
|
to use PrepareReschedule
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues)
- added handle types for all different CTROS handles
|
|
- various cleanups
|
|
- added ResetType enum
|
|
- added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
|
|
|
|
- fixed some logging
|
|
|