| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | apt_u: Fix missing printf specifiers | 2015-01-30 | 1 | -2/+2 | ||
| |/ / | ||||||
| * | | Kernel: Mark all appropriate kernel objects as "final" | 2015-01-30 | 7 | -8/+7 | ||
| | | | ||||||
| * | | SVC: Use CASCADE_RESULT in SVC handlers | 2015-01-30 | 2 | -77/+32 | ||
| | | | ||||||
| * | | Remove result.h InvalidHandle | 2015-01-30 | 4 | -30/+32 | ||
| | | | | | | | | | | | It was only being used in two places, where it was replaced by a local constant. | |||||
| * | | SVC: Change return type of handlers to ResultCode | 2015-01-30 | 2 | -132/+127 | ||
| | | | ||||||
| * | | Kernel: Convert Event to not use Handles | 2015-01-30 | 10 | -152/+151 | ||
| | | | ||||||
| * | | Kernel: Convert Timer to (mostly) not use Handles | 2015-01-30 | 3 | -111/+112 | ||
| | | | ||||||
| * | | Kernel: Convert Mutex to not use Handles | 2015-01-30 | 5 | -114/+110 | ||
| | | | ||||||
| * | | Kernel: Convert AddressArbiter to not use Handles | 2015-01-30 | 3 | -38/+55 | ||
| | | | ||||||
| * | | Kernel: Convert Semaphore to not use Handles | 2015-01-30 | 3 | -67/+88 | ||
| | | | ||||||
| * | | Kernel: Convert SharedMemory to not use Handles | 2015-01-30 | 8 | -102/+107 | ||
| | | | ||||||
| * | | Additions to ResultVal to make it more convenient to use. | 2015-01-30 | 1 | -1/+25 | ||
| | | | ||||||
| * | | Move VAddr/PAddr typedefs to kernel.h | 2015-01-30 | 2 | -9/+7 | ||
| | | | ||||||
| * | | Kernel: Remove useless/duplicated comments; mark functions static | 2015-01-30 | 6 | -32/+8 | ||
| | | | ||||||
| * | | Merge pull request #412 from purpasmart96/svc_table_cleanup | 2015-01-28 | 1 | -7/+7 | ||
| |\ \ | | | | | | | SVC: Update the SVC function table | |||||
| | * | | SVC: Update the SVC function table | 2015-01-26 | 1 | -7/+7 | ||
| | | | | ||||||
| * | | | dyncom: Minor cleanup | 2015-01-27 | 1 | -126/+137 | ||
| | | | | | | | | | | | | | Narrow scopes for the instruction variables. Remove unnecessary parentheses. | |||||
| * | | | Merge pull request #345 from purpasmart96/apt_stubs | 2015-01-26 | 1 | -91/+276 | ||
| |\ \ \ | | | | | | | | | APT_U: Stub some functions & misc changes | |||||
| | * | | | APT_U: Stub some functions & misc changes | 2015-01-22 | 1 | -91/+276 | ||
| | | | | | ||||||
| * | | | | Update vfp.cpp | 2015-01-26 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | VFP: Changed a debug log to trace. | |||||
| * | | | | Merge pull request #485 from Subv/more_servs | 2015-01-25 | 21 | -3/+426 | ||
| |\ \ \ \ | | | | | | | | | | | Services: Stubbed more services. | |||||
| | * | | | | Services/HID: Removed some files due to a rebase error | 2015-01-24 | 3 | -267/+0 | ||
| | | | | | | ||||||
| | * | | | | Services: Stubbed more services. | 2015-01-24 | 24 | -3/+693 | ||
| | | | | | | | | | | | | | | | | | | | | | Implemented FSUser::CreateExtSaveData | |||||
| * | | | | | Merge pull request #410 from chinhodado/cleanup | 2015-01-24 | 5 | -483/+157 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Cleanup: Logging in Core | |||||
| | * | | | | | Cleanup: Logging in Core | 2015-01-19 | 5 | -483/+157 | ||
| | | | | | | | ||||||
| * | | | | | | vfp: Clean up vertical alignment for instructions | 2015-01-23 | 1 | -131/+125 | ||
| | | | | | | | ||||||
| * | | | | | | cam_u.h: fix indentation | 2015-01-22 | 1 | -2/+2 | ||
| | |/ / / / |/| | | | | | | | | | Withholding my profanity towards Xcode. | |||||
| * | | | | | Merge pull request #493 from archshift/ptmplay | 2015-01-22 | 6 | -0/+106 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Stubbed some services | |||||
| | * | | | | | Stubbed cam:u service | 2015-01-21 | 4 | -0/+51 | ||
| | | | | | | | ||||||
| | * | | | | | Stubbed ptm:play service | 2015-01-21 | 4 | -0/+55 | ||
| | | | | | | | ||||||
| * | | | | | | dyncom: Minor cleanup | 2015-01-22 | 1 | -282/+270 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Removes some unused macros and cleans up indentation inconsistencies | |||||
| * | | | | | | WaitSynchronization: Added a result code for invalid result, fixed bug. | 2015-01-21 | 1 | -3/+9 | ||
| | | | | | | | ||||||
| * | | | | | | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | 2015-01-21 | 3 | -25/+45 | ||
| | | | | | | | ||||||
| * | | | | | | Thread: Use std::find in CheckWait_WaitObject. | 2015-01-21 | 1 | -4/+5 | ||
| | | | | | | | ||||||
| * | | | | | | Mutex: Cleanup and remove redundant code. | 2015-01-21 | 3 | -47/+29 | ||
| | | | | | | | ||||||
| * | | | | | | Kernel: Renamed some functions for clarity. | 2015-01-21 | 7 | -10/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ReleaseNextThread->WakeupNextThread - ReleaseAllWaitingThreads->WakeupAllWaitingThreads. | |||||
| * | | | | | | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | 2015-01-21 | 9 | -71/+42 | ||
| | | | | | | | ||||||
| * | | | | | | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" ↵ | 2015-01-21 | 9 | -23/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | pure virtual. | |||||
| * | | | | | | Event: Fix implementation of "non-sticky" events. | 2015-01-21 | 1 | -0/+4 | ||
| | | | | | | | ||||||
| * | | | | | | Session: Change to a WaitObject. | 2015-01-21 | 3 | -2/+9 | ||
| | | | | | | | ||||||
| * | | | | | | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | 2015-01-21 | 2 | -1/+2 | ||
| | | | | | | | ||||||
| * | | | | | | Mutex: Fix a bug where the thread should not wait if it already has the mutex. | 2015-01-21 | 1 | -1/+4 | ||
| | | | | | | | ||||||
| * | | | | | | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a ↵ | 2015-01-21 | 4 | -20/+59 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | WaitObject safely. | |||||
| * | | | | | | SVC: Removed a Sleep that made no sense | 2015-01-21 | 1 | -6/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Would deadlock the calling thread - Code would never get hit anyways | |||||
| * | | | | | | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that ↵ | 2015-01-21 | 5 | -38/+45 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | made no sense. | |||||
| * | | | | | | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | 2015-01-21 | 9 | -122/+63 | ||
| | | | | | | | ||||||
| * | | | | | | WaitSynchronizationN: Improved comments | 2015-01-21 | 1 | -7/+12 | ||
| | | | | | | | ||||||
| * | | | | | | WaitSynchronizationN: Refactor to fix several bugs | 2015-01-21 | 8 | -79/+76 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Separate wait checking from waiting the current thread - Resume thread when wait_all=true only if all objects are available at once - Set output to correct wait object index when there are duplicate handles | |||||
| * | | | | | | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | 2015-01-21 | 8 | -18/+59 | ||
| | | | | | | | ||||||
| * | | | | | | WaitSynchronizationN: Handle case where handles=nullptr. | 2015-01-21 | 1 | -0/+4 | ||
| | | | | | | | ||||||