| plan 9 kernel history: overview | file list | diff list |
1993/1031/port/devroot.c (diff list | history)
| 1993/1031/sys/src/9/port/devroot.c:211,216 – 1995/0108/sys/src/9/port/devroot.c:211,222 (short | long | prev | next) | ||
| 1993/0724 | return n; | |
| 1990/0227 | } | |
| 1995/0108 | Block* rootbread(Chan *c, long n, ulong offset) { return devbread(c, n, offset); } | |
| 1990/0227 | long | |
| 1991/0411 | rootwrite(Chan *c, void *buf, long n, ulong offset) | |
| 1990/0227 | { | |
| 1993/1031/sys/src/9/port/devroot.c:230,235 – 1995/0108/sys/src/9/port/devroot.c:236,247 | ||
| 1993/0501 | return n; } return 0; | |
| 1995/0108 | } long rootbwrite(Chan *c, Block *bp, ulong offset) { return devbwrite(c, bp, offset); | |
| 1990/0227 | } void | |