aboutsummaryrefslogtreecommitdiff
path: root/utils/rpctrace.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-3/+6
| | | | | | * rpctrace.c (traced_spawn) [KERN_INVALID_LEDGER]: Pass extra arguments to task_create for OSF variant. * shd.c (run): Likewise.
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-10-151-1/+4
| | | | | * rpctrace.c (trace_and_forward): Move assert on expected port type to after check for notifications (which always use fake send-once rights).
* 2001-06-06 Roland McGrath <roland@frob.com>Roland McGrath2001-06-061-0/+2
| | | | | | * rpctrace.c (trace_and_forward): Assert that INFO has the same port right type as the right we looked up. Don't consider a message a reply unless its receiver is a send-once right.
* 2001-06-06 Roland McGrath <roland@frob.com>Roland McGrath2001-06-061-1/+3
| | | | | | * rpctrace.c (print_reply_header): Don't call unfinished_line if expected_reply_port is null, indicating the last line was finished as a simpleroutine.
* 2001-02-27 Roland McGrath <roland@frob.com>Roland McGrath2001-02-271-225/+481
| | | | * rpctrace.c: Overhaul output handling.
* 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.