summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2014-10-01ipc: add protected payloadJustus Winter
2014-09-30ipc: use fast modulo operation in local hash tableJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-02-01ipc: use the name of the task for error messagesJustus Winter
2013-12-17ipc: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Type definitionMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary castMarin Ramesa
2013-12-11ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary castMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09ipc/port.h: update commentMarin Ramesa
2013-12-09ipc/mach_port.c: use boolean instead of an intMarin Ramesa
2013-12-09ipc/ipc_init.c: qualify constant with constMarin Ramesa
2013-12-08ipc/ipc_port.c: trivial stylistic fix for consistencyMarin Ramesa
2013-12-08Add comments after endifsMarin Ramesa
2013-12-05ipc/mach_port.c: remove forward declarationMarin Ramesa
2013-12-05ipc/ipc_entry.c: remove forward declarationMarin Ramesa
2013-12-05ipc/ipc_kmsg.h: update commentMarin Ramesa
2013-12-05kern/task.c: remove forward declarationsMarin Ramesa
2013-12-05ipc/mach_msg.c: remove forward declarationsMarin Ramesa
2013-12-05ipc/ipc_table.c: remove forward declarationMarin Ramesa
2013-12-05ipc/ipc_kmsg.c: remove forward declarationsMarin Ramesa
2013-11-24Export mach_port_destroy declarationRichard Braun
2013-11-20ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_tMarin Ramesa
2013-11-19Add copyrightMarin Ramesa
2013-11-18Add ifndefsMarin Ramesa
2013-11-11ipc: remove register qualifiersMarin Ramesa
2013-11-11ipc: remove register qualifiersMarin Ramesa
2013-11-11ipc: qualify constants with constMarin Ramesa
2013-11-11ipc: trivial stylistic fix for consistencyMarin Ramesa
2013-11-11ipc: remove register qualifiersMarin Ramesa
2013-07-18ipc: organize ipc print function prototypesMarin Ramesa
2013-06-02Remove unused variableMiguel Figueiredo
2013-01-13Add statistics for task_events_infoDavid Höppner
2013-01-04Fix compilation warning implicit function declaration kdbprintfDavid Höppner
2012-08-24Store threads waiting on a message queue in LIFO orderRichard Braun
2012-07-07Merge kalloc_map into kmem_mapRichard Braun
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-01-09Improve ipc hash/marequest init readabilityRichard Braun
2011-12-17Remove arbitrary limits used by the zone systemRichard Braun
2011-12-17Adjust VM initializationRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-09-28fix copy out-of-line data when length >= 512MBSergio Lopez
2011-08-22Make ipc_space_zone not exhaustibleSamuel Thibault
2011-08-10Do not warn for cross-space spurious port deallocationSamuel Thibault
2011-08-10Add more spurious deallocation debuggingSamuel Thibault
2011-04-24Update constants to nowadays standardsSamuel Thibault
2011-04-23Drop spurious warningSamuel Thibault
2011-04-22Warn once when part of the kernel is lacking spaceSamuel Thibault
2011-04-20Warn once when part of the kernel is lacking memorySamuel Thibault