| plan 9 kernel history: overview | file list | diff list |
1991/0727/pc/trap.c (diff list | history)
| 1991/0725/sys/src/9/pc/trap.c:279,284 – 1991/0727/sys/src/9/pc/trap.c:279,285 (short | long | prev | next) | ||
| 1991/0720 | unlock(&u->p->debug); return; } | |
| 1991/0727 | u->p->notepending = 0; | |
| 1991/0720 | if(u->note[0].flag!=NUser && (u->notified || u->notify==0)){ if(u->note[0].flag == NDebug) pprint("suicide: %s\n", u->note[0].msg); | |