Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ServiceFramework: Use separate copy of command buffer | Yuri Kunde Schlesner | 2017-06-11 | 1 | -0/+3 |
| | | | | | | Copy the IPC command buffer to/from the request context before/after the handler is invoked. This is part of a move away from using global data for handling IPC requests. | ||||
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -0/+7 |
| | |||||
* | move push out of class body and add u8 u16 bool specializations | Lectem | 2017-03-18 | 1 | -3/+4 |
| | |||||
* | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 1 | -2/+2 |
| | | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues. | ||||
* | HLE/IPC: Fix uninitialized variables in helpers (#2568) | Yuri Kunde Schlesner | 2017-02-14 | 1 | -3/+3 |
| | | | Fixes #2567 | ||||
* | fix comments alignment | Lectem | 2016-12-30 | 1 | -22/+22 |
| | |||||
* | IPC helpers | Lectem | 2016-12-26 | 1 | -48/+63 |
| | |||||
* | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Kernel/IPC: Small codestyle cleanup | Subv | 2016-12-09 | 1 | -2/+0 |
| | |||||
* | Use std::move where appropriate. | Subv | 2016-12-08 | 1 | -0/+162 |