| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | |
| memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | |||
| 2015-05-11 | Merge pull request #750 from Subv/process_svc | Yuri Kunde Schlesner | |
| Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | |||
| 2015-05-11 | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | |
| 2015-05-11 | Thread: Correctly set main thread initial stack position | Yuri Kunde Schlesner | |
| 2015-05-09 | Common: Remove the BIT macro | Yuri Kunde Schlesner | |
| When the macro was introduced in 326ec51261299e48de97592631c02523da9c8118 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro. | |||
| 2015-05-08 | Kernel: Remove unused g_main_thread variable | Yuri Kunde Schlesner | |
| 2015-05-08 | Process: Rename StaticAddressMapping => AddressMapping | Yuri Kunde Schlesner | |
| 2015-05-08 | Process: Use BitField to store process flags | Yuri Kunde Schlesner | |
| 2015-05-08 | Process: Support parsing of exheader kernel caps | Yuri Kunde Schlesner | |
| 2015-05-08 | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | |
