aboutsummaryrefslogtreecommitdiff
path: root/ipc/ipc_entry.c
Commit message (Expand)AuthorAgeFilesLines
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-181-1/+1
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-6/+5
* ipc: fix the locking of the IPC entry allocation functionsJustus Winter2015-07-151-19/+2
* ipc: inline key ipc entry lookup functionsJustus Winter2015-05-201-119/+0
* ipc: replace the IPC table with a radix treeJustus Winter2015-05-201-613/+107
* ipc: replace reverse hash table with a radix treeJustus Winter2015-05-201-3/+2
* Convert from K&R to ANSIMarin Ramesa2014-04-041-9/+8
* ipc: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-1/+1
* ipc/ipc_entry.c: remove forward declarationMarin Ramesa2013-12-051-5/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-2/+2
* Drop spurious warningSamuel Thibault2011-04-231-3/+1
* Warn once when part of the kernel is lacking spaceSamuel Thibault2011-04-221-1/+4
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* [MACH_KDB]: Add include of <kern/task.h>.Miles Bader1997-04-231-0/+2
* Initial sourceThomas Bushnell1997-02-251-0/+858