| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-26 | Remove thread from the threads list when it finishes, remove debug code | gdkchan | |
| 2018-04-24 | Improved logging (#103) | gdkchan | |
| 2018-04-22 | Print guest stack trace on a few points that can throw exceptions | gdkchan | |
| 2018-04-22 | Stub a few services, add support for generating call stacks on the CPU | gdkchan | |
| 2018-04-21 | Implement the synchronization primitives like the Horizon kernel does (#97) | gdkchan | |
| * Started to work in improving the sync primitives * Some fixes * Check that the mutex address matches before waking a waiting thread * Add MutexOwner field to keep track of the thread owning the mutex, update wait list when priority changes, other tweaks * Add new priority information to the log * SvcSetThreadPriority should update just the WantedPriority | |||
| 2018-04-19 | Fix bad merge, and a few other fixes | gdkchan | |
| 2018-04-18 | [HLE/Kernel] Somewhat improved sync primitives | gdkchan | |
| 2018-04-13 | Add logclass, made changes to logging calls (#79) | emmauss | |
| * add logclass, made changes to logging calls * made enum parsing case insensitive * enable logclass on partial or complete match | |||
| 2018-04-06 | Bump the maximum number of threads | gdkchan | |
| 2018-04-06 | Rename services with the official interface names | gdkchan | |
| 2018-04-04 | Remove useless spacing | gdkchan | |
| 2018-03-20 | Rename IpcServices -> Services | gdkchan | |
| 2018-03-20 | Support different framebuffer offsets (fixes #59) | gdkchan | |
| 2018-03-19 | [WIP] Add support for events (#60) | gdkchan | |
| * Add support for events, move concept of domains to IpcService * Support waiting for KThread, remove some test code, other tweaks * Use move handle on NIFM since I can't test that now, it's better to leave it how it was | |||
| 2018-03-13 | Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count | gdkchan | |
| 2018-03-12 | Allow more than one process, free resources on process dispose, implement ↵ | gdkchan | |
| SvcExitThread | |||
| 2018-03-09 | Disable memory checks by default, even on debug, move ram memory allocation ↵ | gdkchan | |
| inside the CPU, since the size if fixed anyway, better heap region size | |||
| 2018-03-04 | Fix hid touch screen timestamp, add more log info | gdkchan | |
| 2018-03-02 | Refactor HID, fix issues (#48) | gdkchan | |
| * Refactor HID, fix issues * Fix on touch screen code with wrong offset * Don't use magic values * Replace more magic values with actual variables, fix touch screen coordinates on different window sizes | |||
| 2018-02-27 | Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ↵ | gdkchan | |
| is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData | |||
| 2018-02-25 | Fix regression introduced on last commit with wrong ImageEnd | gdkchan | |
| 2018-02-25 | Added initial support for function names from symbol table on the cpu with ↵ | gdkchan | |
| tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store | |||
| 2018-02-23 | Map heap on heap base region, fix for thread start on homebrew, add FCVTMU ↵ | gdkchan | |
| and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions | |||
| 2018-02-21 | Initiale hbmenu.nro support (#32) | Ac_K | |
| * Initiale hbmenu.nro support Implement missing SetScreenShotPermission object. Implement missing IsCurrentProcessBeingDebugged in SVC. Add a Extension variable to Executable. Add basic support of hbmenu.nro. * Homebrew.cs correction | |||
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss | |
