| plan 9 kernel history: overview | file list | diff list |
1991/0312/port/devroot.c (diff list | history)
| 1991/0216/sys/src/9/port/devroot.c:105,111 – 1991/0312/sys/src/9/port/devroot.c:105,111 (short | long | prev | next) | ||
| 1990/0227 | memcpy(buf, ((char*)bootcode)+c->offset, n); | |
| 1991/0214 | return n; | |
| 1991/0312 | case Qcfs: /* cfs */ | |
| 1991/0214 | if(c->offset >= cfslen) return 0; if(c->offset+n > cfslen) | |