summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some warningsGravatar Chin2014-12-202-5/+5
* Merge pull request #185 from purpasmart96/mem_permGravatar bunnei2014-12-171-5/+9
|\
| * Kernel:Add missing permissions in shared memory & svcGravatar purpasmart962014-11-181-5/+9
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-172-0/+7
* | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-161-5/+0
* | HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-163-534/+1
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-153-38/+75
* | Kernel/Semaphore: Small style changeGravatar Subv2014-12-131-1/+1
* | Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-131-11/+9
* | Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-132-32/+18
* | Semaphore: Removed an unneeded functionGravatar Subv2014-12-131-5/+0
* | Semaphores: Addressed some style issuesGravatar Subv2014-12-131-6/+5
* | Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-132-5/+7
* | SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-132-16/+64
* | SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-132-0/+98
* | kernel: Remove unused log argumentsGravatar Lioncash2014-12-131-3/+3
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-136-72/+45
* | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-103-37/+67
|\ \
| * | Mutex: Remove some forward declarationsGravatar Subv2014-12-071-16/+15
| * | Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-073-22/+56
| * | Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-051-12/+9
* | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-083-11/+31
* | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-0/+5
|/ /
* | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-042-0/+26
|\ \
| * | Threads: Remove a redundant function.Gravatar Subv2014-12-041-9/+1
| * | Threads: Implemented a sequential thread idGravatar Subv2014-12-042-4/+19
| * | SVC: Implemented GetThreadId.Gravatar Subv2014-12-042-0/+19
* | | Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-042-33/+74
|\ \ \
| * | | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-032-65/+36
| * | | Implemented RenameDirectory in FS:USERGravatar archshift2014-11-242-0/+35
| * | | Implemented RenameFile in FS:USERGravatar archshift2014-11-242-0/+35
* | | | kernel: Shorten GetCountGravatar Lioncash2014-12-031-6/+3
* | | | kernel: Make some functions constGravatar Lioncash2014-12-032-4/+4
| |/ / |/| |
* | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-301-8/+7
|\ \ \
| * | | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-261-8/+7
| |/ /
* / / Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-261-1/+1
|/ /
* | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-241-19/+15
* | Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-249-78/+0
* | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-2413-201/+187
* | Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-232-1/+47
|\ \
| * | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-232-1/+47
* | | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-1912-42/+42
|\ \ \
| * | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-1912-42/+42
* | | | Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-191-22/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Add static to some variablesGravatar Lioncash2014-11-181-22/+22
| |/ /
* / / Remove extraneous semicolonsGravatar Lioncash2014-11-181-1/+1
|/ /
* | Archive: Fixed to not destroy archive handle on close.Gravatar bunnei2014-11-171-3/+3
* | Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-171-1/+1
* | FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-171-0/+11
* | FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-172-10/+10