index
:
hurd/gnumach.git
k0ro/advisory_pageout/master
master
master-gdb_stubs
master-oskit
master-user_level_drivers-debian
master-x86_64
meltdown
mplaneta/gsoc12/prereview
mplaneta/gsoc12/review
mplaneta/gsoc12/review_v1
GNU Mach
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc
Age
Commit message (
Expand
)
Author
2024-12-09
Fix ipc_mqueue_receive locking documentation
Samuel Thibault
2024-12-06
ipc_kmsg: fix print of size of mach_msg_header
Etienne Brateau
2024-06-12
x86_64: fix msg size forwarding in case it's not set by userspace
Luca Dariz
2024-03-27
ipc: Turn ipc_entry_lookup_failed() into a macro
Sergey Bugaev
2024-03-27
Use the x86_64 message ABI on all 64-bit ports
Sergey Bugaev
2024-03-11
x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...
Flavio Cruz
2024-03-09
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-02-12
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2023-11-29
Use MACH_PORT_NAME_NULL and MACH_PORT_NAME_DEAD when checking for null or dea...
Flavio Cruz
2023-11-19
ipc_entry_lookup_failed: Also write message id in bogus port warning
Samuel Thibault
2023-11-18
ipc_entry_lookup: Generalize warnings about bogus port names
Samuel Thibault
2023-11-07
Fix assertion for i686 since mach_port_name_t and mach_port_t have the same size
Flavio Cruz
2023-11-01
64bit: Fix user memory leaks on non-inline port arrays
Samuel Thibault
2023-10-01
copyinmsg: Check that we have not overflown
Samuel Thibault
2023-10-01
ipc: Fix allocating kernel buffer for storing user message
Samuel Thibault
2023-10-01
Add and use ikm_cache_alloc/free/_try
Samuel Thibault
2023-10-01
mach_port_names: Make sure we did not overflow the allocated area
Samuel Thibault
2023-09-25
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-06-18
Fix copying in MACH_PORT_DEAD on x86_64
Sergey Bugaev
2023-05-06
Delete include/mach/rpc.h
Flavio Cruz
2023-02-27
Support alignment requirements for a 64 bit kernel.
Flavio Cruz
2023-02-12
fix port name size in notifications
Luca Dariz
2023-02-08
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-01-25
Set kr if copy cannot be copied to user space
Flavio Cruz
2023-01-19
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
Rename msg_is_misaligned and msg_align
Samuel Thibault
2023-01-19
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-18
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
add conversion helpers for invalid mach port names
Luca Dariz
2023-01-18
x86_64: expand and shrink messages in copy{in, out}msg routines
Luca Dariz
2023-01-18
add msg_user_header_t for user-side msg structure
Luca Dariz
2023-01-16
fix warnings
Luca Dariz
2023-01-16
remove unused file ipc/mach_rpc.c
Luca Dariz
2023-01-13
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...
Flavio Cruz
2023-01-13
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-10
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Flavio Cruz
2022-12-27
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-22
Drop spurious changes
v1.8+git20221224
Samuel Thibault
2022-12-22
Warn only once about not being able to recycle pages
Samuel Thibault
2022-12-21
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-11
Delete rpc copyout multiname code
Flavio Cruz
2022-12-03
Use mach_port_name_t in a few more places
Flavio Cruz
2022-11-30
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-29
Add missing gitignore rules
Samuel Thibault
2022-11-25
Delete ipc_info.h since it is not used
Flavio Cruz
2022-08-28
copyinmsg: Set msgh_size inside copyinmsg rather than the caller
Samuel Thibault
2022-08-28
kmsg: factorize uint32_t into an alignment type
Samuel Thibault
2022-08-28
kmsg: fix msg body alignment
Luca Dariz
2022-08-28
use port name type in mach_port_names()
Luca Dariz
2022-08-28
compute mach port size from the corresponding type
Luca Dariz
[next]