| plan 9 kernel history: overview | file list | diff list |
2001/0607/boot/boot.c (diff list | history)
| 2001/0527/sys/src/9/boot/boot.c:104,110 – 2001/0607/sys/src/9/boot/boot.c:104,110 (short | long | prev | next) | ||
| 2001/0527 | n = fversion(fd, 0, buf, sizeof buf); if(n < 0) fatal("can't init 9P"); | |
| 2001/0607 | print("(%.*s)...", n, buf); | |
| 1992/0909 | if(!islocal && !ishybrid){ | |
| 1992/0318 | if(cfs) fd = (*cfs)(fd); | |