| plan 9 kernel history: overview | file list | diff list |
1990/0921/gnot/fns.h (diff list | history)
| 1990/0921/sys/src/9/gnot/fns.h:1,182 – 1990/0925/sys/src/9/gnot/fns.h:1,182 (short | long | prev | next) | ||
| 1990/03091 | Alarm *alarm(int, void (*)(Alarm*), void*); void alarminit(void); Block *allocb(ulong); void append(List**, List*); void cancel(Alarm*); int canlock(Lock*); | |
| 1990/0312 | int canqlock(QLock*); | |
| 1990/03091 | void chaninit(void); void chandevreset(void); void chandevinit(void); | |
| 1990/0321 | void checksched(void); | |
| 1990/0925 | void clearmmucache(void); | |
| 1990/03091 | void clock(Ureg*); Chan *clone(Chan*, Chan*); void close(Chan*); void closemount(Mount*); void closepgrp(Pgrp*); long clrfpintr(void); | |
| 1990/0802 | int compactpte(Orig*, ulong); | |
| 1990/03091 | void confinit(void); Env *copyenv(Env*, int); int decref(Ref*); void delay(int); void delete(List**, List*, List*); void delete0(List**, List*); Chan *devattach(int, char*); Chan *devclone(Chan*, Chan*); void devdir(Chan*, long, char*, long, long, Dir*); long devdirread(Chan*, char*, long, Dirtab*, int, Devgen*); Devgen devgen; int devno(int, int); Chan* devopen(Chan*, int, Dirtab*, int, Devgen*); void devstat(Chan*, char*, Dirtab*, int, Devgen*); int devwalk(Chan*, char*, Dirtab*, int, Devgen*); | |
| 1990/0808 | void duartbaud(int); | |
| 1990/0830 | void duartbreak(int); void duartdtr(int); int duartinputport(void); | |
| 1990/0629 | void duartstartrs232o(void); | |
| 1990/0330 | void duartstarttimer(void); void duartstoptimer(void); | |
| 1990/03091 | void dumpregs(Ureg*); void dumpstack(void); int eqchan(Chan*, Chan*, long); void envpgclose(Env *); void error(Chan*, int); void exit(void); void fault(Ureg*, FFrame*); | |
| 1990/08141 | void fdclose(int); | |
| 1990/03091 | Chan* fdtochan(int, int); void firmware(void); void flowctl(Queue*); void flushcpucache(void); void flushmmu(void); | |
| 1990/0921 |
| |
| 1990/03091 | void forkmod(Seg*, Seg*, Proc*); | |
| 1990/08163 | int fpcr(int); void fpsave(FPsave*); void fpregsave(char*); void fprestore(FPsave*); void fpregrestore(char*); | |
| 1990/03091 | void freeb(Block*); | |
| 1990/08101 | void freenextmod(PTE*); | |
| 1990/03091 | void freepage(Orig*); void freepte(Orig*); void freesegs(int); void freealarm(Alarm*); | |
| 1990/0312 | Block *getb(Blist*); int getfields(char*, char**, int, char); Block *getq(Queue*); | |
| 1990/0629 | int getrs232o(void); | |
| 1990/03091 | void gotolabel(Label*); void growpte(Orig*, ulong); void *ialloc(ulong, int); int incref(Ref*); void insert(List**, List*, List*); void isdir(Chan*); void kbdchar(int); | |
| 1990/0321 | void kbdrepeat(int); void kbdclock(void); | |
| 1990/06021 | void kmapinit(void); KMap *kmap(Page*); | |
| 1990/0707 | int kprint(char*, ...); | |
| 1990/0312 | void kproc(char*, void(*)(void*), void*); | |
| 1990/0330 | void kproftimer(ulong); | |
| 1990/06021 | void kunmap(KMap*); | |
| 1990/03091 | void lock(Lock*); void lockinit(void); Orig *lookorig(ulong, ulong, int, Chan*); void machinit(void); void mapstack(Proc*); void mmuinit(void); int mount(Chan*, Chan*, int); | |
| 1990/0329 | void mousebuttons(int); | |
| 1990/0504 | void mouseclock(void); | |
| 1990/03091 | Chan *namec(char*, int, int, ulong); void nexterror(void); Alarm *newalarm(void); Chan *newchan(void); PTE *newmod(void); Mount *newmount(void); Orig *neworig(ulong, ulong, int, Chan*); Page *newpage(int, Orig*, ulong); Pgrp *newpgrp(void); Proc *newproc(void); | |
| 1990/0321 | void newqinfo(Qinfo*); | |
| 1990/03091 | char *nextelem(char*, char*); | |
| 1990/0703 | void notify(Ureg*); | |
| 1990/03091 | void nullput(Queue*, Block*); int openmode(ulong); | |
| 1990/0905 | Block* padb(Block*, int); | |
| 1990/03091 | void pageinit(void); void panic(char*, ...); void pexit(char*, int); void pgrpcpy(Pgrp*, Pgrp*); void pgrpinit(void); int postnote(Proc*, int, char*, int); int pprint(char*, ...); void printinit(void); void printslave(void); void procinit0(void); Proc *proctab(int); | |
| 1990/0312 | Queue* pushq(Stream*, Qinfo*); void putbq(Blist*, Block*); | |
| 1990/03091 | void putkmmu(ulong, ulong); void putmmu(ulong, ulong); int putq(Queue*, Block*); void putstr(char*); void putstrn(char*, long); ulong pwait(Waitmsg*); int readnum(ulong, char*, ulong, ulong, int); void ready(Proc*); | |
| 1990/05313 | int return0(void*); | |
| 1990/03091 | void rooterrstr(Error*, char*); | |
| 1990/0629 | void rs232ichar(int); | |
| 1990/03091 | void qlock(QLock*); void qunlock(QLock*); void restartprint(Alarm*); void restfpregs(FPsave*); Proc *runproc(void); void savefpregs(FPsave*); void sched(void); void schedinit(void); void screeninit(void); void screenputc(int); long seconds(void); Seg *seg(Proc*, ulong); int segaddr(Seg*, ulong, ulong); int setlabel(Label*); char* skipslash(char*); void sleep(Rendez*, int(*)(void*), void*); int splhi(void); int spllo(void); void splx(int); Devgen streamgen; void streamclose(Chan*); | |
| 1990/0620 | int streamenter(Stream*); void streamexit(Stream*, int); | |
| 1990/03091 | void streaminit(void); long streamread(Chan*, void*, long); | |
| 1990/0312 | long streamwrite(Chan*, void*, long, int); | |
| 1990/03091 | Stream* streamnew(Chan*, Qinfo*); void streamopen(Chan*, Qinfo*); int streamparse(char*, Block*); | |
| 1990/0801 | void streamstat(Chan*, char*, char*); | |
| 1990/0312 | long stringread(Chan*, void*, long, char*); | |
| 1990/03091 | long syscall(Ureg*); int tas(char*); void touser(void); void tsleep(Rendez*, int (*)(void*), void*, int); void twakeme(Alarm*); void unlock(Lock*); void usepage(Page*, int); void userinit(void); void validaddr(ulong, ulong, int); void* vmemchr(void*, int, int); void wakeme(Alarm*); void wakeup(Rendez*); #define waserror() (u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) #define poperror() u->nerrlab-- #define evenaddr(x) /* 68020 doesn't care */ | |