mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
c7026b9094
* Implement NCM * Modernize ncm_main * Remove unnecessary smExit * Give access to svcCallSecureMonitor * Stack size bump * Fix incorrect setup for NandUser's content storage entry * Fix a potential data abort when flushing the placeholder accessor cache * Fix HasFile and HasDirectory * Use r+b, not w+b * Misc fixes * errno begone * Fixed more stdio error handling * More main fixes * Various command improvements * Make dispatch tables great again * Fix logic inversion * Fixed content path generation * Bump heap size, fix CleanupAllPlaceHolder * Various fixes. Note: This contains debug stuff which will be removed later. I was getting tired of having to cherrypick tiny changes * Fixed placeholder/content deletion * Fixed incorrect content manager destruction * Prevent automatic placeholder creation on open * Fixed List implementation. Also lots of debug logging. * Removed debug code * Added a scope guard for WritePlaceHolder * Manually prevent placeholder/content appending * Revert "Removed debug code" This reverts commit |
||
---|---|---|
.. | ||
arch/arm64 | ||
board/nintendo/nx | ||
init | ||
libc | ||
svc | ||
kern_debug_log.cpp | ||
kern_debug_log_impl.board.nintendo_nx.cpp | ||
kern_debug_log_impl.hpp | ||
kern_initial_process.cpp | ||
kern_k_address_space_info.cpp | ||
kern_k_auto_object.cpp | ||
kern_k_auto_object_container.cpp | ||
kern_k_capabilities.cpp | ||
kern_k_class_token.cpp | ||
kern_k_device_address_space.cpp | ||
kern_k_dpc_manager.cpp | ||
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_k_memory_manager.cpp | ||
kern_k_page_group.cpp | ||
kern_k_page_heap.cpp | ||
kern_k_page_table_base.cpp | ||
kern_k_process.cpp | ||
kern_k_readable_event.cpp | ||
kern_k_resource_limit.cpp | ||
kern_k_scheduler.cpp | ||
kern_k_synchronization.cpp | ||
kern_k_synchronization_object.cpp | ||
kern_k_thread.cpp | ||
kern_k_thread_local_page.cpp | ||
kern_k_wait_object.cpp | ||
kern_k_worker_task_manager.cpp | ||
kern_kernel.cpp | ||
kern_main.cpp | ||
kern_panic.cpp |