| plan 9 kernel history: overview | file list | diff list |
1993/0527/port/portfns.h (diff list | history)
| 1993/0525/sys/src/9/port/portfns.h:85,90 – 1993/0527/sys/src/9/port/portfns.h:85,91 (short | long | prev | next) | ||
|
add iallocinit; change qread
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0309 | int haswaitq(void*); | |
| 1992/0622 | int hwcursmove(int, int); int hwcursset(uchar*, uchar*, int, int); | |
| 1993/0527 | void iallocinit(void); | |
| 1992/0622 | long ibrk(ulong, int); int incref(Ref*); void initq(IOQ*); | |
| 1993/0525/sys/src/9/port/portfns.h:173,179 – 1993/0527/sys/src/9/port/portfns.h:174,180 | ||
| 1992/0622 | void qlock(QLock*); | |
| 1993/0525 | Queue* qopen(int, void (*)(void*), void*); int qproduce(Queue*, uchar*, int); | |
| 1993/0515 |
| |
| 1993/0527 | long qread(Queue*, char*, int); | |
| 1992/0622 | void qunlock(QLock*); | |
| 1993/0515 | long qwrite(Queue*, char*, int); | |
| 1992/0622 | int readnum(ulong, char*, ulong, ulong, int); | |