| plan 9 kernel history: overview | file list | diff list |
1990/1226/port/page.c (diff list | history)
| 1990/1226/sys/src/9/port/page.c:85,91 – 1991/0110/sys/src/9/port/page.c:85,91 (short | long | prev | next) | ||
| 1990/0303 | do;while(here); here=1; | |
| 1990/0227 | p = palloc.head; | |
| 1991/0110 | nf = nb = 0; | |
| 1990/0227 | while(p){ | |
| 1990/0303 | print("%lux %lux %d\n", p->pa, p->va, p->ref); if(p->o){ | |
| 1990/1226/sys/src/9/port/page.c:208,214 – 1991/0110/sys/src/9/port/page.c:208,214 | ||
| 1990/0227 | goto loop; out: if(p->o){ | |
| 1991/0110 | print("page in use %lux %lux %lux %lux\n", p, p->va, p->o, origalloc.arena); | |
| 1990/0227 | print("%c %lux %lux, %d %d %d\n", devchar[p->o->type], p->o->va, p->o->qid, p->o->flag, p->o->nproc, p->o->npte); panic("shit"); } | |