GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
Atmosphere
Download ZIP
4263 commits
Transfer to URL with SHA
tree:
b108318996
Branches
Tags
×
master
Atmosphere
/
libraries
/
libmesosphere
/
source
/
latest commit
b29dbeae3d
Alula
authored
on 18 Mar
..
arch
kern: fix debug build for [[nodiscard]] changes
8 months ago
board
kern: eshop actually requires an extra mb
8 months ago
init
kern: implement support for applying relr relocations
2 years ago
libc
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
svc
kern: write thread handle to tls +0x110 on creation
4 months ago
kern_debug_log.cpp
Integrate new result macros. (#1780)
4 years ago
kern_debug_log_impl.arch.arm64.s
kern/test: add wip qemu-virt board support to mesosphere
4 years ago
kern_debug_log_impl.board.nintendo_nx.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_debug_log_impl.board.qemu_virt.cpp
kern/test: add wip qemu-virt board support to mesosphere
4 years ago
kern_debug_log_impl.hpp
kern/test: add wip qemu-virt board support to mesosphere
4 years ago
kern_initial_process.cpp
kern: N made this an u32 for some reason
4 months ago
kern_k_address_arbiter.cpp
kern/svc: update WaitForAddress to support 64-bit WaitIfEqual
1 year ago
kern_k_address_space_info.cpp
kern: update KAddressSpaceInfo to reflect 20.0.0 changes
1 year ago
kern_k_capabilities.cpp
kern/strat: update for new DebugFlags capability semantics
1 year ago
kern_k_class_token.cpp
kern: implement K(Secure)SystemResource
3 years ago
kern_k_client_port.cpp
kern: fix various comment/style hygiene issues (thanks @liamwhite)
2 years ago
kern_k_client_session.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_code_memory.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_condition_variable.cpp
kern: pass u32 directly to CopyMemoryToUserSize32Bit
8 months ago
kern_k_debug_base.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_device_address_space.cpp
kern: update for new device map semantics
3 years ago
kern_k_dpc_manager.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_dump_object.cpp
kern: move SecureAppletMemory/KPageBuffer heap into the ResourceRegion
3 years ago
kern_k_event.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_handle_table.cpp
kern: fix debug build for [[nodiscard]] changes
8 months ago
kern_k_initial_process_reader.cpp
kern: update KAddressSpaceInfo to reflect 20.0.0 changes
1 year ago
kern_k_interrupt_event.cpp
kern: merge/simplify KInterruptEventTask into KInterruptEvent
3 years ago
kern_k_interrupt_task_manager.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_k_io_pool.cpp
kern: use tree for IoPool regions instead of list
3 years ago
kern_k_io_pool.unsupported.inc
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_k_io_region.cpp
kern: update UnmapIoRegion for new Mapping_Memory handling
3 years ago
kern_k_light_client_session.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_light_condition_variable.cpp
kern: fix stray addressof operator
3 years ago
kern_k_light_lock.cpp
kern: refactor priority inheritance to represent locks as C++ objects
3 years ago
kern_k_light_server_session.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_light_session.cpp
kern: devirtualize remaining vcall for class token/dyncast
4 years ago
kern_k_memory_block_manager.cpp
kern: refactor FindFreeArea region search logic per 20.0.0 changes
1 year ago
kern_k_memory_layout.board.nintendo_nx.cpp
kern: enforce end of dram == end of partitions (move our probably outdated KTraceBuffer to new location)
4 years ago
kern_k_memory_layout.board.qemu_virt.cpp
kern: enforce end of dram == end of partitions (move our probably outdated KTraceBuffer to new location)
4 years ago
kern_k_memory_layout.cpp
kern: move SecureAppletMemory/KPageBuffer heap into the ResourceRegion
3 years ago
kern_k_memory_manager.cpp
kern: add minimum alignment support to KMemoryManager
1 year ago
kern_k_object_name.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_page_group.cpp
kern: add KPageGroup::CopyRangeTo
2 years ago
kern_k_page_heap.cpp
kern: implement additional randomness in KPageHeap allocations
4 years ago
kern_k_page_table_base.cpp
kern: don't allow mapping device pages as executable on abi 26.x+
4 months ago
kern_k_port.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_process.cpp
kern: don't allow mapping device pages as executable on abi 26.x+
4 months ago
kern_k_readable_event.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_resource_limit.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_scheduler.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_scoped_disable_dispatch.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_k_server_port.cpp
kern: fix various comment/style hygiene issues (thanks @liamwhite)
2 years ago
kern_k_server_session.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_session.cpp
kern: devirtualize remaining vcall for class token/dyncast
4 years ago
kern_k_session_request.cpp
kern: use slab allocated KSessionRequest dynamic mappings
3 years ago
kern_k_shared_memory.cpp
kern: take alignment argument in KMemoryManager::AllocateAndOpen
2 years ago
kern_k_synchronization_object.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_system_control_base.cpp
kern: invert meaning of KTargetSystem/KSystemControl bools
1 year ago
kern_k_system_resource.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_thread.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_thread_local_page.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_k_thread_queue.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_k_trace.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
4 years ago
kern_k_transfer_memory.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_unused_slab_memory.cpp
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668)
4 years ago
kern_k_wait_object.cpp
Integrate new result macros. (#1780)
4 years ago
kern_k_worker_task_manager.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_kernel.cpp
ams: mark ams::Result [[nodiscard]] (partially complete).
8 months ago
kern_main.cpp
kern: add minimum alignment support to KMemoryManager
1 year ago
kern_panic.cpp
kern: print kernel backtrace on panic
4 years ago