aboutsummaryrefslogtreecommitdiff
path: root/ipc/ipc_kmsg.c
Commit message (Expand)AuthorAgeFilesLines
* ipc_kmsg: fix print of size of mach_msg_headerEtienne Brateau2024-12-061-1/+1
* Use the x86_64 message ABI on all 64-bit portsSergey Bugaev2024-03-271-2/+2
* x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...Flavio Cruz2024-03-111-15/+37
* move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD2024-03-091-1/+1
* ipc_entry_lookup_failed: Also write message id in bogus port warningSamuel Thibault2023-11-191-10/+10
* ipc_entry_lookup: Generalize warnings about bogus port namesSamuel Thibault2023-11-181-3/+28
* Fix assertion for i686 since mach_port_name_t and mach_port_t have the same sizeFlavio Cruz2023-11-071-1/+2
* 64bit: Fix user memory leaks on non-inline port arraysSamuel Thibault2023-11-011-1/+5
* copyinmsg: Check that we have not overflownSamuel Thibault2023-10-011-1/+1
* ipc: Fix allocating kernel buffer for storing user messageSamuel Thibault2023-10-011-3/+4
* Add and use ikm_cache_alloc/free/_trySamuel Thibault2023-10-011-15/+4
* Update the 64bit RPC ABI to be simplerFlavio Cruz2023-09-251-0/+4
* Fix copying in MACH_PORT_DEAD on x86_64Sergey Bugaev2023-06-181-4/+3
* Support alignment requirements for a 64 bit kernel.Flavio Cruz2023-02-271-89/+55
* Set kr if copy cannot be copied to user spaceFlavio Cruz2023-01-251-1/+3
* Rename msg_is_misaligned and msg_alignSamuel Thibault2023-01-191-20/+20
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-181-21/+19
* x86_64: expand and shrink messages in copy{in, out}msg routinesLuca Dariz2023-01-181-15/+32
* add msg_user_header_t for user-side msg structureLuca Dariz2023-01-181-3/+3
* fix warningsLuca Dariz2023-01-161-2/+1
* Use rpc_uintptr_t for protected payloads.Flavio Cruz2023-01-131-4/+4
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-5/+5
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-21/+37
* copyinmsg: Set msgh_size inside copyinmsg rather than the callerSamuel Thibault2022-08-281-1/+0
* kmsg: factorize uint32_t into an alignment typeSamuel Thibault2022-08-281-2/+10
* kmsg: fix msg body alignmentLuca Dariz2022-08-281-27/+22
* simplify ipc_kmsg_copyout_body() usageLuca Dariz2022-08-281-16/+8
* Fix gcc-6 warningsSamuel Thibault2016-05-181-1/+1
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-041-4/+4
* ipc: replace the IPC table with a radix treeJustus Winter2015-05-201-20/+12
* ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter2015-05-201-81/+26
* Avoid accessing ip_protected_payload without the lock.Samuel Thibault2015-04-231-7/+14
* ipc: guard test code with `MACH_IPC_TEST'Justus Winter2014-12-161-3/+1
* ipc: provide the protected payload in ipc_kmsg_copyout_headerJustus Winter2014-10-011-13/+45
* Convert from K&R to ANSIMarin Ramesa2014-04-041-67/+63
* ipc/ipc_kmsg.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* ipc: remove register qualifiersMarin Ramesa2013-11-111-2/+2
* ipc: organize ipc print function prototypesMarin Ramesa2013-07-181-0/+1
* fix copy out-of-line data when length >= 512MBSergio Lopez2011-09-281-4/+4
* 2008-07-23 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-01-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+4
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-494/+0
* 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+0
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+4
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0