| plan 9 kernel history: overview | file list | diff list |
1991/0507/port/portfns.h (diff list | history)
| 1991/0428/sys/src/9/port/portfns.h:6,11 – 1991/0507/sys/src/9/port/portfns.h:6,13 (short | long | prev | next) | ||
|
add blen, bround, mmurelease, pullup
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | Block* allocb(ulong); int anyready(void); void append(List**, List*); | |
| 1991/0507 | int blen(Block *); int bround(Block *, int); | |
| 1991/0428 | void cancel(Alarm*); int canlock(Lock*); int canqlock(QLock*); | |
| 1991/0428/sys/src/9/port/portfns.h:75,80 – 1991/0507/sys/src/9/port/portfns.h:77,83 | ||
| 1991/0428 | Orig* lookorig(ulong, ulong, int, Chan*); void machinit(void); void mapstack(Proc*); | |
| 1991/0507 | void mmurelease(Proc*); | |
| 1991/0428 | int mount(Chan*, Chan*, int); Chan* namec(char*, int, int, ulong); Alarm* newalarm(void); | |
| 1991/0428/sys/src/9/port/portfns.h:105,110 – 1991/0507/sys/src/9/port/portfns.h:108,114 | ||
| 1991/0428 | void printslave(void); void procinit0(void); Proc* proctab(int); | |
| 1991/0507 | Block* pullup(Block *, int); | |
| 1991/0428 | Queue* pushq(Stream*, Qinfo*); int putb(Blist*, Block*); void putbq(Blist*, Block*); | |