index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc
/
ipc_kmsg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc_kmsg: fix print of size of mach_msg_header
Etienne Brateau
2024-12-06
1
-1
/
+1
*
Use the x86_64 message ABI on all 64-bit ports
Sergey Bugaev
2024-03-27
1
-2
/
+2
*
x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...
Flavio Cruz
2024-03-11
1
-15
/
+37
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
1
-1
/
+1
*
ipc_entry_lookup_failed: Also write message id in bogus port warning
Samuel Thibault
2023-11-19
1
-10
/
+10
*
ipc_entry_lookup: Generalize warnings about bogus port names
Samuel Thibault
2023-11-18
1
-3
/
+28
*
Fix assertion for i686 since mach_port_name_t and mach_port_t have the same size
Flavio Cruz
2023-11-07
1
-1
/
+2
*
64bit: Fix user memory leaks on non-inline port arrays
Samuel Thibault
2023-11-01
1
-1
/
+5
*
copyinmsg: Check that we have not overflown
Samuel Thibault
2023-10-01
1
-1
/
+1
*
ipc: Fix allocating kernel buffer for storing user message
Samuel Thibault
2023-10-01
1
-3
/
+4
*
Add and use ikm_cache_alloc/free/_try
Samuel Thibault
2023-10-01
1
-15
/
+4
*
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-09-25
1
-0
/
+4
*
Fix copying in MACH_PORT_DEAD on x86_64
Sergey Bugaev
2023-06-18
1
-4
/
+3
*
Support alignment requirements for a 64 bit kernel.
Flavio Cruz
2023-02-27
1
-89
/
+55
*
Set kr if copy cannot be copied to user space
Flavio Cruz
2023-01-25
1
-1
/
+3
*
Rename msg_is_misaligned and msg_align
Samuel Thibault
2023-01-19
1
-20
/
+20
*
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
1
-21
/
+19
*
x86_64: expand and shrink messages in copy{in, out}msg routines
Luca Dariz
2023-01-18
1
-15
/
+32
*
add msg_user_header_t for user-side msg structure
Luca Dariz
2023-01-18
1
-3
/
+3
*
fix warnings
Luca Dariz
2023-01-16
1
-2
/
+1
*
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-13
1
-4
/
+4
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-5
/
+5
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
1
-21
/
+37
*
copyinmsg: Set msgh_size inside copyinmsg rather than the caller
Samuel Thibault
2022-08-28
1
-1
/
+0
*
kmsg: factorize uint32_t into an alignment type
Samuel Thibault
2022-08-28
1
-2
/
+10
*
kmsg: fix msg body alignment
Luca Dariz
2022-08-28
1
-27
/
+22
*
simplify ipc_kmsg_copyout_body() usage
Luca Dariz
2022-08-28
1
-16
/
+8
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-1
/
+1
*
Use uint32_t instead of unsigned32_t.
Flavio Cruz
2016-04-04
1
-4
/
+4
*
ipc: replace the IPC table with a radix tree
Justus Winter
2015-05-20
1
-20
/
+12
*
ipc: undo manual inlining of `ipc_entry_X' functions
Justus Winter
2015-05-20
1
-81
/
+26
*
Avoid accessing ip_protected_payload without the lock.
Samuel Thibault
2015-04-23
1
-7
/
+14
*
ipc: guard test code with `MACH_IPC_TEST'
Justus Winter
2014-12-16
1
-3
/
+1
*
ipc: provide the protected payload in ipc_kmsg_copyout_header
Justus Winter
2014-10-01
1
-13
/
+45
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-67
/
+63
*
ipc/ipc_kmsg.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-4
/
+0
*
ipc: remove register qualifiers
Marin Ramesa
2013-11-11
1
-2
/
+2
*
ipc: organize ipc print function prototypes
Marin Ramesa
2013-07-18
1
-0
/
+1
*
fix copy out-of-line data when length >= 512MB
Sergio Lopez
2011-09-28
1
-4
/
+4
*
2008-07-23 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-2
/
+2
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+2
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+2
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-01-06 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-0
/
+4
*
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-494
/
+0
*
2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+0
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-05 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-2
/
+4
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-4
/
+0
[next]