| plan 9 kernel history: overview | file list | diff list |
1993/1014/port/portfns.h (diff list | history)
| 1993/0915/sys/src/9/port/portfns.h:10,15 – 1993/1014/sys/src/9/port/portfns.h:10,16 (short | long | prev | next) | ||
|
add auxpage, cread, cupdate
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0515 | void authreply(Session*, ulong, Fcall*); | |
| 1993/0811 | ulong authrequest(Session*, Fcall*); long authwrite(Chan*, char*, int); | |
| 1993/1014 | Page* auxpage(void); | |
| 1992/0704 | void bitdebug(void); | |
| 1992/1112 | void bitdepth(void); | |
| 1992/1106 | void bitreverse(uchar*, int); | |
| 1993/0915/sys/src/9/port/portfns.h:272,274 – 1993/1014/sys/src/9/port/portfns.h:273,279 | ||
| 1993/0811 | Scsibuf* scsialloc(ulong); Scsibuf* scsibuf(void); | |
| 1991/0706 | Segment* seg(Proc*, ulong, int); | |
| 1993/1014 | int cread(Chan*, uchar*, int, ulong); void cupdate(Chan*, uchar*, int, ulong); | |