Plan 9 from Bell Labs 1993-01-12
1 files changed, 3 insertions(+), 0 deletions(-) M port/proc.c
M port/proc.c => port/proc.c +3 -0
@@ 394,6 394,9 @@ postnote(Proc *p, int dolock, char *n, int flag) if(dolock) qlock(&p->debug); + if(p->kp) + print("sending %s to kproc %d %s\n", n, p->pid, p->text); + if(p->upage == 0){ if(dolock) qunlock(&p->debug);