| plan 9 kernel history: overview | file list | diff list |
1992/0113/port/error.h (diff list | history)
| 1992/0112/sys/src/9/port/error.h:2,7 – 1992/0113/sys/src/9/port/error.h:2,10 (short | long | prev | next) | ||
|
Add many. Reword Enofont. Remove many.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Emount[]; /* inconsistent mount */ extern char Eunmount[]; /* not mounted */ extern char Eunion[]; /* not in union */ | |
| 1992/0113 | extern char Emountrpc[]; /* mount rpc error */ extern char Eshutdown[]; /* mounted device shut down */ extern char Enomntdev[]; /* no free mount devices */ | |
| 1992/0111 | extern char Enocreate[]; /* mounted directory forbids creation */ extern char Enonexist[]; /* file does not exist */ extern char Ebadsharp[]; /* unknown device in # filename */ | |
| 1992/0112/sys/src/9/port/error.h:21,27 – 1992/0113/sys/src/9/port/error.h:24,30 | ||
| 1992/0111 | extern char Enobitmap[]; /* out of bitmap descriptors */ extern char Enobitstore[]; /* out of bitmap storage */ extern char Ebadfont[]; /* unallocated font */ | |
| 1992/0113 | extern char Enofont[]; /* no free font descriptors */ | |
| 1992/0111 | extern char Eauth[]; /* authentication failure */ | |
| 1992/0112 | extern char Ebadaddr[]; /* bad network address */ | |
| 1992/0111 | extern char Emsgsize[]; /* message is too big for protocol */ | |
| 1992/0112/sys/src/9/port/error.h:32,39 – 1992/0113/sys/src/9/port/error.h:35,48 | ||
| 1992/0111 | extern char Enoifc[]; /* bad interface or no free interface slots */ | |
| 1992/0112 | extern char Enolisten[]; /* not announced */ | |
| 1992/0111 | extern char Ehungup[]; /* write to hungup stream */ | |
| 1992/0113 | extern char Ebadctl[]; /* bad process or stream control request */ | |
| 1992/0111 | extern char Enodev[]; /* no free devices */ extern char Enoenv[]; /* no free environment resources */ | |
| 1992/0113 | extern char Emuxshutdown[]; /* mux server shut down */ extern char Emuxbusy[]; /* all mux channels busy */ extern char Enomux[]; /* no free multiplexers */ extern char Emuxmsg[]; /* bad mux message format or mismatch */ extern char Enopipe[]; /* no free pipes */ | |
| 1992/0111 | extern char Enofd[]; /* no free file descriptors */ extern char Ebadfd[]; /* fd out of range or not open */ | |
| 1992/0112/sys/src/9/port/error.h:42,50 – 1992/0113/sys/src/9/port/error.h:51,56 | ||
| 1992/0111 | extern char Enochild[]; /* no living children */ extern char Enoseg[]; /* no free segments */ extern char Ebadmount[]; /* inconsistent mount */ | |
| 1992/0112/sys/src/9/port/error.h:53,59 – 1992/0113/sys/src/9/port/error.h:59,64 | ||
| 1992/0111 | extern char Ebadld[]; /* illegal line discipline */ extern char Enostream[]; /* no free stream heads */ extern char Ebadnet[]; /* illegal network address */ | |
| 1992/0112/sys/src/9/port/error.h:60,71 – 1992/0113/sys/src/9/port/error.h:65,73 | ||
| 1992/0111 | extern char Edestotl[]; /* datakit destination out to lunch */ extern char Enetotl[]; /* datakit controller out to lunch */ extern char Erejected[]; /* datakit destination rejected call */ | |