aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/handle_table.h
AgeCommit message (Expand)Author
2019-12-07kernel: Remove unnecessary includesLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-02-25kernel/handle_table: Allow process capabilities to limit the handle table sizeLioncash
2019-02-25kernel/handle-table: In-class initialize data membersLioncash
2018-12-21kernel/process: Introduce process capability parsing skeletonLioncash
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash
2018-11-21kernel/handle_table: Move private static functions into the cpp fileLioncash
2018-11-21kernel/handle_table: Restrict handle table size to 1024 entriesLioncash
2018-11-21kernel/handle_table: Default destructor in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-25kernel/error: Add error code for the handle table being fullLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-01-24handle_table: Remove ConvertSessionToDomain.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner