aboutsummaryrefslogtreecommitdiff
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Fix ipc_mqueue_receive locking documentationSamuel Thibault2024-12-091-1/+2
* ipc_kmsg: fix print of size of mach_msg_headerEtienne Brateau2024-12-061-1/+1
* x86_64: fix msg size forwarding in case it's not set by userspaceLuca Dariz2024-06-121-1/+3
* ipc: Turn ipc_entry_lookup_failed() into a macroSergey Bugaev2024-03-271-9/+13
* 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-112-115/+60
* move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD2024-03-095-3/+719
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-121-0/+1
* Use MACH_PORT_NAME_NULL and MACH_PORT_NAME_DEAD when checking for null or dea...Flavio Cruz2023-11-291-1/+1
* ipc_entry_lookup_failed: Also write message id in bogus port warningSamuel Thibault2023-11-193-16/+16
* ipc_entry_lookup: Generalize warnings about bogus port namesSamuel Thibault2023-11-184-4/+54
* 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-012-2/+2
* ipc: Fix allocating kernel buffer for storing user messageSamuel Thibault2023-10-013-4/+15
* Add and use ikm_cache_alloc/free/_trySamuel Thibault2023-10-013-22/+52
* mach_port_names: Make sure we did not overflow the allocated areaSamuel Thibault2023-10-011-1/+2
* 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
* Delete include/mach/rpc.hFlavio Cruz2023-05-063-3/+0
* Support alignment requirements for a 64 bit kernel.Flavio Cruz2023-02-271-89/+55
* fix port name size in notificationsLuca Dariz2023-02-122-4/+5
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+2
* Set kr if copy cannot be copied to user spaceFlavio Cruz2023-01-251-1/+3
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-2/+1
* Rename msg_is_misaligned and msg_alignSamuel Thibault2023-01-191-20/+20
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-193-133/+2
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-189-38/+47
* add conversion helpers for invalid mach port namesLuca Dariz2023-01-181-0/+20
* x86_64: expand and shrink messages in copy{in, out}msg routinesLuca Dariz2023-01-183-25/+44
* add msg_user_header_t for user-side msg structureLuca Dariz2023-01-184-12/+12
* fix warningsLuca Dariz2023-01-162-3/+2
* remove unused file ipc/mach_rpc.cLuca Dariz2023-01-161-150/+0
* Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...Flavio Cruz2023-01-131-0/+1
* Use rpc_uintptr_t for protected payloads.Flavio Cruz2023-01-136-12/+12
* Preemptively fix warnings that will be caused by -Wmissing-prototypesFlavio Cruz2023-01-102-4/+100
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-273-13/+13
* Drop spurious changesSamuel Thibault2022-12-221-1/+1
* Warn only once about not being able to recycle pagesSamuel Thibault2022-12-221-1/+1
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-213-8/+8
* Delete rpc copyout multiname codeFlavio Cruz2022-12-112-91/+0
* Use mach_port_name_t in a few more placesFlavio Cruz2022-12-034-10/+9
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-3028-241/+255
* Add missing gitignore rulesSamuel Thibault2022-11-291-0/+2
* Delete ipc_info.h since it is not usedFlavio Cruz2022-11-251-1/+0
* copyinmsg: Set msgh_size inside copyinmsg rather than the callerSamuel Thibault2022-08-282-3/+0
* kmsg: factorize uint32_t into an alignment typeSamuel Thibault2022-08-281-2/+10
* kmsg: fix msg body alignmentLuca Dariz2022-08-281-27/+22
* use port name type in mach_port_names()Luca Dariz2022-08-281-6/+6
* compute mach port size from the corresponding typeLuca Dariz2022-08-281-9/+3