.. |
arch/arm64
|
|
|
board/nintendo/nx
|
kern: implement SvcUnmapMemory, more of SvcGetInfo
|
2020-07-10 11:55:33 -07:00 |
init
|
|
|
libc
|
kern: fix link error
|
2020-05-02 22:30:34 -07:00 |
svc
|
|
|
kern_debug_log.cpp
|
|
|
kern_debug_log_impl.board.nintendo_nx.cpp
|
|
|
kern_debug_log_impl.hpp
|
|
|
kern_initial_process.cpp
|
kern: implement KProcess::Run
|
2020-02-19 19:38:20 -08:00 |
kern_k_address_space_info.cpp
|
|
|
kern_k_auto_object.cpp
|
kern: Implement KAutoObject, KSlabHeap, KLightLock
|
2020-01-29 22:06:25 -08:00 |
kern_k_auto_object_container.cpp
|
|
|
kern_k_capabilities.cpp
|
Implement the NCM sysmodule (closes #91)
|
2020-03-08 00:06:23 -08:00 |
kern_k_class_token.cpp
|
kern: paranoid assertions about the class tokens
|
2020-02-22 03:04:31 -08:00 |
kern_k_client_port.cpp
|
kern: SvcConnectToNamedPort
|
2020-07-10 11:55:33 -07:00 |
kern_k_client_session.cpp
|
|
|
kern_k_condition_variable.cpp
|
kern: implement SvcArbitrateLock, SvcArbitrateUnlock
|
2020-07-10 11:55:33 -07:00 |
kern_k_device_address_space.cpp
|
kern: implement smmu init
|
2020-02-15 00:00:35 -08:00 |
kern_k_dpc_manager.cpp
|
|
|
kern_k_event.cpp
|
|
|
kern_k_handle_table.cpp
|
kern: implement KHandleTable, other cleanup
|
2020-01-30 15:29:51 -08:00 |
kern_k_initial_process_reader.cpp
|
kern: implement SetProcessMemoryPermission
|
2020-02-19 08:07:44 -08:00 |
kern_k_interrupt_task_manager.cpp
|
kern: minor fixes to prevent core0-2 panics during boot
|
2020-02-21 13:05:16 -08:00 |
kern_k_light_lock.cpp
|
kern: implement lightlock slowpath (works on hw)
|
2020-02-14 15:27:34 -08:00 |
kern_k_memory_block_manager.cpp
|
|
|
kern_k_memory_layout.board.nintendo_nx.cpp
|
|
|
kern_k_memory_layout.cpp
|
kern: implement 10.x perm change, fix many page table bugs
|
2020-04-19 17:16:19 -07:00 |
kern_k_memory_manager.cpp
|
|
|
kern_k_object_name.cpp
|
|
|
kern_k_page_group.cpp
|
Implement the NCM sysmodule (closes #91)
|
2020-03-08 00:06:23 -08:00 |
kern_k_page_heap.cpp
|
kern: Update page bitmaps/alloc to reflect 10.0.0 changes
|
2020-04-18 17:10:26 -07:00 |
kern_k_page_table_base.cpp
|
kern: fix bugs in Receive/Exchange ipc buffers
|
2020-07-13 10:02:01 -07:00 |
kern_k_port.cpp
|
kern: SvcConnectToNamedPort
|
2020-07-10 11:55:33 -07:00 |
kern_k_process.cpp
|
|
|
kern_k_readable_event.cpp
|
kern: obj stubs to get past slab init
|
2020-02-07 11:51:58 -08:00 |
kern_k_resource_limit.cpp
|
vapours: add time primitives, fix result name
|
2020-02-13 16:18:39 -08:00 |
kern_k_scheduler.cpp
|
kern/KScheduler: implement special yields
|
2020-07-11 00:48:26 -07:00 |
kern_k_server_port.cpp
|
kern: implement SvcAcceptSession
|
2020-07-10 11:55:33 -07:00 |
kern_k_server_session.cpp
|
|
|
kern_k_session.cpp
|
|
|
kern_k_session_request.cpp
|
|
|
kern_k_synchronization.cpp
|
kern: implement SvcWaitSynchronization
|
2020-07-10 11:55:33 -07:00 |
kern_k_synchronization_object.cpp
|
kern: implement SvcWaitSynchronization
|
2020-07-10 11:55:33 -07:00 |
kern_k_thread.cpp
|
|
|
kern_k_thread_local_page.cpp
|
|
|
kern_k_wait_object.cpp
|
kern: mem access prep for svc streams, TODO_IMPLEMENT -> UNIMPLEMENTED
|
2020-02-22 05:42:46 -08:00 |
kern_k_worker_task_manager.cpp
|
|
|
kern_k_writable_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
2020-07-10 11:55:33 -07:00 |
kern_kernel.cpp
|
|
|
kern_main.cpp
|
kern: fix supervisor page table activation
|
2020-02-19 20:43:19 -08:00 |
kern_panic.cpp
|
kern: improve panic output
|
2020-02-14 04:01:09 -08:00 |