aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel
Commit message (Expand)AuthorAge
* License changeGravatar purpasmart962014-12-20
* Merge pull request #185 from purpasmart96/mem_permGravatar bunnei2014-12-17
|\
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
* | HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* | Kernel/Semaphore: Small style changeGravatar Subv2014-12-13
* | Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-13
* | Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-13
* | Semaphore: Removed an unneeded functionGravatar Subv2014-12-13
* | Semaphores: Addressed some style issuesGravatar Subv2014-12-13
* | Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-13
* | SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-13
* | SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
* | kernel: Remove unused log argumentsGravatar Lioncash2014-12-13
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-10
|\ \
* | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-08
* | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-07
| * | Mutex: Remove some forward declarationsGravatar Subv2014-12-07
| * | Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-07
| * | Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-05
|/ /
* | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-04
|\ \
* \ \ Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\ \ \
| | * | Threads: Remove a redundant function.Gravatar Subv2014-12-04
| | * | Threads: Implemented a sequential thread idGravatar Subv2014-12-04
| * | | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
| | * | SVC: Implemented GetThreadId.Gravatar Subv2014-12-04
* | | | kernel: Shorten GetCountGravatar Lioncash2014-12-03
* | | | kernel: Make some functions constGravatar Lioncash2014-12-03
| |/ / |/| |
* | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-30
|\ \ \
* | | | Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-26
| * | | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
|/ / /
| * | Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| * | Implemented RenameFile in FS:USERGravatar archshift2014-11-24
|/ /
* | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-24
* | Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* | Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\ \
| * | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* | | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\ \ \
* \ \ \ Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-19
|\ \ \ \
| | * | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
| |/ / / |/| | |
| * | | Add static to some variablesGravatar Lioncash2014-11-18
| |/ /
| | * Kernel:Add missing permissions in shared memory & svcGravatar purpasmart962014-11-18
* | | Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/ /
* | Archive: Fixed to not destroy archive handle on close.Gravatar bunnei2014-11-17
* | Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-17
* | FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
* | FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17