.. |
arch/arm64
|
kern: implement SvcCreateThread, SvcStartThread
|
2020-07-10 11:55:33 -07:00 |
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: add SvcExitThread, SvcSendAsyncRequestWithUserBuffer, SvcReplyAndReceiveWithUserBuffer
|
2020-07-10 15:31:23 -07:00 |
kern_debug_log_impl.board.nintendo_nx.cpp
|
|
|
kern_debug_log_impl.hpp
|
|
|
kern_debug_log.cpp
|
kern: svcOutputDebugString, svcGetThreadPriority, svcGetThreadId
|
2020-07-10 11:55:33 -07:00 |
kern_initial_process.cpp
|
|
|
kern_k_address_space_info.cpp
|
Switch atmosphere's build target to C++20. (#952)
|
2020-05-11 15:02:10 -07:00 |
kern_k_auto_object_container.cpp
|
|
|
kern_k_auto_object.cpp
|
|
|
kern_k_capabilities.cpp
|
|
|
kern_k_class_token.cpp
|
|
|
kern_k_client_port.cpp
|
kern: SvcConnectToNamedPort
|
2020-07-10 11:55:33 -07:00 |
kern_k_client_session.cpp
|
kern: implement SvcSendSyncRequest(WithUserBuffer)
|
2020-07-10 11:55:33 -07:00 |
kern_k_condition_variable.cpp
|
kern: implement SvcArbitrateLock, SvcArbitrateUnlock
|
2020-07-10 11:55:33 -07:00 |
kern_k_device_address_space.cpp
|
|
|
kern_k_dpc_manager.cpp
|
|
|
kern_k_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
2020-07-10 11:55:33 -07:00 |
kern_k_handle_table.cpp
|
|
|
kern_k_initial_process_reader.cpp
|
|
|
kern_k_interrupt_task_manager.cpp
|
|
|
kern_k_light_lock.cpp
|
|
|
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
|
Switch atmosphere's build target to C++20. (#952)
|
2020-05-11 15:02:10 -07:00 |
kern_k_page_group.cpp
|
|
|
kern_k_page_heap.cpp
|
|
|
kern_k_page_table_base.cpp
|
kern: add SvcExitThread, SvcSendAsyncRequestWithUserBuffer, SvcReplyAndReceiveWithUserBuffer
|
2020-07-10 15:31:23 -07:00 |
kern_k_port.cpp
|
kern: SvcConnectToNamedPort
|
2020-07-10 11:55:33 -07:00 |
kern_k_process.cpp
|
kern: skeleton SvcReplyAndReceive
|
2020-07-10 11:55:33 -07:00 |
kern_k_readable_event.cpp
|
|
|
kern_k_resource_limit.cpp
|
|
|
kern_k_scheduler.cpp
|
|
|
kern_k_server_port.cpp
|
kern: implement SvcAcceptSession
|
2020-07-10 11:55:33 -07:00 |
kern_k_server_session.cpp
|
kern/ipc: implement remaining KServerSession reply code
|
2020-07-10 16:46:55 -07:00 |
kern_k_session_request.cpp
|
ipc: add MapAlias processing logic for Receive
|
2020-07-10 11:55:33 -07:00 |
kern_k_session.cpp
|
kern: implement SvcAcceptSession
|
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_synchronization.cpp
|
kern: implement SvcWaitSynchronization
|
2020-07-10 11:55:33 -07:00 |
kern_k_thread_local_page.cpp
|
|
|
kern_k_thread.cpp
|
|
|
kern_k_wait_object.cpp
|
|
|
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_panic.cpp
|
|
|