| plan 9 kernel history: overview | file list | diff list |
2001/0115/port/error.h (diff list | history)
| 1992/0111/sys/src/9/port/error.h:23,32 – 1992/0112/sys/src/9/port/error.h:23,36 (short | long) | ||
|
Remove Eaddrnotfound. Add Ebadaddr, Enoproto, Enoport, Enoroute, Enolisten.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Ebadfont[]; /* unallocated font */ extern char Enofont[]; /* out of font descriptors */ extern char Eauth[]; /* authentication failure */ | |
| 1992/0112 | extern char Ebadaddr[]; /* 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 */ extern char Enoroute[]; /* no free routes */ | |
| 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 */ extern char Enodev[]; /* no free devices */ extern char Enoenv[]; /* no free environment resources */ | |
| 1992/0111/sys/src/9/port/error.h:62,72 – 1992/0112/sys/src/9/port/error.h:66,74 | ||
| 1992/0111 | extern char Enovmem[]; /* virtual memory allocation failed */ extern char Enoasync[]; /* out of async stream modules */ extern char Enopipe[]; /* out of pipes */ | |
| 1992/0112/sys/src/9/port/error.h:2,7 – 1992/0113/sys/src/9/port/error.h:2,10 (short | long) | ||
|
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 */ | |
| 1992/0113/sys/src/9/port/error.h:4,10 – 1992/0114/sys/src/9/port/error.h:4,9 (short | long) | ||
|
Remove many errors.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | 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 */ extern char Ebadsharp[]; /* unknown device in # filename */ | |
| 1992/0113/sys/src/9/port/error.h:25,37 – 1992/0114/sys/src/9/port/error.h:24,34 | ||
| 1992/0111 | extern char Enobitstore[]; /* out of bitmap storage */ extern char Ebadfont[]; /* unallocated font */ | |
| 1992/0113 | extern char Enofont[]; /* no free font descriptors */ | |
| 1992/0111 |
| |
| 1992/0112 |
| |
| 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 */ | |
| 1992/0111 | extern char Ehungup[]; /* write to hungup stream */ | |
| 1992/0113/sys/src/9/port/error.h:40,77 – 1992/0114/sys/src/9/port/error.h:37,53 | ||
| 1992/0111 | extern char Enoenv[]; /* no free environment resources */ | |
| 1992/0113 | extern char Emuxshutdown[]; /* mux server shut down */ extern char Emuxbusy[]; /* all mux channels busy */ | |
| 1992/0111 |
| |
| 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 */ extern char Ebadexec[]; /* a.out 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/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0114/sys/src/9/port/error.h:45,51 – 1992/0122/sys/src/9/port/error.h:45,51 (short | long) | ||
|
Reword Ebadexec.
rsc Fri Mar 4 12:44:25 2005 | ||
| 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 */ | |
| 1992/0122/sys/src/9/port/error.h:50,53 – 1992/0528/sys/src/9/port/error.h:50,54 (short | long) | ||
|
Add Eneedservice.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | 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/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0528/sys/src/9/port/error.h:23,29 – 1992/0622/sys/src/9/port/error.h:23,28 (short | long) | ||
|
Add Enomem. Remove Enofont.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Enobitmap[]; /* out of bitmap descriptors */ extern char Enobitstore[]; /* out of bitmap storage */ extern char Ebadfont[]; /* unallocated font */ | |
| 1992/0113 |
| |
| 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/0528/sys/src/9/port/error.h:51,54 – 1992/0622/sys/src/9/port/error.h:50,54 | ||
| 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 */ | |
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0622/sys/src/9/port/error.h:51,54 – 1992/06271/sys/src/9/port/error.h:51,55 (short | long) | ||
|
Add Esfnotcached.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0114 | extern char Eintr[]; /* interrupted */ | |
| 1992/0528 | extern char Eneedservice[]; /* service required for tcp/udp/il calls */ | |
| 1992/0622 | extern char Enomem[]; /* kernel allocate failed */ | |
| 1992/06271 | extern char Esfnotcached[]; /* subfont not cached */ | |
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/06271/sys/src/9/port/error.h:53,55 – 1992/0824/sys/src/9/port/error.h:53,56 (short | long) | ||
|
Add Esoverlap.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0622 | extern char Enomem[]; /* kernel allocate failed */ | |
| 1992/06271 | extern char Esfnotcached[]; /* subfont not cached */ | |
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/0824/sys/src/9/port/error.h:54,56 – 1992/1017/sys/src/9/port/error.h:54,57 (short | long) | ||
|
Add Emouseset.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/06271 | extern char Esfnotcached[]; /* subfont not cached */ | |
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1992/1017/sys/src/9/port/error.h:55,57 – 1993/0501/sys/src/9/port/error.h:55,58 (short | long) | ||
|
Add Erecover.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/0501/sys/src/9/port/error.h:52,58 – 1993/0818/sys/src/9/port/error.h:52,58 (short | long) | ||
|
Change Egreg.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0528 | extern char Eneedservice[]; /* service required for tcp/udp/il calls */ | |
| 1992/0622 | extern char Enomem[]; /* kernel allocate failed */ | |
| 1992/06271 | extern char Esfnotcached[]; /* subfont not cached */ | |
| 1992/0111 |
| |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/0818 | extern char Egreg[]; /* coherency problem */ | |
| 1993/0818/sys/src/9/port/error.h:18,28 – 1993/1006/sys/src/9/port/error.h:18,23 (short | long) | ||
|
Remove blt-related, add Eshort.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | 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 */ | |
| 1993/0818/sys/src/9/port/error.h:55,58 – 1993/1006/sys/src/9/port/error.h:50,54 | ||
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/0818 | extern char Egreg[]; /* coherency problem */ | |
| 1993/1006/sys/src/9/port/error.h:51,54 – 1993/1116/sys/src/9/port/error.h:51,55 (short | long) | ||
|
Add Enobitstore.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/1116 | extern char Enobitstore[]; /* out of screen memory */ | |
| 1993/0818 | extern char Egreg[]; /* coherency problem */ | |
| 1993/1116/sys/src/9/port/error.h:53,55 – 1994/0622/sys/src/9/port/error.h:53,56 (short | long) | ||
|
Add Ebadspec.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/1116 | extern char Enobitstore[]; /* out of screen memory */ | |
| 1993/0818 | extern char Egreg[]; /* coherency problem */ | |
| 1994/0622 | extern char Ebadspec[]; /* bad attach specifier */ | |
| 1994/0622/sys/src/9/port/error.h:25,31 – 1994/0828/sys/src/9/port/error.h:25,31 (short | long) | ||
|
Reword Ehungup.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0112 | 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 */ | |
| 1992/0111 |
| |
| 1994/0828 | extern char Ehungup[]; /* write to hungup channel */ | |
| 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 */ | |
| 1994/0828/sys/src/9/port/error.h:52,56 – 1995/0108/sys/src/9/port/error.h:52,56 (short | long) | ||
|
Change Egreg.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/1116 | extern char Enobitstore[]; /* out of screen memory */ | |
| 1993/0818 |
| |
| 1995/0108 | extern char Egreg[]; /* ken scheduled it */ | |
| 1994/0622 | extern char Ebadspec[]; /* bad attach specifier */ | |
| 1995/0108/sys/src/9/port/error.h:26,32 – 1995/0207/sys/src/9/port/error.h:26,32 (short | long) | ||
|
Reword Ebadctl.
rsc Fri Mar 4 12:44:25 2005 | ||
| 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 */ | |
| 1992/0113 |
| |
| 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 */ | |
| 1995/0207/sys/src/9/port/error.h:51,56 – 1997/1206/sys/src/9/port/error.h:51,56 (short | long) | ||
|
Add Enoreg.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/1116 |
| |
| 1995/0108 | extern char Egreg[]; /* ken scheduled it */ | |
| 1994/0622 | extern char Ebadspec[]; /* bad attach specifier */ | |
| 1997/1206 | extern char Enoreg[]; /* process has no saved registers */ | |
| 1997/1206/sys/src/9/port/error.h:46,51 – 1999/0120/sys/src/9/port/error.h:46,52 (short | long) | ||
|
Add Enoswap.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0114 | 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 */ | |
| 1999/0120/sys/src/9/port/error.h:6,11 – 1999/0122/sys/src/9/port/error.h:6,12 (short | long) | ||
|
Add Eexist.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0113 | 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 */ | |
| 1999/0122/sys/src/9/port/error.h:53,58 – 1999/1104/sys/src/9/port/error.h:53,58 (short | long) | ||
|
Change Egreg.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1995/0108 |
| |
| 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 */ | |
| 1999/1104/sys/src/9/port/error.h:51,57 – 1999/1105/sys/src/9/port/error.h:51,56 (short | long) | ||
|
Remove Erecover.
rsc Fri Mar 4 12:44:25 2005 | ||
| 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 */ | |
| 1999/1105/sys/src/9/port/error.h:39,44 – 2000/0215/sys/src/9/port/error.h:39,45 (short | long) | ||
|
Add Enofd.
rsc Fri Mar 4 12:44:25 2005 | ||
| 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 */ | |
| 2000/0215 | extern char Enofd[]; /* no free file descriptors */ | |
| 1992/0114 | extern char Eisstream[]; /* seek on a stream */ | |
| 1992/0122 | extern char Ebadexec[]; /* exec header invalid */ | |
| 1992/0111 | extern char Etimedout[]; /* connection timed out */ | |
| 2000/0215/sys/src/9/port/error.h:56,58 – 2000/0322/sys/src/9/port/error.h:56,59 (short | long) | ||
|
Add Enoattach.
rsc Fri Mar 4 12:44:25 2005 | ||
| 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 */ | |
| 2000/0322 | extern char Enoattach[]; /* mount/attach disallowed */ | |
| 2000/0322/sys/src/9/port/error.h:19,43 – 2000/0324/sys/src/9/port/error.h:19,32 (short | long) | ||
|
Remove old unused errors.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Eio[]; /* i/o error */ extern char Etoobig[]; /* read or write too large */ extern char Etoosmall[]; /* read or write too small */ | |
| 1992/0114 |
| |
| 1992/0111 |
| |
| 1992/0112 |
| |
| 1992/0111 |
| |
| 1992/0112 |
| |
| 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 */ | |
| 1992/0113 |
| |
| 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 |
| |
| 2000/0215 | extern char Enofd[]; /* no free file descriptors */ | |
| 1992/0114 | extern char Eisstream[]; /* seek on a stream */ | |
| 2000/0322/sys/src/9/port/error.h:44,55 – 2000/0324/sys/src/9/port/error.h:33,41 | ||
| 1992/0122 | extern char Ebadexec[]; /* exec header invalid */ | |
| 1992/0111 | extern char Etimedout[]; /* connection timed out */ extern char Econrefused[]; /* connection refused */ | |
| 1992/0114 |
| |
| 1992/0528 |
| |
| 1992/0622 | extern char Enomem[]; /* kernel allocate failed */ | |
| 1999/0120 | extern char Enoswap[]; /* swap space full */ | |
| 1992/06271 |
| |
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| Too many diffs (26 > 25). Stopping. | ||