Age | Commit message (Expand) | Author |
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 |
2013-11-11 | ipc: qualify constants with const | Marin Ramesa |
2013-11-11 | ipc: trivial stylistic fix for consistency | Marin Ramesa |
2013-11-11 | ipc: remove register qualifiers | Marin Ramesa |
2013-07-18 | ipc: organize ipc print function prototypes | Marin Ramesa |
2013-06-02 | Remove unused variable | Miguel Figueiredo |
2013-01-13 | Add statistics for task_events_info | David Höppner |
2013-01-04 | Fix compilation warning implicit function declaration kdbprintf | David Höppner |
2012-08-24 | Store threads waiting on a message queue in LIFO order | Richard Braun |
2012-07-07 | Merge kalloc_map into kmem_map | Richard Braun |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-01-09 | Improve ipc hash/marequest init readability | Richard Braun |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Adjust VM initialization | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-09-28 | fix copy out-of-line data when length >= 512MB | Sergio Lopez |
2011-08-22 | Make ipc_space_zone not exhaustible | Samuel Thibault |
2011-08-10 | Do not warn for cross-space spurious port deallocation | Samuel Thibault |
2011-08-10 | Add more spurious deallocation debugging | Samuel Thibault |
2011-04-24 | Update constants to nowadays standards | Samuel Thibault |
2011-04-23 | Drop spurious warning | Samuel Thibault |
2011-04-22 | Warn once when part of the kernel is lacking space | Samuel Thibault |
2011-04-20 | Warn once when part of the kernel is lacking memory | Samuel Thibault |
2011-03-14 | Also warn about mach_port_destroy on invalid ports | Samuel Thibault |
2009-12-22 | Align mach_port_deallocate debug flag with usage | Samuel Thibault |
2009-12-22 | Do not systematically debug buggy port deallocation | Samuel Thibault |
2009-12-21 | Invoke debugger on duplicate port deallocation | Samuel Thibault |