summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/handle_table.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/handle_table: Remove usages of the global system instanceLioncash2020-07-151-1/+6
* kernel: Remove unnecessary includesLioncash2019-12-081-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-4/+4
* kernel/handle_table: Allow process capabilities to limit the handle table sizeLioncash2019-02-251-0/+21
* kernel/handle-table: In-class initialize data membersLioncash2019-02-251-2/+2
* kernel/process: Introduce process capability parsing skeletonLioncash2018-12-211-3/+3
* kernel/svc: Implement the resource limit svcGetInfo optionLioncash2018-12-041-0/+1
* kernel/handle_table: Move private static functions into the cpp fileLioncash2018-11-221-7/+0
* kernel/handle_table: Restrict handle table size to 1024 entriesLioncash2018-11-221-5/+2
* kernel/handle_table: Default destructor in the cpp fileLioncash2018-11-221-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* kernel: Eliminate kernel global stateLioncash2018-08-291-2/+0
* kernel/error: Add error code for the handle table being fullLioncash2018-08-251-1/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* handle_table: Remove ConvertSessionToDomain.bunnei2018-01-251-7/+0
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-0/+7
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+126