aboutsummaryrefslogtreecommitdiff
path: root/ipc/mach_port.h
Commit message (Collapse)AuthorAgeFilesLines
* ddb: debug traps and port referencesJustus Winter2017-08-051-0/+4
| | | | | | | | | | | * ddb/db_command.c (db_debug_all_traps_cmd): New declaration and function. (db_debug_port_references_cmd): Likewise. * doc/mach.texi: Describe new commands. * i386/i386/db_interface.h (db_debug_all_traps): New declaration. * i386/i386/trap.c (db_debug_all_traps): New function. * ipc/mach_port.c (db_debug_port_references): New function. * ipc/mach_port.h (db_debug_port_references): New declaration.
* ipc/mach_port.c: remove forward declarationMarin Ramesa2013-12-051-0/+6
| | | | | * ipc/mach_port.c (mach_port_get_receive_status): Remove forward declaration. * ipc/mach_port.h (mach_port_get_receive_status): Add prototype.
* Export mach_port_destroy declarationRichard Braun2013-11-241-0/+5
| | | | * ipc/mach_port.h (mach_port_destroy): Add prototype.
* Correct copyright year.Thomas Schwinge2009-06-181-2/+2
|
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+57
* ipc/mach_port.h: New header. * ipc/mach_port.c: Include <ipc/mach_port.h>. (mach_port_get_receive_status): Add forward declaration. * kern/bootstrap.c: Include <ipc/mach_port.h>. * kern/ipc_mig.c: Likewise. * kern/syscall_sw.c: Likewise.