| plan 9 kernel history: overview | file list | diff list |
1999/1104/port/error.h (diff list | history)
| 1999/1104/sys/src/9/port/error.h:1,58 – 1999/1105/sys/src/9/port/error.h:1,57 (short | long | prev | next) | ||
|
Remove Erecover.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Enoerror[]; /* no error */ 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 */ | |
| 1992/0111 | extern char Enocreate[]; /* mounted directory forbids creation */ extern char Enonexist[]; /* file does not exist */ | |
| 1999/0122 | extern char Eexist[]; /* file already exists */ | |
| 1992/0111 | extern char Ebadsharp[]; /* unknown device in # filename */ extern char Enotdir[]; /* not a directory */ extern char Eisdir[]; /* file is a directory */ extern char Ebadchar[]; /* bad character in file name */ extern char Efilename[]; /* file name syntax */ extern char Eperm[]; /* permission denied */ extern char Ebadusefd[]; /* inappropriate use of fd */ extern char Ebadarg[]; /* bad arg in system call */ extern char Einuse[]; /* device or object already in use */ extern char Eio[]; /* i/o error */ extern char Etoobig[]; /* read or write too large */ extern char Etoosmall[]; /* read or write too small */ | |
| 1992/0114 | extern char Enetaddr[]; /* bad network address */ | |
| 1992/0111 | extern char Emsgsize[]; /* message is too big for protocol */ extern char Enetbusy[]; /* network device is busy or allocated */ | |
| 1992/0112 | extern char Enoproto[]; /* network protocol not supported */ extern char Enoport[]; /* network port not available */ | |
| 1992/0111 | extern char Enoifc[]; /* bad interface or no free interface slots */ | |
| 1992/0112 | extern char Enolisten[]; /* not announced */ | |
| 1994/0828 | extern char Ehungup[]; /* write to hungup channel */ | |
| 1995/0207 | extern char Ebadctl[]; /* bad process or channel 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 Emuxmsg[]; /* bad mux message format or mismatch */ | |
| 1992/0111 | extern char Eprocdied[]; /* process exited */ | |
| 1992/0114 | extern char Enochild[]; /* no living children */ extern char Eioload[]; /* i/o error in demand load */ | |
| 1992/0111 | extern char Enovmem[]; /* virtual memory allocation failed */ | |
| 1992/0114 | extern char Ebadld[]; /* illegal line discipline */ extern char Ebadfd[]; /* fd out of range or not open */ extern char Eisstream[]; /* seek on a stream */ | |
| 1992/0122 | extern char Ebadexec[]; /* exec header invalid */ | |
| 1992/0111 | extern char Etimedout[]; /* connection timed out */ extern char Econrefused[]; /* connection refused */ | |
| 1992/0114 | extern char Enetunreach[]; /* network unreachable */ extern char Eintr[]; /* interrupted */ | |
| 1992/0528 | extern char Eneedservice[]; /* service required for tcp/udp/il calls */ | |
| 1992/0622 | extern char Enomem[]; /* kernel allocate failed */ | |
| 1999/0120 | extern char Enoswap[]; /* swap space full */ | |
| 1992/06271 | extern char Esfnotcached[]; /* subfont not cached */ | |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 |
| |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1999/1104 | extern char Egreg[]; /* xterm: Error 50, errno 1: Too big */ | |
| 1994/0622 | extern char Ebadspec[]; /* bad attach specifier */ | |
| 1997/1206 | extern char Enoreg[]; /* process has no saved registers */ | |