Commit Graph

12 Commits (a13ab958cbba75bc9abd1ca50f3030a10a75784e)

Author SHA1 Message Date
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Yuri Kunde Schlesner 92ca422088 Kernel: Allow clearing request_objects to re-use buffer space
Reduces the necessary allocation to max(in_handles, out_handles) rather
than (in_handles + out_handles).
8 years ago
Yuri Kunde Schlesner 21436f5ef7 IPC: Add Pop/PushObjects methods to RequestParser/Builder
These use the context functions to create and look-up handles for the
user.
8 years ago
Yuri Kunde Schlesner 1c4b0ebb1f IPC: Add basic HLERequestContext support to RequestParser/Builder 8 years ago
Yuri Kunde Schlesner be031989ee Kernel: Move HandleTable to a separate file 8 years ago
Lectem 12ed746477 IPCHelper Skip method + address comments for apt 8 years ago
Lectem 77f4fc473f fix #2560 and other comments 8 years ago
Lectem fb70c9683c move push out of class body and add u8 u16 bool specializations 8 years ago
Lectem 501e23ce59 refactor APT service to use the new IPC helpers 8 years ago
Lectem 2ee472b9c7 fix wwylele's comment and use typename in templates 9 years ago
Lectem f91c51467a move Pop methods out of class body 9 years ago
Lectem 8f2b642415 IPC helpers 9 years ago