aboutsummaryrefslogtreecommitdiff
path: root/utils/rpctrace.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-181-25/+8
| | | | | | * rpctrace.c (rewrite_right): If we see our own wrapper right, unwrap and replace it with the original send right. (trace_and_forward): Remove vm_map special case.
* (trace_and_forward): rehack special cases for mach_port_insert_right and vm_mapRoland McGrath1999-07-181-7/+34
|
* 1999-07-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-181-138/+570
| | | | | * rpctrace.c: Mostly rewritten. Now mostly working with skeletal functionality.
* 1999-07-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-161-0/+271
* rpctrace.c: New file, from josem and gord. Not yet functional. * Makefile (rpctrace): New target. (targets): Add rpctrace. (SRCS): Add rpctrace.c.