aboutsummaryrefslogtreecommitdiff
path: root/kern/ipc_kobject.c
Commit message (Expand)AuthorAgeFilesLines
* Add and use ikm_cache_alloc/free/_trySamuel Thibault2023-10-011-5/+1
* Use designated initializers in kern/ipc_kobject.cFlavio Cruz2023-05-051-7/+8
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-9/+4
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-1/+1
* Add experimental RPC infrastructureSamuel Thibault2020-07-091-0/+2
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter2014-04-301-4/+1
* kern: include the mig-generated server headers in ipc_kobject.cJustus Winter2014-01-161-11/+12
* Add statistics for task_events_infoDavid Höppner2013-01-131-2/+8
* Fix gnumach_server_routine prototypeSamuel Thibault2012-09-231-1/+1
* Provide basic page cache statisticsRichard Braun2012-09-231-0/+2
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Add prototypes for memory_object_proxy.c functionsFridolín Pokorný2011-09-031-0/+1
* Add memory object proxiesSamuel Thibault2009-11-281-0/+3
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-30/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-15/+15
* Initial sourceThomas Bushnell1997-02-251-0/+391