Age | Commit message (Expand) | Author |
2017-12-31 | svc: Implement svcSetThreadPriority. | bunnei |
2017-12-31 | svc: Change SignalProcessWideKey to a stub. | bunnei |
2017-12-31 | function_wrappers: Cleanup, fix warnings, remove unused code. | bunnei |
2017-12-31 | svc: Implement svcUnmapMemory. | bunnei |
2017-12-30 | svc: Minor cleanups. | bunnei |
2017-12-30 | svc: Implement svcStartThread. | bunnei |
2017-12-30 | thread: Main thread should set thread handle to reg 1. | bunnei |
2017-12-30 | thread: Remove THUMB mode flag. | bunnei |
2017-12-30 | thread: Main thread should be ready by default, all others dormant. | bunnei |
2017-12-29 | kernel: Various 64-bit fixes in memory/process/thread | bunnei |
2017-12-29 | applet_oe: Stub out a bunch of interfaces necessary for boot. | bunnei |
2017-12-29 | controller: Implement DuplicateSession. | bunnei |
2017-12-29 | kernel: Fix implementation of ConvertSessionToDomain. | bunnei |
2017-12-28 | ap, aoc_u: Minor cleanup. | bunnei |
2017-12-28 | service: Add empty interface for pctl:a. | bunnei |
2017-12-28 | kernel: Add basic support for Domain object. | bunnei |
2017-12-28 | kernel: Add SyncObject primitive, use it for ClientSession. | bunnei |
2017-12-28 | svc: Implement MapMemory. | bunnei |
2017-12-28 | process: Add method to mirror a memory region. | bunnei |
2017-12-28 | svc: Implement SetHeapSize. | bunnei |
2017-12-28 | service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. | bunnei |
2017-12-28 | service: Halt on ReportUnimplementedFunction and improve output log. | bunnei |
2017-12-28 | service: Add empty interface for aoc:u. | bunnei |
2017-10-31 | service: Return proper result code for IPC::CommandType::Close. | bunnei |
2017-10-31 | hle: Use Switch formatted result codes. | bunnei |
2017-10-25 | externals: Update dynarmic and xbyak. | bunnei |
2017-10-23 | svc: Implement GetThreadId and GetProcessId. | bunnei |
2017-10-23 | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei |
2017-10-22 | nso: Load more common submodules. | bunnei |
2017-10-22 | memory: Support 32-bit paging, move heap address space up. | bunnei |
2017-10-19 | hle: Fix QueryMemory response for MemoryInfo. | bunnei |
2017-10-18 | lm: Implement lm::Initialize and Logger::log. | bunnei |
2017-10-18 | hle_ipc: Only copy necessary fields for outgoing command buffer. | bunnei |
2017-10-18 | hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer. | bunnei |
2017-10-18 | service: Add CreatePort function (that does not register/install). | bunnei |
2017-10-18 | memory: Print addresses as 64-bit. | bunnei |
2017-10-17 | ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug). | bunnei |
2017-10-17 | service: Print correct command ID on unimplemented function. | bunnei |
2017-10-15 | hle: Implement ConvertSessionToDomain, various cleanups. | bunnei |
2017-10-15 | core: Refactor MakeMagic usage and remove dead code. | bunnei |
2017-10-14 | hle: Add service stubs for apm and appletOE. | bunnei |
2017-10-14 | hle: Initial implementation of NX service framework and IPC. | bunnei |
2017-10-14 | nso: Add a log for loading submodules. | bunnei |
2017-10-14 | svc: Some logging cleanup. | bunnei |
2017-10-14 | svc: Update MemoryInfo flags for 64-bit. | bunnei |
2017-10-14 | svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc. | bunnei |
2017-10-13 | Remove more 3DS-specific code. | bunnei |
2017-10-12 | Remove more 3DS-specific code. | bunnei |
2017-10-12 | Remove more 3DS-specific code. | bunnei |
2017-10-12 | Remove lots more 3DS-specific code. | bunnei |