Michael Scire
authored
on 17 Aug 2020
|
|
.. |
|
|
|
|
arch/
arm64
|
kern: build with -Wextra
|
5 years ago
|
|
|
board/nintendo/
nx
|
ams: avoid UB infinite loops
|
5 years ago
|
|
|
init
|
kern: fix dynamic calculation of slab heap size
|
6 years ago
|
|
|
libc
|
kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102)
|
5 years ago
|
|
|
svc
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_debug_log.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_debug_log_impl.board.nintendo_nx.cpp
|
kern: SvcFlushDataCache, SvcFlushEntireDataCache
|
6 years ago
|
|
|
kern_debug_log_impl.hpp
|
kern: implement SvcSleepSystem
|
6 years ago
|
|
|
kern_initial_process.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_address_arbiter.cpp
|
kern: implement SvcSignalToAddress, SvcWaitForAddress
|
6 years ago
|
|
|
kern_k_address_space_info.cpp
|
kern: implement first half of SvcCreateProcess
|
6 years ago
|
|
|
kern_k_auto_object.cpp
|
kern: Implement KAutoObject, KSlabHeap, KLightLock
|
6 years ago
|
|
|
kern_k_auto_object_container.cpp
|
kern: implement KHandleTable, other cleanup
|
6 years ago
|
|
|
kern_k_capabilities.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_class_token.cpp
|
kern: assert correctness for complete class hierarchy
|
6 years ago
|
|
|
kern_k_client_port.cpp
|
kern: clean up majority of TODOs
|
6 years ago
|
|
|
kern_k_client_session.cpp
|
kern: implement SvcSendSyncRequest(WithUserBuffer)
|
6 years ago
|
|
|
kern_k_code_memory.cpp
|
kern: add KCodeMemory code left out of previous commit
|
6 years ago
|
|
|
kern_k_condition_variable.cpp
|
kern: KConditionVariable::SignalImpl
|
6 years ago
|
|
|
kern_k_debug_base.cpp
|
kern SvcGetDebugThreadContext, SvcSetDebugThreadContext
|
6 years ago
|
|
|
kern_k_device_address_space.cpp
|
kern: fix resource leak bugs
|
6 years ago
|
|
|
kern_k_dpc_manager.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
6 years ago
|
|
|
kern_k_handle_table.cpp
|
kern: implement KHandleTable, other cleanup
|
6 years ago
|
|
|
kern_k_initial_process_reader.cpp
|
kern: implement first half of SvcCreateProcess
|
6 years ago
|
|
|
kern_k_interrupt_event.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_interrupt_task_manager.cpp
|
kern: fix building under release config
|
6 years ago
|
|
|
kern_k_light_client_session.cpp
|
kern: SendSyncRequestLight, ReplyAndReceiveLight
|
6 years ago
|
|
|
kern_k_light_lock.cpp
|
kern: improve KLightLock accuracy
|
6 years ago
|
|
|
kern_k_light_server_session.cpp
|
kern: fix whoops in light ipc
|
6 years ago
|
|
|
kern_k_light_session.cpp
|
kern: add SvcCreatePort, SvcConnectToPort
|
6 years ago
|
|
|
kern_k_memory_block_manager.cpp
|
kern: add KCodeMemory code left out of previous commit
|
6 years ago
|
|
|
kern_k_memory_layout.board.nintendo_nx.cpp
|
kern: switch->nx, implement sleep manager init
|
6 years ago
|
|
|
kern_k_memory_layout.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_memory_manager.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_object_name.cpp
|
Switch atmosphere's build target to C++20. (#952)
|
6 years ago
|
|
|
kern_k_page_group.cpp
|
Implement the NCM sysmodule (closes #91)
|
6 years ago
|
|
|
kern_k_page_heap.cpp
|
kern: Update page bitmaps/alloc to reflect 10.0.0 changes
|
6 years ago
|
|
|
kern_k_page_table_base.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_port.cpp
|
kern: SvcConnectToNamedPort
|
6 years ago
|
|
|
kern_k_process.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_readable_event.cpp
|
kern: obj stubs to get past slab init
|
6 years ago
|
|
|
kern_k_resource_limit.cpp
|
vapours: add time primitives, fix result name
|
6 years ago
|
|
|
kern_k_scheduler.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_server_port.cpp
|
kern: clean up majority of TODOs
|
6 years ago
|
|
|
kern_k_server_session.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_session.cpp
|
kern: implement SvcAcceptSession
|
6 years ago
|
|
|
kern_k_session_request.cpp
|
ipc: add MapAlias processing logic for Receive
|
6 years ago
|
|
|
kern_k_shared_memory.cpp
|
kern: build with -Wextra
|
5 years ago
|
|
|
kern_k_synchronization.cpp
|
kern: implement SvcWaitSynchronization
|
6 years ago
|
|
|
kern_k_synchronization_object.cpp
|
kern: clean up majority of TODOs
|
6 years ago
|
|
|
kern_k_thread.cpp
|
kern: SvcGetDebugThreadParam
|
6 years ago
|
|
|
kern_k_thread_local_page.cpp
|
kern: finish KProcess::Initialize() for KIPs
|
6 years ago
|
|
|
kern_k_transfer_memory.cpp
|
kern: implement KCodeMemory (and SVCs)
|
6 years ago
|
|
|
kern_k_wait_object.cpp
|
kern: SvcGetLastThreadInfo, SvcGetDebugFutureThreadInfo
|
6 years ago
|
|
|
kern_k_worker_task_manager.cpp
|
kern: implement KWorkerTaskManager
|
6 years ago
|
|
|
kern_k_writable_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
6 years ago
|
|
|
kern_kernel.cpp
|
kern: Support older SVC ABIs
|
6 years ago
|
|
|
kern_main.cpp
|
ams: avoid UB infinite loops
|
5 years ago
|
|
|
kern_panic.cpp
|
kern: build with -Wextra
|
5 years ago
|