| plan 9 kernel history: overview | file list | diff list |
1990/0321/gnot/fns.h (diff list | history)
| 1990/0312/sys/src/9/gnot/fns.h:8,13 – 1990/0321/sys/src/9/gnot/fns.h:8,14 (short | long | prev | next) | ||
| 1990/03091 | void chaninit(void); void chandevreset(void); void chandevinit(void); | |
| 1990/0321 | void checksched(void); | |
| 1990/03091 | void clock(Ureg*); Chan *clone(Chan*, Chan*); void close(Chan*); | |
| 1990/0312/sys/src/9/gnot/fns.h:58,63 – 1990/0321/sys/src/9/gnot/fns.h:59,66 | ||
| 1990/03091 | void insert(List**, List*, List*); void isdir(Chan*); void kbdchar(int); | |
| 1990/0321 | void kbdrepeat(int); void kbdclock(void); | |
| 1990/0312 | void kproc(char*, void(*)(void*), void*); | |
| 1990/03091 | void lock(Lock*); void lockinit(void); | |
| 1990/0312/sys/src/9/gnot/fns.h:76,81 – 1990/0321/sys/src/9/gnot/fns.h:79,85 | ||
| 1990/03091 | Page *newpage(int, Orig*, ulong); Pgrp *newpgrp(void); Proc *newproc(void); | |
| 1990/0321 | void newqinfo(Qinfo*); | |
| 1990/03091 | char *nextelem(char*, char*); void nullput(Queue*, Block*); int openmode(ulong); | |