Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: refactor server architecture | Liam | 2023-02-21 | 2 | -32/+24 |
* | kernel: add KObjectName | Liam | 2023-02-17 | 1 | -3/+51 |
* | Merge pull request #9796 from liamwhite/current | liamwhite | 2023-02-15 | 22 | -108/+115 |
|\ | |||||
| * | kernel: use GetCurrentProcess | Liam | 2023-02-13 | 22 | -108/+115 |
* | | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 2023-02-14 | 3 | -3/+3 |
* | | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 2023-02-14 | 3 | -3/+3 |
|/ | |||||
* | kernel/svc: Fix undefined info_id | Colin Kinloch | 2023-02-11 | 1 | -2/+2 |
* | kernel/svc: switch to generated wrappers | Liam | 2023-02-07 | 37 | -258/+1809 |
* | kernel/svc: Split implementations into separate files | Liam | 2023-02-05 | 36 | -0/+2997 |