Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9796 from liamwhite/current | liamwhite | 2023-02-15 | 1 | -2/+3 |
|\ | |||||
| * | kernel: use GetCurrentProcess | Liam | 2023-02-13 | 1 | -2/+3 |
* | | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 2023-02-14 | 1 | -1/+1 |
* | | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 2023-02-14 | 1 | -1/+1 |
|/ | |||||
* | kernel/svc: switch to generated wrappers | Liam | 2023-02-07 | 1 | -1/+22 |
* | kernel/svc: Split implementations into separate files | Liam | 2023-02-05 | 1 | -0/+44 |