index
:
teythoon/gnumach.git
fix-ipc-space-locking-2015-07-27
fix-ipc-space-locking-2015-08-15
justus/dde-0
master
pmm-2015-07-27
pmm-2015-08-12
pmm-2015-08-14
pmm-2015-08-15
pmm-2015-08-16
pmm-2015-08-26
pmm-2015-08-28
pmm-2015-09-25
Personal GNU Mach development repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc
Age
Commit message (
Expand
)
Author
2015-09-14
kern/slab: directmap update
Richard Braun
2015-09-14
codify locking contracts
Justus Winter
2015-09-14
ipc/ipc_mqueue: use a general lock
Justus Winter
2015-09-14
ipc: use a general lock for the ipc_port_multiple lock
Justus Winter
2015-09-14
kern: use a general lock for the IPC structures
Justus Winter
2015-09-14
yyy more general locks, crashes, maybe b/c interrupt handler
Justus Winter
2015-09-14
ipc: fix locking issues
Justus Winter
2015-07-25
ipc/space: inline reference counting
Justus Winter
2015-07-15
ipc: use a general lock to protect IPC spaces
Justus Winter
2015-07-15
ipc: fix the locking of the IPC entry allocation functions
Justus Winter
2015-07-12
ipc: avoid kmem_alloc
Justus Winter
2015-06-05
Use custom port macros.
Flávio Cruz
2015-05-31
ipc: fix typo
Justus Winter
2015-05-31
Include the notify protocol in `gnumach.msgids'
Justus Winter
2015-05-22
ipc: drop remnants of the IPC tables
Justus Winter
2015-05-22
ipc: drop size parameter from `ipc_space_create'
Justus Winter
2015-05-20
ipc: inline key ipc entry lookup functions
Justus Winter
2015-05-20
ipc: replace the IPC table with a radix tree
Justus Winter
2015-05-20
ipc: replace reverse hash table with a radix tree
Justus Winter
2015-05-20
ipc: undo manual inlining of `ipc_entry_X' functions
Justus Winter
2015-05-19
kern: import `macros.h' from x15
Justus Winter
2015-04-23
Avoid accessing ip_protected_payload without the lock.
Samuel Thibault
2015-01-22
ipc: warn about more port management bugs
Justus Winter
2015-01-02
ipc: Fix typo in comment (found by codespell)
Stefan Weil
2014-12-16
ipc: guard test code with `MACH_IPC_TEST'
Justus Winter
2014-12-16
ipc: tune size of cached kernel message buffers
Justus Winter
2014-12-09
Retire procedure `old_mach_port_get_receive_status'
Justus Winter
2014-11-02
Fix build when gcc avoids inlining
Samuel Thibault
2014-10-01
ipc: provide the protected payload in ipc_kmsg_copyout_header
Justus Winter
2014-10-01
ipc: implement mach_port_{set,clear}_protected_payload
Justus Winter
2014-10-01
ipc: add protected payload
Justus Winter
2014-09-30
ipc: use fast modulo operation in local hash table
Justus Winter
2014-04-04
Convert from K&R to ANSI
Marin Ramesa
2014-02-01
ipc: use the name of the task for error messages
Justus Winter
2013-12-17
ipc: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-15
Type definition
Marin Ramesa
2013-12-15
Declare void argument lists
Marin Ramesa
2013-12-11
ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
Marin Ramesa
2013-12-11
ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
Marin Ramesa
2013-12-11
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-09
ipc/port.h: update comment
Marin Ramesa
2013-12-09
ipc/mach_port.c: use boolean instead of an int
Marin Ramesa
2013-12-09
ipc/ipc_init.c: qualify constant with const
Marin Ramesa
2013-12-08
ipc/ipc_port.c: trivial stylistic fix for consistency
Marin Ramesa
2013-12-08
Add comments after endifs
Marin Ramesa
2013-12-05
ipc/mach_port.c: remove forward declaration
Marin Ramesa
2013-12-05
ipc/ipc_entry.c: remove forward declaration
Marin Ramesa
2013-12-05
ipc/ipc_kmsg.h: update comment
Marin Ramesa
2013-12-05
kern/task.c: remove forward declarations
Marin Ramesa
2013-12-05
ipc/mach_msg.c: remove forward declarations
Marin Ramesa
[next]