| plan 9 kernel history: overview | file list | diff list |
1992/0812/port/streboot.c (diff list | history)
| 1992/0303/sys/src/9/port/streboot.c:1,5 – 1992/0321/sys/src/9/port/streboot.c:1,5 (short | long) | ||
|
Move lib.h to ../port.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0303 | #include "u.h" | |
| 1992/0321 | #include "../port/lib.h" | |
| 1992/0303 | #include "mem.h" #include "dat.h" #include "fns.h" | |
| 1992/0321/sys/src/9/port/streboot.c:26,31 – 1992/0711/sys/src/9/port/streboot.c:26,32 (short | long) | ||
| 1992/0303 | rebootopen(Queue *q, Stream *s) { USED(q); | |
| 1992/0711 | USED(s); | |
| 1992/0303 | if(strcmp(u->p->user, eve) != 0) error(Eperm); } | |
| 1992/0711/sys/src/9/port/streboot.c:42,48 – 1992/0812/sys/src/9/port/streboot.c:42,48 (short | long) | ||
| 1992/0303 | { if(bp->type == M_HANGUP){ print("lost connection to fs, rebooting"); | |
| 1992/0812 | exit(0); | |
| 1992/0303 | } PUTNEXT(q, bp); } | |
| 1992/0812/sys/src/9/port/streboot.c:27,33 – 1993/0501/sys/src/9/port/streboot.c:27,33 (short | long) | ||
| 1992/0303 | { USED(q); | |
| 1992/0711 | USED(s); | |
| 1992/0303 |
| |
| 1993/0501 | if(strcmp(up->user, eve) != 0) | |
| 1992/0303 | error(Eperm); } | |
| 1993/0501/sys/src/9/port/streboot.c:1,48 – 1993/0804/sys/src/9/port/streboot.c:0 (short | long) | ||
|
Deleted.
rsc Mon Mar 7 10:32:15 2005 | ||
| 1992/0303 |
| |
| 1992/0321 |
| |
| 1992/0303 |
| |
| 1992/0711 |
| |
| 1993/0501 |
| |
| 1992/0303 |
| |
| 1992/0812 |
| |
| 1992/0303 |
| |