Age | Commit message (Expand) | Author |
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 |
2013-12-05 | ipc/ipc_table.c: remove forward declaration | Marin Ramesa |
2013-12-05 | ipc/ipc_kmsg.c: remove forward declarations | Marin Ramesa |
2013-11-24 | Export mach_port_destroy declaration | Richard Braun |
2013-11-20 | ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_t | Marin Ramesa |
2013-11-19 | Add copyright | Marin Ramesa |
2013-11-18 | Add ifndefs | Marin Ramesa |
2013-11-11 | ipc: remove register qualifiers | Marin Ramesa |
2013-11-11 | ipc: remove register qualifiers | Marin Ramesa |