| plan 9 kernel history: overview | file list | diff list |
1991/1218/gnot/fault68020.c (diff list | history)
| 1991/1112/sys/src/9/gnot/fault68020.c:90,97 – 1991/1218/sys/src/9/gnot/fault68020.c:90,97 (short | long | prev | next) | ||
| 1990/1212 | if(fault(addr, read) < 0){ if(user){ | |
| 1991/0719 |
| |
| 1991/1218 | sprint(buf, "sys: trap: fault %s addr=0x%lux", read? "read" : "write", badvaddr); | |
| 1991/0719 | postnote(u->p, 1, buf, NDebug); notify(ur); return; | |