aboutsummaryrefslogtreecommitdiff
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
...
* ipc: use the name of the task for error messagesJustus Winter2014-02-011-2/+2
* ipc: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-177-14/+14
* Type definitionMarin Ramesa2013-12-152-2/+2
* Declare void argument listsMarin Ramesa2013-12-151-1/+1
* ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary castMarin Ramesa2013-12-111-1/+1
* ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary castMarin Ramesa2013-12-111-1/+1
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-2/+2
* ipc/port.h: update commentMarin Ramesa2013-12-091-1/+1
* ipc/mach_port.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* ipc/ipc_init.c: qualify constant with constMarin Ramesa2013-12-091-1/+1
* ipc/ipc_port.c: trivial stylistic fix for consistencyMarin Ramesa2013-12-081-1/+1
* Add comments after endifsMarin Ramesa2013-12-081-1/+1
* ipc/mach_port.c: remove forward declarationMarin Ramesa2013-12-052-2/+6
* ipc/ipc_entry.c: remove forward declarationMarin Ramesa2013-12-052-5/+5
* ipc/ipc_kmsg.h: update commentMarin Ramesa2013-12-051-2/+1
* kern/task.c: remove forward declarationsMarin Ramesa2013-12-051-0/+1
* ipc/mach_msg.c: remove forward declarationsMarin Ramesa2013-12-051-3/+1
* ipc/ipc_table.c: remove forward declarationMarin Ramesa2013-12-052-9/+6
* ipc/ipc_kmsg.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* Export mach_port_destroy declarationRichard Braun2013-11-241-0/+5
* ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_tMarin Ramesa2013-11-201-0/+1
* Add copyrightMarin Ramesa2013-11-191-0/+18
* Add ifndefsMarin Ramesa2013-11-181-0/+4
* ipc: remove register qualifiersMarin Ramesa2013-11-111-4/+4
* ipc: remove register qualifiersMarin Ramesa2013-11-111-41/+41
* ipc: qualify constants with constMarin Ramesa2013-11-111-2/+2
* ipc: trivial stylistic fix for consistencyMarin Ramesa2013-11-111-1/+1
* ipc: remove register qualifiersMarin Ramesa2013-11-111-2/+2
* ipc: organize ipc print function prototypesMarin Ramesa2013-07-186-6/+23
* Remove unused variableMiguel Figueiredo2013-06-021-1/+0
* Add statistics for task_events_infoDavid Höppner2013-01-131-0/+4
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-043-0/+12
* Store threads waiting on a message queue in LIFO orderRichard Braun2012-08-241-0/+6
* Merge kalloc_map into kmem_mapRichard Braun2012-07-071-3/+4
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-094-8/+8
* Improve ipc hash/marequest init readabilityRichard Braun2012-01-094-6/+7
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-174-27/+5
* Adjust VM initializationRichard Braun2011-12-171-3/+4
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-179-55/+37
* fix copy out-of-line data when length >= 512MBSergio Lopez2011-09-281-4/+4
* Make ipc_space_zone not exhaustibleSamuel Thibault2011-08-221-1/+1
* Do not warn for cross-space spurious port deallocationSamuel Thibault2011-08-101-4/+4
* Add more spurious deallocation debuggingSamuel Thibault2011-08-101-2/+2
* Update constants to nowadays standardsSamuel Thibault2011-04-241-1/+1
* Drop spurious warningSamuel Thibault2011-04-231-3/+1
* Warn once when part of the kernel is lacking spaceSamuel Thibault2011-04-221-1/+4
* Warn once when part of the kernel is lacking memorySamuel Thibault2011-04-201-2/+7
* Also warn about mach_port_destroy on invalid portsSamuel Thibault2011-03-141-2/+9
* Align mach_port_deallocate debug flag with usageSamuel Thibault2009-12-221-2/+2
* Do not systematically debug buggy port deallocationSamuel Thibault2009-12-221-1/+3