Lioncash
896c81246e
kernel/ipc: Resolve missing initializer warnings
...
In C++ projects with higher warning levels, this header can cause some
missing initializer warnings to leak over. This silences those from
occurring.
2019-04-16 00:54:20 +02:00
yellows8
567828f44e
Fixed doxygen issues / improved docs. Closes #230 .
2019-02-19 16:56:33 -05:00
yellows8
3dce07d78c
Fixed broken object sending in ipcPrepareHeaderForDomain(), and added serviceSendObject().
2018-12-16 18:10:37 -05:00
yellows8
68846af044
Removed alignment for object_ids in ipcParseDomainResponse, since official sw doesn't have this.
2018-11-28 16:37:33 -05:00
Michael Scire
40e0bf4db7
Refactor service IPC to support domains.
2018-10-16 17:56:39 -04:00
fincs
ad17cb74c7
kernel/ipc.h: add ipcCloneSession
2018-09-14 01:35:24 +02:00
SciresM
773ff46543
Improve IpcParsedCommand domain message info. ( #112 )
...
* Improve IpcParsedCommand domain message info.
2018-06-25 11:08:48 -04:00
yellows8
02ff4915d9
Initialize cmdreq buf[1] in ipcCloseSession().
2018-05-11 11:25:46 -04:00
fincs
6bc917fae2
ipc.h: don't implicitly cast int to BufferType
2018-05-09 02:44:40 +02:00
TuxSH
635599491c
Add ipcAddSendSmart, ipcAddRecvSmart, use where applicable
2018-05-08 16:17:13 -04:00
SciresM
f40f544a07
IPC: Improve information available in IpcParsedCommand ( #72 )
...
* IPC: Add C descriptor support to IpcParsedCommand
* Add Command Type to IpcParsedCommand
* Replace constants with IpcCommandType where relevant.
* Add RawWithoutPadding pointer, required for serverside deserialization calculations.
2018-04-22 01:14:46 +02:00
Michael Scire
b18854555a
IPC: Fix incorrect parsing of X descriptor addresses
2018-04-22 01:13:49 +02:00
cpasjuste
4677266d53
ipc.h: fix BufferType invalid conversion (c++)
2018-03-14 13:34:00 +01:00
plutoo
e112ab6968
Fix ipc session close race properly
2018-03-11 13:21:36 +01:00
plutoo
1dfb1beafb
Ipc bugfix
2018-03-10 17:49:17 +01:00
plutoo
d54db1ac16
Includefix
2018-03-10 14:05:14 +01:00
plutoo
d12e99e3ad
Move ipc.h to kernel/
2018-03-10 14:03:29 +01:00