| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #750 from Subv/process_svc | 2015-05-11 | 1 | -0/+2 | |
| |\ | |||||
| | * | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | 2015-05-11 | 1 | -0/+2 | |
| * | | Thread: Correctly set main thread initial stack position | 2015-05-11 | 1 | -1/+1 | |
| |/ | |||||
| * | Common: Remove the BIT macro | 2015-05-09 | 1 | -2/+2 | |
| * | Kernel: Remove unused g_main_thread variable | 2015-05-08 | 1 | -1/+1 | |
| * | Process: Rename StaticAddressMapping => AddressMapping | 2015-05-08 | 1 | -3/+3 | |
| * | Process: Use BitField to store process flags | 2015-05-08 | 1 | -10/+4 | |
| * | Process: Support parsing of exheader kernel caps | 2015-05-08 | 1 | -3/+70 | |
| * | Kernel: Introduce skeleton Process class to hold process data | 2015-05-08 | 1 | -0/+35 | |