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,321992/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 */ 
extern char Eaddrnotfound[];	/* network address not found */ 
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,721992/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 */ 
extern char Enoport[];		/* network port not available */ 
extern char Enetunreach[];	/* network unreachable */ 
extern char Etimedout[];	/* connection timed out */ 
extern char Econrefused[];	/* connection refused */ 
extern char Enoproto[];		/* network protocol not supported */ 
extern char Eprotonosup[];	/* operation not supported by network protocol */ 
extern char Eisstream[];	/* seek on a stream */ 
extern char Enofilsys[];	/* out of filsys resources */ 
1992/0112/sys/src/9/port/error.h:2,71992/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,271992/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 */ 
extern char Enofont[];		/* out of font descriptors */ 
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,391992/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,501992/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 */ 
extern char Enomount[];		/* mount table full */ 
extern char Enomntdev[];	/* no free mount devices */ 
extern char Eshutdown[];	/* mounted device shut down */ 
extern char Ebaddirread[];	/* directory read not quantized */ 
extern char Esegaddr[];		/* illegal segment addresses or size */ 
extern char Eprocdied[];	/* process exited */ 
1992/0112/sys/src/9/port/error.h:53,591992/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 */ 
extern char Ebadctl[];		/* bad process or stream control request */ 
extern char Enonote[];		/* note overflow */ 
extern char Eintr[];		/* interrupted */ 
extern char Edestbusy[];	/* datakit destination busy */ 
1992/0112/sys/src/9/port/error.h:60,711992/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 */ 
extern char Eshortmsg[];	/* short message */ 
extern char Ebadmsg[];		/* format error or mismatch in message */ 
extern char Ebadcnt[];		/* read count greater than requested */ 
extern char Enovmem[];		/* virtual memory allocation failed */ 
extern char Enoasync[];		/* out of async stream modules */ 
extern char Enopipe[];		/* out of pipes */ 
extern char Enetunreach[];	/* network unreachable */ 
extern char Etimedout[];	/* connection timed out */ 
extern char Econrefused[];	/* connection refused */ 
1992/0113/sys/src/9/port/error.h:4,101992/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 */ 
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/0113/sys/src/9/port/error.h:25,371992/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    
extern char Eauth[];		/* authentication failure */ 
1992/0112    
extern char Ebadaddr[];		/* bad network address */ 
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 */ 
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 */ 
1992/0113/sys/src/9/port/error.h:40,771992/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 */ 
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 */ 
extern char Ebadexec[];		/* a.out header invalid */ 
extern char Eioload[];		/* i/o error in demand load */ 
extern char Enochild[];		/* no living children */ 
extern char Enoseg[];		/* no free segments */ 
extern char Ebadmount[];	/* inconsistent mount */ 
extern char Ebaddirread[];	/* directory read not quantized */ 
extern char Esegaddr[];		/* illegal segment addresses or size */ 
extern char Eprocdied[];	/* process exited */ 
extern char Enosrv[];		/* no free server slots */ 
extern char Enoqueue[];		/* no free stream queues */ 
extern char Ebadld[];		/* illegal line discipline */ 
extern char Enostream[];	/* no free stream heads */ 
extern char Ebadnet[];		/* illegal network address */ 
extern char Enonote[];		/* note overflow */ 
extern char Eintr[];		/* interrupted */ 
extern char Edestbusy[];	/* datakit destination busy */ 
extern char Edestotl[];		/* datakit destination out to lunch */ 
extern char Enetotl[];		/* datakit controller out to lunch */ 
extern char Erejected[];	/* datakit destination rejected call */ 
extern char Ebadcnt[];		/* read count greater than requested */ 
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 */ 
extern char Enoasync[];		/* out of async stream modules */ 
extern char Enetunreach[];	/* network unreachable */ 
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 */ 
extern char Eprotonosup[];	/* operation not supported by network protocol */ 
extern char Eisstream[];	/* seek on a stream */ 
extern char Enofilsys[];	/* out of filsys resources */ 
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,511992/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 */ 
extern char Ebadexec[];		/* a.out header invalid */ 
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,531992/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,291992/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    
extern char Enofont[];		/* no free font descriptors */ 
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,541992/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,541992/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,551992/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,561992/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,571993/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,581993/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    
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/0818    
extern char Egreg[];		/* coherency problem */ 
1993/0818/sys/src/9/port/error.h:18,281993/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 */ 
extern char Ebadblt[];		/* bad bitblt or bitmap request */ 
extern char Ebadbitmap[];	/* unallocated bitmap */ 
extern char Enobitmap[];	/* out of bitmap descriptors */ 
extern char Enobitstore[];	/* out of bitmap storage */ 
extern char Ebadfont[];		/* unallocated font */ 
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,581993/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,541993/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,551994/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,311994/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    
extern char Ehungup[];		/* write to hungup stream */ 
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,561995/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    
extern char Egreg[];		/* coherency problem */ 
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,321995/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    
extern char Ebadctl[];		/* bad process or stream control request */ 
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,561997/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    
extern char Enobitstore[];	/* out of screen memory */ 
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,511999/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,111999/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,581999/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    
extern char Egreg[];		/* ken scheduled it */ 
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,571999/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    
extern char Erecover[];		/* failed to recover fd */ 
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,442000/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,582000/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,432000/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    
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 */ 
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,552000/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    
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/1006    
extern char Eshort[];		/* i/o count too small */ 
Too many diffs (26 > 25). Stopping.


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)